Basic curve types

This commit is contained in:
Ken Arroyo Ohori
2017-03-13 19:08:23 -06:00
parent 81a33309f3
commit 54331062c3
4 changed files with 90 additions and 0 deletions
@@ -73,8 +73,13 @@ WIRE(IfcPolyLoop);
WIRE(IfcPolyline);
WIRE(IfcCompositeCurve);
CURVE(IfcCircle);
CURVE(IfcEllipse);
CURVE(IfcLine);
CLASS(IfcCartesianPoint,cgal_point_t);
CLASS(IfcDirection,cgal_direction_t);
CLASS(IfcVector,cgal_vector_t);
CLASS(IfcPlane,cgal_plane_t);
CLASS(IfcAxis2Placement2D,cgal_placement_t);
CLASS(IfcAxis2Placement3D,cgal_placement_t);