Get parameter value from a linked .ifc file

Hello, I would like to get more information about why it is giving me an error, I have tried everything. I believe it is something in the parameter type but I am not trying to insert or modify it, just read it…

Basically I’m trying to get the base width value of each structural beam to insert a hole family with that size.

google translate

InserirFamiliaFuracao.dyn (113.1 KB)

What does the error message say?

Make sure your Revit is fully up to date. Which Revit build are you on?

I believe I’m up to date

Revit
image

Dynamo
image

When trying to obtain the value of the parameter
Operation failed

When trying to insert the beam base parameter into the hole lenght parameter
Operation failed
The call is ambiguous between the following methods or properties:

I strongly believe that it is related to the type of the parameter because ifc natively comes with the value of “20 cm”, for example, I can’t tell if it is a string or a number


I am using Revit in my native language, soon I will try to use Revit in English to make it easier

Make sure you’re using the latest version of the BiMorph package in Dynamo - this will require restarting Revit after installation.

Hi there!

You can try to use node LinkElement.Element from Bimorph and then ootb node to get parameter by name. It works sometimes