M_Rhino_Geometry_Collections_MeshVertexList_Remove_1 - mcneel/rhinocommon-api-docs GitHub Wiki
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
C#
public bool Remove(
int index,
bool shrinkFaces
)
VB
Public Function Remove (
index As Integer,
shrinkFaces As Boolean
) As Boolean
- 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.
Type: Boolean
true on success, false on failure.
Supported in: 6.0.16224.21491, 5D58w
MeshVertexList Class
Remove Overload
Rhino.Geometry.Collections Namespace