Open
Description
Hello!
I am trying to import an IFC4 Design Transfer file that has arbitrary properties defined as IFCPROPERTYSET
records. Is it possible to define IFC import settings in Revit that would map the IFC properties:
#57=IFCELECTRICAPPLIANCE('2aKn1_Ypv86uIZ4CjFbZdO',#2,$,'myElement',$,#56,#53,$,$);
#58=IFCPROPERTYSET('3phJ9E0iz9LvoWZklxAgu5',#2,'myProps',$,(#59));
#59=IFCPROPERTYSINGLEVALUE('message',$,IFCTEXT('helloWorld'),$);
#60=IFCRELDEFINESBYPROPERTIES('0Iov_SFLLC6BNwXP9Zx2rM',#2,$,$,(#57),#58);
into a Generic Model with an Instance parameter named message
with the value helloWorld
?