spherical toroidal surface

This commit is contained in:
Thomas Krijnen
2019-11-01 16:11:26 +01:00
parent 159ce931b4
commit 5fcee9dfe5
3 changed files with 42 additions and 12 deletions
+6
View File
@@ -58,6 +58,12 @@ SHAPE(IfcCylindricalSurface);
#ifdef SCHEMA_HAS_IfcAdvancedBrep
SHAPE(IfcAdvancedBrep);
#endif
#ifdef SCHEMA_HAS_IfcToroidalSurface
SHAPE(IfcToroidalSurface);
#endif
#ifdef SCHEMA_HAS_IfcSphericalSurface
SHAPE(IfcSphericalSurface);
#endif
// FIXME: Surfaces should have a shape type of their own
#ifdef SCHEMA_HAS_IfcBSplineSurfaceWithKnots
SHAPE(IfcBSplineSurfaceWithKnots);