Implements IfcSegmentedReferenceCurve and first cut at cant geometry

This commit is contained in:
Richard Brice
2023-11-08 19:42:41 -08:00
parent 809668c015
commit 7ed85358f9
3 changed files with 247 additions and 60 deletions
+3
View File
@@ -113,6 +113,9 @@ BIND(IfcEdge);
BIND(IfcEdgeLoop);
BIND(IfcPolyline);
BIND(IfcPolyLoop);
#ifdef SCHEMA_HAS_IfcSegmentedReferenceCurve
BIND(IfcSegmentedReferenceCurve);
#endif
#ifdef SCHEMA_HAS_IfcGradientCurve
BIND(IfcGradientCurve);
#endif