mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-26 02:07:36 +00:00
added faceset feature (#714)
* added faceset feature * indented code correctly * better indentation on selected hunk
This commit is contained in:
committed by
Thomas Krijnen
parent
69a6f5ee36
commit
a2418cf260
@@ -71,6 +71,9 @@ SHAPE(IfcBSplineSurfaceWithKnots);
|
||||
#ifdef SCHEMA_HAS_IfcTriangulatedFaceSet
|
||||
SHAPE(IfcTriangulatedFaceSet);
|
||||
#endif
|
||||
#ifdef SCHEMA_HAS_IfcPolygonalFaceSet
|
||||
SHAPE(IfcPolygonalFaceSet);
|
||||
#endif
|
||||
#ifdef SCHEMA_HAS_IfcExtrudedAreaSolidTapered
|
||||
SHAPE(IfcExtrudedAreaSolidTapered);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user