Link Instance Parameter

Hi. I can not see in Dyanamo Link Instance parameter. Why? Thanks

Are you sure that’s the same element? Your graph is removing an instance with RestOfItems. Have you compared the element Ids?

Yes, I am sure. @Nick_Boyts

Something is missing then. Obviously, the parameter values should match. Can you share a trimmed down, cleaned up Revit file and the dyn you’re using?

Hello @Nick_Boyts . If it’s like this, the correct values are coming through. I couldn’t figure out why this is happening. These elements are coming from the IFC file. Is this problem caused by the IFC export settings? It’s as if the values are being rounded here. For example, 0.80 m has become 1 m. 0.30 m has become 0 m.

Your Project Units are set to round to the nearest meter. The Parameters property returns the actual parameter object, which uses the Project Units settings when showing the value. If you get the value like you did with GetParameterValueByName, you’ll still get the actual internal value.

3 Likes