Files
IfcOpenShell/src/ifcopenshell-python/docs
Petru Conduraru 7cf172b96b docs: cover reading properties and quantities from an element and its type in C++ getting started
Fixes issue #3910's documentation gap. IsDefinedBy() returns
IfcRelDefinesByProperties relationship objects, not the property set
itself, and RelatingPropertyDefinition() must be used to reach the
IfcPropertySet or IfcElementQuantity. Properties can also come from an
element's type via IsTypedBy() -> RelatingType() -> HasPropertySets(),
a path that is easy to miss because it works differently. Adds a
worked, beginner-commented, compilable example covering both paths.

Generated with the assistance of an AI coding tool.

(cherry picked from commit 8fb8966094)
2026-07-25 23:18:32 +10:00
..
2025-03-09 18:02:59 +11:00
2024-08-09 14:58:10 +05:00
2025-11-22 09:02:53 +01:00
2024-06-26 13:02:18 +10:00
2024-06-26 13:02:59 +10:00
2024-11-06 17:51:03 +05:00
2024-09-03 13:18:55 -05:00
2024-11-06 17:51:03 +05:00
2026-05-25 16:34:19 +10:00
2025-09-29 23:30:39 +10:00
2026-07-03 19:20:50 +10:00