Getting a new point at the midpoint of three points?

i have a mass setup and divided the surface by triangle patterns in revit on which a three point adaptive component will eventually be hosted…now i want to create a new point at the midpoint of all the triangle panel in dynamo …how do i do that?

an image of the graph would help.

2 Likes

CenterPnt(Xc. Yc, Zc) = (X1+X2+X3) / 3, (Y1+Y2+Y3) / 3, (Z1+Z2+Z3) / 3

6 Likes

Once you sort your points you could use a Polygon?

3 Likes