M_Rhino_Geometry_Collections_SubDVertexAccess_RemoveVertexAndConnections_1 - mcneel/rhinocommon-api-docs GitHub Wiki

SubDVertexAccess.RemoveVertexAndConnections Method (Int32[])

Removes some vertices from the subD.

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

Syntax

C#

public bool RemoveVertexAndConnections(
	int[] vertexIndices
)

VB

Public Function RemoveVertexAndConnections ( 
	vertexIndices As Integer()
) As Boolean

Parameters

 

vertexIndices
Type: System.Int32[]
The array of vertices. If null, no vertices are removed and the method succeeds.

Return Value

Type: Boolean
True if the method succeeds; false otherwise.

Version Information

Supported in: 6.0.16224.21491

See Also

Reference

SubDVertexAccess Class
RemoveVertexAndConnections Overload
Rhino.Geometry.Collections Namespace

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