mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-21 13:33:41 +00:00
Basic curve types
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user