Access ""From Room", "To Room" parameters of Door elements?

Is there anyway to access "“From Room”, “To Room” parameters of Door elements?
Something likes “GetParameterValueByName” Node with a correct parameterName.
Or some lines of python code to access it.
Thank you!

Yes the clockwork package has a node with exposed python for this caller Doors.Rooms

1 Like

Thank you! Clockwork package is very useful!
And I wonder that is there a basic way (Basic Node or Code lines) to get that parameters instead of external packages.

As far as I know Python is the minimum required level of coding unless there is a design script that I havent seen. I cant recall seeing the values in element.parameters.

1 Like