mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-10 22:16:41 +00:00
Adds support for IfcLinearPlacement
This commit is contained in:
committed by
Thomas Krijnen
parent
4f3dacd6d5
commit
fc22d2fa51
@@ -135,7 +135,13 @@ BIND(IfcSurfaceCurve);
|
||||
#endif
|
||||
|
||||
BIND(IfcCartesianPoint);
|
||||
#ifdef SCHEMA_HAS_IfcPointByDistanceExpression
|
||||
BIND(IfcPointByDistanceExpression)
|
||||
#endif
|
||||
BIND(IfcDirection);
|
||||
#ifdef SCHEMA_HAS_IfcAxis2PlacementLinear
|
||||
BIND(IfcAxis2PlacementLinear)
|
||||
#endif
|
||||
BIND(IfcAxis2Placement2D);
|
||||
BIND(IfcAxis2Placement3D);
|
||||
BIND(IfcAxis1Placement);
|
||||
@@ -145,6 +151,9 @@ BIND(IfcCartesianTransformationOperator2D);
|
||||
BIND(IfcCartesianTransformationOperator3D);
|
||||
// BIND(IfcObjectPlacement);
|
||||
BIND(IfcLocalPlacement); // -> matrix4
|
||||
#if defined SCHEMA_HAS_IfcLinearPlacement
|
||||
BIND(IfcLinearPlacement); // -> matrix4
|
||||
#endif
|
||||
BIND(IfcVector);
|
||||
|
||||
// BIND(IfcColourRgb);
|
||||
|
||||
Reference in New Issue
Block a user