SubDDissolveOrDeleteComponents Method (IEnumerableComponentIndex) |
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic uint DissolveOrDeleteComponents(
IEnumerable<ComponentIndex> componentIndices
)
Public Function DissolveOrDeleteComponents (
componentIndices As IEnumerable(Of ComponentIndex)
) As UInteger
Parameters
- componentIndices
- Type: System.Collections.GenericIEnumerableComponentIndex
The component indices to dissolve or delete.
Return Value
Type:
UInt32The number of merged faces created by dissolving edges and vertices.
See Also