Click or drag to resize

SubDDeleteComponents Method (IEnumerableComponentIndex, Boolean)

Deletes components from this SubD, identified by component index.

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public bool DeleteComponents(
	IEnumerable<ComponentIndex> componentIndices,
	bool markDeletedFaceEdges
)

Parameters

componentIndices
Type: System.Collections.GenericIEnumerableComponentIndex
The component indices to delete.
markDeletedFaceEdges
Type: SystemBoolean
If true, edges that survive the deletion of a face they bounded get their runtime mark set.

Return Value

Type: Boolean
True if the deletion succeeded.
See Also