Missing Shapes, support for voids

This commit is contained in:
Ken Arroyo Ohori
2017-03-20 15:56:31 -06:00
parent 95e6c14f39
commit cf9605f108
2 changed files with 50 additions and 8 deletions
+4 -2
View File
@@ -28,14 +28,16 @@
#include "../../../ifcparse/IfcUtil.h"
#include "../../../ifcparse/IfcParse.h"
SHAPES(IfcShellBasedSurfaceModel);
SHAPES(IfcFaceBasedSurfaceModel);
SHAPES(IfcRepresentation);
SHAPES(IfcMappedItem);
// IfcFacetedBrep included
// IfcAdvancedBrep included
// IfcFacetedBrepWithVoids included
// IfcAdvancedBrepWithVoids included
SHAPES(IfcManifoldSolidBrep);
SHAPES(IfcMappedItem);
SHAPES(IfcFaceBasedSurfaceModel);
SHAPES(IfcGeometricSet);
SHAPE(IfcExtrudedAreaSolid);
SHAPE(IfcConnectedFaceSet);