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?
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.
CenterPnt(Xc. Yc, Zc) = (X1+X2+X3) / 3, (Y1+Y2+Y3) / 3, (Z1+Z2+Z3) / 3