Read Door Width, Height, and Thickness Parameter

Is it just me or can one not get a doors Width, Height, and Thickness?

I tried Element.GetParameterValueByName and the values come out blank.
I tried Element.Parameters and it does not have them listed at all.

You need to obtain the door’s type first. An easy way to do this is use element.type from clockwork before the get parameter node.

2 Likes

Thanks John,

I was grabbing individual elements witch do not have those parameters. I am working on door schedules so my brain was a little fried.

Thanks again,

2 Likes

where do I find this “element. type” node?

use the ootb one,
image

2 Likes