Finish loading Calculix result files

This commit is contained in:
jriegel
2013-12-31 12:41:22 +01:00
parent 4d6aa134e6
commit 032d7dd2fe
17 changed files with 748 additions and 13 deletions

View File

@@ -40,6 +40,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");
ADD_PROPERTY_TYPE(Mesh,(0), "General",Prop_None,"Link to the corosbonding mesh");
}
FemResultObject::~FemResultObject()