mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 06:00:51 +00:00
Implements IfcSegmentedReferenceCurve and first cut at cant geometry
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user