-
-
Notifications
You must be signed in to change notification settings - Fork 845
Closed
Labels
Description
Bug Description
src\serializers\schema_dependent\XmlSerializer.cpp
#ifdef SCHEMA_HAS_IfcPropertySetDefinitionSet
aggregate_ofIfcSchema::IfcPropertySetDefinitionSet::ptr property_set_sets = get_related
<IfcSchema::IfcObject, IfcSchema::IfcRelDefinesByProperties, IfcSchema::IfcPropertySetDefinitionSet>
(object, &IfcSchema::IfcObject::IsDefinedBy, &IfcSchema::IfcRelDefinesByProperties::RelatingPropertyDefinition);
for (auto& s : *property_set_sets) {
property_sets->push((decltype(property_sets))*s);
}
#endif
i guess you forget #ifdef SCHEMA_HAS_IfcPropertySetDefinitionSet ,IfcPropertySetDefinitionSet only works in IFC4
Attachments
No response
Debug and Error Output