![]() |
#2
|
|||
|
|||
Please help, all I need is a get method for the vertex position. I'm pretty sure the values exist somewhere. Something like:
[ x, y, z ] = myOnTheFlyLine.getVertex( 0 ) # to get the x,y,z of the 0th vertex [ x, y, z ] = myOnTheFlyLine.getVertex( 1 ) # to get the x,y,z of the 1th vertex |
|
|