Skeleton for planes+halfspaces. Might be wrong.

This commit is contained in:
Ken Arroyo Ohori
2017-03-07 14:30:48 -06:00
parent 27d8e86024
commit 3f94d4af37
4 changed files with 33 additions and 0 deletions
@@ -47,6 +47,7 @@ SHAPE(IfcRectangularPyramid);
SHAPE(IfcRightCircularCylinder);
SHAPE(IfcRightCircularCone);
SHAPE(IfcTriangulatedFaceSet);
SHAPE(IfcHalfSpaceSolid);
FACE(IfcArbitraryClosedProfileDef);
FACE(IfcCircleHollowProfileDef);
@@ -65,6 +66,7 @@ WIRE(IfcPolyline);
CLASS(IfcCartesianPoint,cgal_point_t);
CLASS(IfcDirection,cgal_direction_t);
CLASS(IfcPlane,cgal_plane_t);
CLASS(IfcAxis2Placement2D,cgal_placement_t);
CLASS(IfcAxis2Placement3D,cgal_placement_t);
CLASS(IfcObjectPlacement,cgal_placement_t);