mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 01:41:57 +00:00
Purge old dynamic void system as Blender booleans are not sufficient.
This commit is contained in:
@@ -198,7 +198,7 @@ class Selector:
|
||||
return results
|
||||
|
||||
@classmethod
|
||||
def get_element_value(cls, element, key, value):
|
||||
def get_element_value(cls, element, key, value=None):
|
||||
if "." in key and key.split(".")[0] == "type":
|
||||
try:
|
||||
element = ifcopenshell.util.element.get_type(element)
|
||||
|
||||
Reference in New Issue
Block a user