ifcopenshell.file - use IFC4X3 instead of IFC4X3_ADD2 for simplicity

This commit is contained in:
Andrej
2025-05-30 13:39:55 +05:00
parent e8aa508405
commit fb1b5bea51
13 changed files with 17 additions and 17 deletions
@@ -22,7 +22,7 @@ import ifcopenshell.api.context
def test_name_segments():
file = ifcopenshell.file(schema="IFC4X3_ADD2")
file = ifcopenshell.file(schema="IFC4X3")
project = file.createIfcProject(Name="Test")
geometric_representation_context = ifcopenshell.api.context.add_context(file, context_type="Model")
axis_model_representation_subcontext = ifcopenshell.api.context.add_context(