mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 14:41:25 +00:00
Support for 3D part of IfcSurfaceCurve
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user