Hello,
I have got a background plane converted into mesh, I need to record their
grid positions (For example, 30Hx30L) constituting the plane.
How do I go about doing that?
Are there some thing existing like this?
for obj in $grid1
do(
m = obj.element1.pos.x
......
Thanks in advance
Jack