Need Vertex Position (WorldCoordinates)

hi, I'm looking for a command to get the world-position of verteces within an editable poly

I know the command .GetVertex vertexID
but the return value is not world system (right?)

thank you for help
regards
markus

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
mambrus's picture

got the solution 01. get

got the solution

01. get vertex count of editpoly
02. select vertex 1 to vertex count
03. mypos = poly.selectedVerts.pos || for each selected vert

= worldcoordinates

have fun
markus

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.