Hello everyone,
I’m working on the latest version of OpenMAINT (April 2022)
I have some issues for IFC Standard Pset mapping.
This works for personal property mapping. Below is an example that works.
Door data:
PropertySet: “MyPropertySet”
PropertyName: “MyPropertyName”
Value: “MyValue”
FILTER
IfcDoor[IsDefinedBy/RelatingPropertyDefinition[Name=“MyPropretySet”] /HasProperties[Name=“MyPropretyName”]/NominalValue[wrappedValue=“MyValue”]]
I don’t know why it doesn’t work for Standard IFC Pset.
Example, I would like to add doors in my InternalDoors class
Pset: Pset_DoorCommon
Property: IsExternal
Value: false
FILTER NOT WORKING
IfcDoor[IsDefinedBy/RelatingPropertyDefinition[Name=“Pset_DoorCommon”]/HasProperties[Name=“IsExternal”]/NominalValue[wrappedValue=“false”]]
Can someone enlighten me?
Thanks.