mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-18 19:30:25 +00:00
Minor typing hint and disable linear position elements from loading
This commit is contained in:
@@ -519,7 +519,7 @@ class IfcImporter:
|
||||
self.create_generic_elements(set(self.file.by_type("IfcReferent")))
|
||||
# Loading IfcLinearElement for test purposes for now only.
|
||||
# In the future we will make it lazy loaded and toggleable with a special UI.
|
||||
self.create_generic_elements(set(self.file.by_type("IfcLinearElement")))
|
||||
# self.create_generic_elements(set(self.file.by_type("IfcLinearElement")))
|
||||
|
||||
def create_grids(self):
|
||||
if not self.ifc_import_settings.should_load_geometry:
|
||||
|
||||
Reference in New Issue
Block a user