ScriptSpot

Forum topic · General Scripting

Newbie help > get vertex position in EditPoly Modifier

By ChrisRus · 2016-07-08

Description

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 (1)

barigazy · 2016-07-14

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