mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-23 21:48:52 +00:00
Fix bug where copying an instance did not auto link the meshes.
This commit is contained in:
@@ -61,6 +61,10 @@ class Root(blenderbim.core.tool.Root):
|
||||
def is_opening_element(cls, element):
|
||||
return element.is_a("IfcOpeningElement")
|
||||
|
||||
@classmethod
|
||||
def link_object_data(cls, source_obj, destination_obj):
|
||||
destination_obj.data = source_obj.data
|
||||
|
||||
@classmethod
|
||||
def run_geometry_add_representation(
|
||||
cls, obj=None, context=None, ifc_representation_class=None, profile_set_usage=None
|
||||
|
||||
Reference in New Issue
Block a user