Door Width - Linked model

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 :slight_smile: …)
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.