M_Rhino_Geometry_Collections_MeshVertexList_Remove - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.Remove Method (IEnumerable(Int32), Boolean)

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

Syntax

C#

public bool Remove(
	IEnumerable<int> indices,
	bool shrinkFaces
)

VB

Public Function Remove ( 
	indices As IEnumerable(Of Integer),
	shrinkFaces As Boolean
) As Boolean

Parameters

 

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.

Return Value

Type: Boolean
true on success, false on failure.

Version Information

Supported in: 6.0.16224.21491, 5D58w

See Also

Reference

MeshVertexList Class
Remove Overload
Rhino.Geometry.Collections Namespace

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