Skeleton for IfcObjectPlacement and IfcAxis2Placement3D

This commit is contained in:
Ken Arroyo Ohori
2017-02-07 19:51:16 -06:00
parent bae84b6753
commit 96e9c8ecc1
3 changed files with 48 additions and 2 deletions
@@ -44,3 +44,6 @@ WIRE(IfcPolyLoop);
CLASS(IfcCartesianPoint,cgal_point_t);
CLASS(IfcDirection,cgal_direction_t);
//CLASS(IfcAxis2Placement2D,cgal_placement_t);
CLASS(IfcAxis2Placement3D,cgal_placement_t);
CLASS(IfcObjectPlacement,cgal_placement_t);