MeshVertexListSetVertex Method (Int32, Point3f) |
If [index] is less than [Count], the existing vertex at [index] will be modified.
If [index] equals [Count], a new vertex is appended to the end of the vertex list.
If [index] is larger than [Count], the function will return false.
Namespace: Rhino.Geometry.Collections
public bool SetVertex( int index, Point3f vertex )
Public Function SetVertex ( index As Integer, vertex As Point3f ) As Boolean