dj_ogcn
01-14-2005, 06:54 AM
hi!
I spent a lot of time around the internet to find a way to get the position of a trimesh but there is nothing about that.
so i tried many things like "getProperty mesh #pos" " mesh.pos" "mesh.transform",etc ... and nothing work.
I need your help ! i just want to know how to get the position of a trimesh created on a scripted plugin with "setMesh mesh vertices:vp faces:fl "
i want the position because when i detach some faces , it put these at [0,0,0]
i use the function
tmp = meshop.detachFaces mesh #{229..600} delete:true asMesh:true
Update mesh
emesh = Editable_mesh()
emesh.mesh = tmp
update emesh
please help me !!
I spent a lot of time around the internet to find a way to get the position of a trimesh but there is nothing about that.
so i tried many things like "getProperty mesh #pos" " mesh.pos" "mesh.transform",etc ... and nothing work.
I need your help ! i just want to know how to get the position of a trimesh created on a scripted plugin with "setMesh mesh vertices:vp faces:fl "
i want the position because when i detach some faces , it put these at [0,0,0]
i use the function
tmp = meshop.detachFaces mesh #{229..600} delete:true asMesh:true
Update mesh
emesh = Editable_mesh()
emesh.mesh = tmp
update emesh
please help me !!
