Skeleton reaching all the way up to points, to be filled in

This commit is contained in:
Ken Arroyo Ohori
2017-01-31 18:53:00 -06:00
parent 0821dd4702
commit 9c21e05184
3 changed files with 281 additions and 4 deletions
+6 -3
View File
@@ -1,4 +1,4 @@
/********************************************************************************
/********************************************************************************
* *
* This file is part of IfcOpenShell. *
* *
@@ -29,14 +29,17 @@
#include "../../../ifcparse/IfcParse.h"
SHAPES(IfcRepresentation);
SHAPE(IfcExtrudedAreaSolid);
// IfcFacetedBrep included
// IfcAdvancedBrep included
// IfcFacetedBrepWithVoids included
// IfcAdvancedBrepWithVoids included
SHAPES(IfcManifoldSolidBrep);
SHAPE(IfcExtrudedAreaSolid);
SHAPE(IfcConnectedFaceSet);
FACE(IfcFace);
WIRE(IfcPolyLoop);
CLASS(IfcCartesianPoint,cgal_point_t);