Get Center Point of Wall

Hi,

I’m starting to study Dynamo.
I would like to know how to get the center point of a wall, I started by selecting the category but now I can’t get the return of the center point.

Hello,

you plug in the Curve.PointatParameter node
with a parameter of 0.5

edit: If you are looking for the center of gravity of the wall, you have to plug the 2 nodes in series (Element.Solid and Centroid) at the output of your Elements.

cordially
christian.stan

1 Like