mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-24 00:07:53 +00:00
fix issue adding bcf topic viewpoints
missed the set statement which is requirement to make it work for all cases
This commit is contained in:
@@ -642,6 +642,7 @@ class AddBcfViewpoint(bpy.types.Operator):
|
|||||||
)
|
)
|
||||||
assert tool.Bcf.is_list_of(viewpoints, bcf.v3.model.ViewPoint)
|
assert tool.Bcf.is_list_of(viewpoints, bcf.v3.model.ViewPoint)
|
||||||
viewpoints.append(viewpoint)
|
viewpoints.append(viewpoint)
|
||||||
|
tool.Bcf.set_topic_viewpoints(topic, viewpoints)
|
||||||
|
|
||||||
def get_ifc_elements(objs: list[bpy.types.Object]) -> list[ifcopenshell.entity_instance]:
|
def get_ifc_elements(objs: list[bpy.types.Object]) -> list[ifcopenshell.entity_instance]:
|
||||||
elements = []
|
elements = []
|
||||||
|
|||||||
Reference in New Issue
Block a user