I have an IFC-file where the IFCBUILDING-object has multiple Pset_PropertyAgreement.
Each of our Pset_PropertyAgreement has values on these parameters:
- Pset_PropertyAgreement/AgreementType
- Pset_PropertyAgreement/Identifier
- Pset_PropertyAgreement/PropertyName
In the IFC-file the different Psets are grouped together:
But when converting the file with Hoops all of the Pset_PropertyAgreement-sets are not divided into separate sets.
The XML output looks like this:
And when using model.getNodeProperties(nodeId, false) it looks like this:
This seems like a bug in Hoops?