M_Rhino_Geometry_Collections_MeshVertexList_Remove_1 - mcneel/rhinocommon-api-docs GitHub Wiki

MeshVertexList.Remove Method (Int32, Boolean)

Removes the vertex at the given index and all faces that reference that index.

Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0

Syntax

C#

public bool Remove(
	int index,
	bool shrinkFaces
)

VB

Public Function Remove ( 
	index As Integer,
	shrinkFaces As Boolean
) As Boolean

Parameters

 

index
Type: System.Int32
Index of vertex 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** ⚠️