mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
spherical toroidal surface
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user