M_Rhino_Geometry_Collections_SubDVertexAccess_RemoveVertexAndConnections - mcneel/rhinocommon-api-docs GitHub Wiki

SubDVertexAccess.RemoveVertexAndConnections Method (Int32)

Removes a vertex from the subD. All connected parts are removed, too.

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

Syntax

C#

public bool RemoveVertexAndConnections(
	int vertexIndex
)

VB

Public Function RemoveVertexAndConnections ( 
	vertexIndex As Integer
) As Boolean

Parameters

 

vertexIndex
Type: System.Int32
A vertex. 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** ⚠️