<node3d:onthefly>.Vertex

Create a handle to the specified vertex

 

<node3d:onthefly>.Vertex(
    index    

)

 

index

0-based index of the vertex. Negative index can also be used to reference from end of vertex list.


Remarks

This command returns a handle to the specified vertex. The returned handle is a linkable object which can be used as the source or destination in a link. The handle also implements the Actor interface, so it supports <vizact>.moveTo and <vizact>.fadeTo actions.

Return Value

Vertex handle