mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-09 17:31:45 +00:00
Fix #3712. Fix bug where grid axes couldn't be duplicated.
This commit is contained in:
@@ -46,7 +46,7 @@ class Geometry(blenderbim.core.tool.Geometry):
|
||||
@classmethod
|
||||
def clear_cache(cls, element):
|
||||
cache = IfcStore.get_cache()
|
||||
if cache:
|
||||
if cache and hasattr(element, "GlobalId"):
|
||||
cache.remove(element.GlobalId)
|
||||
|
||||
@classmethod
|
||||
|
||||
Reference in New Issue
Block a user