Click or drag to resize

SubDDeleteComponents Method (IEnumerableSubDComponent)

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public bool DeleteComponents(
	IEnumerable<SubDComponent> components
)

Parameters

components
Type: System.Collections.GenericIEnumerableSubDComponent
The components to delete.

Return Value

Type: Boolean
True if the deletion succeeded.
See Also