Work on serialization

This commit is contained in:
Thomas Krijnen
2017-12-22 17:37:58 +01:00
parent ddde7bc367
commit 24b46c1f43
6 changed files with 53 additions and 13 deletions
+2 -2
View File
@@ -322,8 +322,8 @@ public:
};
IFC_GEOM_API IfcSchema::IfcProductDefinitionShape* tesselate(const TopoDS_Shape& shape, double deflection);
IFC_GEOM_API IfcSchema::IfcProductDefinitionShape* serialise(const TopoDS_Shape& shape, bool advanced);
IfcUtil::IfcBaseClass* MAKE_TYPE_NAME(tesselate_)(const TopoDS_Shape& shape, double deflection);
IfcUtil::IfcBaseClass* MAKE_TYPE_NAME(serialise_)(const TopoDS_Shape& shape, bool advanced);
}
#endif