New feature to toggle default project unit assignment

This commit is contained in:
Dion Moult
2021-08-13 14:58:25 +10:00
parent 2a6d6cfdbf
commit 671f1ab9cf
8 changed files with 77 additions and 20 deletions
@@ -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"):