mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-17 14:02:27 +00:00
Temporarily disable 3ffc0bc due to a bug with units conversion
This commit is contained in:
@@ -431,6 +431,7 @@ class Usecase:
|
|||||||
and there is no control to prevent it from adding certain type of elements.
|
and there is no control to prevent it from adding certain type of elements.
|
||||||
"""
|
"""
|
||||||
ifc_file = self.file
|
ifc_file = self.file
|
||||||
|
return ifc_file.add(element)
|
||||||
if not self.assume_asset_uniqueness_by_name:
|
if not self.assume_asset_uniqueness_by_name:
|
||||||
return ifc_file.add(element)
|
return ifc_file.add(element)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user