M_Rhino_Geometry_Collections_SubDVertexAccess_RemoveVertexAndConnections_1 - mcneel/rhinocommon-api-docs GitHub Wiki
Removes some vertices from the subD.
Namespace: Rhino.Geometry.Collections
Assembly: RhinoCommon (in RhinoCommon.dll) Version: Rhino 6.0
C#
public bool RemoveVertexAndConnections(
int[] vertexIndices
)VB
Public Function RemoveVertexAndConnections (
vertexIndices As Integer()
) As Boolean
- vertexIndices
- Type: System.Int32[]
The array of vertices. 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