Parametros combinados en una tabla a IFC

Parametros combinados en una tabla a IFC

aragoneH2UNL
Explorer Explorer
822 Views
4 Replies
Message 1 of 5

Parametros combinados en una tabla a IFC

aragoneH2UNL
Explorer
Explorer

Hola a todos,

Tengo un campo en una tabla que es una combinación de varios parámetros y veo que no se puede exportar a IFC. ¿Cual sería la mejor manera de hacerlo? Se puede crear otro parámetro y asignarle el valor de la tabla?

Gracias de antemano,

Saludos

Eva

0 Likes
Accepted solutions (2)
823 Views
4 Replies
Replies (4)
Message 2 of 5

L.Maas
Mentor
Mentor
Probably easiest way is to create a Dynamo script.
-Create a new project parameter for the combined code.
-Add this project parameter to all relevant categories.
-Create a script to read all the code parts and join them together with Dynamo and then push the combined code back to the new parameter.

After that you can export this new parameter to IFC.

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

0 Likes
Message 3 of 5

aragoneH2UNL
Explorer
Explorer
Accepted solution

Thanks for your quick response. I was afraid it was going to be with Dynamo 🙂

0 Likes
Message 4 of 5

L.Maas
Mentor
Mentor
Accepted solution

It is not difficult to do with Dynamo...concept:

LMaas_0-1693410961293.png

Needs of course to be modified for the type of elements and your parameter names.

Louis

EESignature

Please mention Revit version, especially when uploading Revit files.

Message 5 of 5

aragoneH2UNL
Explorer
Explorer

Hi Louis,

Thank you very much for your time, I'll try to modify the script for the rest of elements. I greatly appreciate your support, its very good for me

0 Likes