added faceset feature (#714)

* added faceset feature

* indented code correctly

* better indentation on selected hunk
This commit is contained in:
Johan Luttun
2019-11-22 12:58:30 +01:00
committed by Thomas Krijnen
parent 69a6f5ee36
commit a2418cf260
2 changed files with 92 additions and 0 deletions
+3
View File
@@ -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