I need to write attributes in a custom tab, basically like any of the blue tabs that can be seen here:
(the viewer used is Solibri MV; the model is the top example found here: http://www.ifcwiki.org/index.php?title=KIT_IFC_Examples ). I've tried the AttributeCreator, but the property set doesn't even get written. The method however does work, as standard properties like Identity Data do end up in the IFC:
I also tried the IFCPropertySetDefinitionCreator, but this doesn't produce any empty propety set either (nor do I know how to write values to it). Can FME even write custom attributes?