Add support for IfcBSplineCurveWithKnots

This commit is contained in:
Thomas Krijnen
2015-06-02 15:56:09 +00:00
parent a3f17cd4e7
commit 49d491704e
2 changed files with 43 additions and 1 deletions
+3
View File
@@ -112,6 +112,9 @@ WIRE(IfcArbitraryOpenProfileDef);
CURVE(IfcCircle);
CURVE(IfcEllipse);
CURVE(IfcLine);
#ifdef USE_IFC4
CURVE(IfcBSplineCurveWithKnots);
#endif
CLASS(IfcCartesianPoint,gp_Pnt);
CLASS(IfcDirection,gp_Dir);