mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-22 02:40:59 +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
|
@classmethod
|
||||||
def clear_cache(cls, element):
|
def clear_cache(cls, element):
|
||||||
cache = IfcStore.get_cache()
|
cache = IfcStore.get_cache()
|
||||||
if cache:
|
if cache and hasattr(element, "GlobalId"):
|
||||||
cache.remove(element.GlobalId)
|
cache.remove(element.GlobalId)
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
|
|||||||
Reference in New Issue
Block a user