Support for 3D part of IfcSurfaceCurve

This commit is contained in:
Thomas Krijnen
2020-03-17 15:13:36 +01:00
parent 0cfbde13b9
commit f24db3402f
2 changed files with 11 additions and 0 deletions
+3
View File
@@ -146,6 +146,9 @@ CURVE(IfcLine);
// IfcRationalBSplineCurveWithKnots included
CURVE(IfcBSplineCurveWithKnots);
#endif
#ifdef SCHEMA_HAS_IfcSurfaceCurve
CURVE(IfcSurfaceCurve);
#endif
CLASS(IfcCartesianPoint,gp_Pnt);
CLASS(IfcDirection,gp_Dir);