Open
Description
If I have the following set in my user defined psets txt file:
PropertySet: Pset_ConcreteElementGeneral I IfcElement
ConstructionMethod Label
PropertySet: Pset_ConcreteElementGeneral T IfcElementType
ConstructionMethod Label
Then if I have a Revit type with the ConstructionMethod[Type]
value of "FOO" and the instance parameter ConstructionMethod
of empty string "", then in IFC I see the "FOO" appear twice, once in a pset assigned to the type and duplicated again in a pset assigned to the occurrence.
If I have a Revit type with the ConstructionMethod[Type]
value of "FOO" and the instance parameter ConstructionMethod
of "BAR", then in IFC the inheritance + override behaviour is as expected.
User reported this from Revit 2021, using latest available Revit IFC 2021 release from Github.