Click or drag to resize

MeshVertexListRemove Method (Int32, Boolean)

Removes the vertex at the given index and all faces that reference that index.

Namespace:  Rhino.Geometry.Collections
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public bool Remove(
	int index,
	bool shrinkFaces
)

Parameters

index
Type: SystemInt32
Index of vertex to remove.
shrinkFaces
Type: SystemBoolean
If true, quads that reference the deleted vertex will be converted to triangles.

Return Value

Type: Boolean
true on success, false on failure.
See Also