Overload_Rhino_Geometry_Collections_MeshVertexList_Remove - mcneel/rhinocommon-api-docs GitHub Wiki
Name | Description | |
---|---|---|
![]() |
Remove(IEnumerable(Int32), Boolean) | Removes the vertices at the given indices and all faces that reference those vertices. |
![]() |
Remove(Int32, Boolean) | Removes the vertex at the given index and all faces that reference that index. |