Several more classes, needs testing

This commit is contained in:
Ken Arroyo Ohori
2017-03-02 17:11:58 -06:00
parent 2cb53a860d
commit c9633273a6
6 changed files with 91 additions and 1 deletions
@@ -34,16 +34,19 @@ SHAPES(IfcRepresentation);
// IfcFacetedBrepWithVoids included
// IfcAdvancedBrepWithVoids included
SHAPES(IfcManifoldSolidBrep);
SHAPES(IfcMappedItem);
SHAPE(IfcExtrudedAreaSolid);
SHAPE(IfcConnectedFaceSet);
SHAPE(IfcCsgSolid);
SHAPE(IfcBlock);
FACE(IfcArbitraryClosedProfileDef);
FACE(IfcFace);
FACE(IfcRectangleProfileDef);
WIRE(IfcPolyLoop);
WIRE(IfcPolyline);
CLASS(IfcCartesianPoint,cgal_point_t);
CLASS(IfcDirection,cgal_direction_t);