Click or drag to resize

SubDDissolveOrDeleteComponents Method (IEnumerableComponentIndex)

Namespace:  Rhino.Geometry
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntax
public uint DissolveOrDeleteComponents(
	IEnumerable<ComponentIndex> componentIndices
)

Parameters

componentIndices
Type: System.Collections.GenericIEnumerableComponentIndex
The component indices to dissolve or delete.

Return Value

Type: UInt32
The number of merged faces created by dissolving edges and vertices.
See Also