mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 21:48:52 +00:00
typing
This commit is contained in:
@@ -520,7 +520,8 @@ class TestLoadingIndexedMap(NewFile):
|
||||
class TestSetupActiveBsddClassification(NewFile):
|
||||
def run_test(self, schema: ifcopenshell.util.schema.IFC_SCHEMA) -> None:
|
||||
schema_ = "IFC4X3_ADD2" if schema == "IFC4X3" else schema
|
||||
bpy.context.scene.BIMProjectProperties.export_schema = schema_
|
||||
props = tool.Project.get_project_props()
|
||||
props.export_schema = schema_
|
||||
bpy.ops.bim.create_project()
|
||||
ifc_file = tool.Ifc.get()
|
||||
name = "CCI Construction"
|
||||
|
||||
Reference in New Issue
Block a user