How do we get the width of the wall opening through dynamo

I have a question.
How do we get the width of the wall opening through dynamo?
The properties field only has Unconnected Height.

Hi,

You can extract the geometry of the openings this way :

And then try to compute yourself the widht/length/thickness by manipulating the points.

or like this

1 Like

Iā€™d avoid the bounding box method as that will return some bad results in some cases. This is my preferred method.

6 Likes