mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +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.create_cartesian_point(points[0][0], points[0][1], points[0][2]),
|
||||
self.create_cartesian_point(points[1][0], points[1][1], points[1][2]),
|
||||
self.create_cartesian_point(points[0][0], points[0][1]),
|
||||
self.create_cartesian_point(points[1][0], points[1][1]),
|
||||
]
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user