mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-11 02:02:22 +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)
|
||||
viewpoints.append(viewpoint)
|
||||
tool.Bcf.set_topic_viewpoints(topic, viewpoints)
|
||||
|
||||
def get_ifc_elements(objs: list[bpy.types.Object]) -> list[ifcopenshell.entity_instance]:
|
||||
elements = []
|
||||
|
||||
Reference in New Issue
Block a user