Revit Built In Parameter for Air Terminal Room Calculation Point

I am trying return reads the Room Calculation point of an air duct from Python to Dynamo. How should I go about this?

Hi Mark,

I want to create a temporary tiny sphere at the location of the room calculation point. I can then determine whether this is in the geometry of a room in a linked file. Do you perhaps know of a different way to schedule components as per a linked file’s rooms?

Kind Regards,

Paul

Hi Paul,

That is a nice idea, I always like to use a geometric method for checking, perhaps this works for you? There is both a Position and a MarkerPosition property you could try…

http://www.revitapidocs.com/2018/8fdda4ea-f98b-dfe9-a54d-e1927cc88651.htm

Hopefully that helps,

Mark

Hi Mark,

Thank you for the advice. Its sounds like these may just be the solution. I will test and report the result.

Kind Regards,

Paul

1 Like

Hello Paul ,what you tried might work for me in what i do for air terminals. Did you find a solution? If so, can you share it?