I'm trying to loop through an entire mesh finding the point 3 value of the center of each polygon of an editableMesh.
I have found out how to do it for an editable poly but not and editable mesh.
--newPos = polyop.getFaceCenter $ f --EditablePoly
--Editable Polygon Face
numFaces = $.numfaces/2
for f = 1 to numFaces do
(
newPos = --EditableMesh
print newPos
)
By JokerMartini · 2011-07-19
Anubis · 2011-07-20