Overload_Rhino_Geometry_Collections_MeshVertexList_SetVertex - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.SetVertex Method

Overload List

 

Name Description
Public method SetVertex(Int32, Point3d) Sets or adds a vertex to the Vertex List. 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.

Public method SetVertex(Int32, Point3f) Sets or adds a vertex to the Vertex List. 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.

Public method SetVertex(Int32, Double, Double, Double) Sets or adds a vertex to the Vertex List. 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.

Public method SetVertex(Int32, Single, Single, Single) Sets or adds a vertex to the Vertex List. 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.

  Back to Top

See Also

Reference

MeshVertexList Class
Rhino.Geometry.Collections Namespace

⚠️ **GitHub.com Fallback** ⚠️