M_Rhino_Geometry_Collections_SubDVertexAccess_RemoveVertexAndConnections - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool RemoveVertexAndConnections(
int vertexIndex
)
VB
Public Function RemoveVertexAndConnections (
vertexIndex As Integer
) As Boolean
- vertexIndex
- Type: System.Int32
A vertex. If null, no vertices are removed and the method succeeds.
Type: Boolean
True if the method succeeds; false otherwise.
Supported in: 6.0.16224.21491
SubDVertexAccess Class
RemoveVertexAndConnections Overload
Rhino.Geometry.Collections Namespace