mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-18 14:31:39 +00:00
Typo
This commit is contained in:
@@ -83,7 +83,7 @@ class IfcClassData:
|
|||||||
for feature_element in feature_elements:
|
for feature_element in feature_elements:
|
||||||
names.remove(feature_element.name())
|
names.remove(feature_element.name())
|
||||||
if ifc_product == "IfcAlignment":
|
if ifc_product == "IfcAlignment":
|
||||||
names.extend(("IfcAlignmentHorizontal", "IfcAlignmentHorizontal", "IfcAlignmentCant"))
|
names.extend(("IfcAlignmentHorizontal", "IfcAlignmentVertical", "IfcAlignmentCant"))
|
||||||
version = tool.Ifc.get_schema()
|
version = tool.Ifc.get_schema()
|
||||||
return [(c, c, (get_entity_doc(version, c) or {}).get("description", "")) for c in sorted(names)]
|
return [(c, c, (get_entity_doc(version, c) or {}).get("description", "")) for c in sorted(names)]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user