Hi
Has anyone gotten the opening width for a door in a linked model via Dynamo?
I can get the door using the getlinkedelement module but can’t get to the opening
TIA
Dave
Hi
Has anyone gotten the opening width for a door in a linked model via Dynamo?
I can get the door using the getlinkedelement module but can’t get to the opening
TIA
Dave
The opening should logically be one of the parameters of the family (unless it’s a very bad family …)
You can get the parameters of element with GetParameterValueByName
Typically the size is part of the type name. I’ve been getting the type name then extracting the size from the string by Regex. I then casting the string to an int.