Don't use BRepFill, but rather triangulate. Implement IfcSectionedSolidHorizontal

This commit is contained in:
Thomas Krijnen
2024-03-15 17:26:02 +01:00
parent bf1d2befd8
commit 3babe852de
3 changed files with 214 additions and 3 deletions
+3
View File
@@ -132,6 +132,9 @@ BIND(IfcIndexedPolyCurve);
#ifdef SCHEMA_HAS_IfcFixedReferenceSweptAreaSolid
BIND(IfcFixedReferenceSweptAreaSolid)
#endif
#ifdef SCHEMA_HAS_IfcSectionedSolidHorizontal
BIND(IfcSectionedSolidHorizontal)
#endif
BIND(IfcCircle);
BIND(IfcEllipse);