mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
New feature to toggle default project unit assignment
This commit is contained in:
@@ -29,6 +29,8 @@ class Patcher:
|
||||
self.args = args
|
||||
|
||||
def patch(self):
|
||||
if self.file.schema == "IFC2X3":
|
||||
return
|
||||
curve_map = {}
|
||||
|
||||
for curve in self.file.by_type("IfcIndexedPolyCurve"):
|
||||
|
||||
Reference in New Issue
Block a user