mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
Fix #3425. Fix invalid IFC data where grid axes should be 2D not 3D.
This commit is contained in:
@@ -77,8 +77,8 @@ class Usecase:
|
|||||||
]
|
]
|
||||||
self.settings["grid_axis"].AxisCurve = self.file.createIfcPolyline(
|
self.settings["grid_axis"].AxisCurve = self.file.createIfcPolyline(
|
||||||
[
|
[
|
||||||
self.create_cartesian_point(points[0][0], points[0][1], points[0][2]),
|
self.create_cartesian_point(points[0][0], points[0][1]),
|
||||||
self.create_cartesian_point(points[1][0], points[1][1], points[1][2]),
|
self.create_cartesian_point(points[1][0], points[1][1]),
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user