![]() |
|
#1
|
|||
|
|||
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 |
#2
|
|||
|
|||
Sadly, Vizard provides no way to get the vertex positions
![]() |
#3
|
|||
|
|||
Sadly that workaround would not work for me, as after I set a vertex I scale the object. To get that new point, I would need to do quite a bit of math which I would like to avoid...
|
![]() |
Thread Tools | |
Display Modes | Rate This Thread |
|
|