Facing issue when getting geometry of wall opening(dynamo 2.0)

Hi,
i have been using dynamo to get geometry and bounding box of wall openings for dimensioning purpose, but the new version of dynamo doesnt allow me to do that,


Is there any way through other nodes?

Try the element.bounding box node, or element.geometry prior to the geometry.boundingbox node.

Hi,

As said Jacob, the input expected by Geometry.BoundingBox is a geometry, not an element. You should get the geometry first.

However, I remember that I had some problems with those nodes and Openings before. The best way to get the geometries you want is with Element.Geometry+ from Clockwork package. Here is a post of Alban explaining it :

1 Like