mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 09:21:46 +00:00
Added_MODEL_VIEW_context
added... context_type="Model", context_identifier="Annotation", target_view="MODEL_VIEW", parent=model from: https://github.com/IfcOpenShell/IfcOpenShell/issues/2890
This commit is contained in:
@@ -53,6 +53,9 @@ def create_project(ifc, project, schema=None, template=None):
|
|||||||
project.run_context_add_context(
|
project.run_context_add_context(
|
||||||
context_type="Model", context_identifier="Annotation", target_view="ELEVATION_VIEW", parent=model
|
context_type="Model", context_identifier="Annotation", target_view="ELEVATION_VIEW", parent=model
|
||||||
)
|
)
|
||||||
|
project.run_context_add_context(
|
||||||
|
context_type="Model", context_identifier="Annotation", target_view="MODEL_VIEW", parent=model
|
||||||
|
)
|
||||||
project.run_context_add_context(
|
project.run_context_add_context(
|
||||||
context_type="Model", context_identifier="Profile", target_view="ELEVATION_VIEW", parent=model
|
context_type="Model", context_identifier="Profile", target_view="ELEVATION_VIEW", parent=model
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user