This commit is contained in:
Dion Moult
2026-02-25 11:02:23 +11:00
parent 0e1a2510ff
commit 95048ea2dd
+1 -1
View File
@@ -83,7 +83,7 @@ class IfcClassData:
for feature_element in feature_elements:
names.remove(feature_element.name())
if ifc_product == "IfcAlignment":
names.extend(("IfcAlignmentHorizontal", "IfcAlignmentHorizontal", "IfcAlignmentCant"))
names.extend(("IfcAlignmentHorizontal", "IfcAlignmentVertical", "IfcAlignmentCant"))
version = tool.Ifc.get_schema()
return [(c, c, (get_entity_doc(version, c) or {}).get("description", "")) for c in sorted(names)]