mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-10 09:48:32 +00:00
Fix #4655. profiles is now available as a keyword in the selector syntax.
This commit is contained in:
@@ -970,6 +970,8 @@ class Selector:
|
||||
value = ifcopenshell.util.element.get_material(value, should_skip_usage=True)
|
||||
elif key in ("materials", "mats"):
|
||||
value = ifcopenshell.util.element.get_materials(value)
|
||||
elif key == "profiles":
|
||||
value = ifcopenshell.util.shape.get_profiles(value)
|
||||
elif key == "styles":
|
||||
value = ifcopenshell.util.element.get_styles(value)
|
||||
elif key in ("item", "i"):
|
||||
|
||||
Reference in New Issue
Block a user