Starting Calculix integration

This commit is contained in:
jriegel
2013-12-06 23:25:45 +01:00
parent d3ff113711
commit 09a2e1b504
3 changed files with 66 additions and 1 deletions

View File

@@ -39,6 +39,7 @@ FemResultObject::FemResultObject()
{
ADD_PROPERTY_TYPE(DataType,(""), "General",Prop_None,"Type identifier of the result data");
ADD_PROPERTY_TYPE(Unit,(Base::Quantity()), "General",Prop_None,"Unit of the data");
ADD_PROPERTY_TYPE(ElementNumbers,(0), "Data",Prop_None,"Numbers of the result elements");
}
FemResultObject::~FemResultObject()