M_Rhino_Geometry_Collections_MeshVertexList_Remove - mcneel/rhinocommon-api-docs GitHub Wiki
Removes the vertices at the given indices and all faces that reference those vertices.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool Remove(
IEnumerable<int> indices,
bool shrinkFaces
)
VB
Public Function Remove (
indices As IEnumerable(Of Integer),
shrinkFaces As Boolean
) As Boolean
- indices
- Type: System.Collections.Generic.IEnumerable(Int32)
Vertex indices to remove. - shrinkFaces
- Type: System.Boolean
If true, quads that reference the deleted vertex will be converted to triangles.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
MeshVertexList Class
Remove Overload
Rhino.Geometry.Collections Namespace