Newbie help > get vertex position in EditPoly Modifier

Hi,

Sorry for this stupid question but I'm not able to find an answer for this.
How can I get the position of a Vertex in an EditPoly Modifer?

Many Thanks

Chris

Comments

Comment viewing options

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

...

first of all you need to be in command panel modify tab and current selection need to be edit poly modifier

--return vert 56 position 
if isKindOf (epoly = modPanel.getCurrentObject()) Edit_Poly do epoly.GetVertex 56

bga

Comment viewing options

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