SubDDeleteComponents Method (IEnumerableComponentIndex, Boolean) |
Deletes components from this SubD, identified by component index.
Namespace:
Rhino.Geometry
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 8.36
Syntaxpublic bool DeleteComponents(
IEnumerable<ComponentIndex> componentIndices,
bool markDeletedFaceEdges
)
Public Function DeleteComponents (
componentIndices As IEnumerable(Of ComponentIndex),
markDeletedFaceEdges As Boolean
) As Boolean
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:
BooleanTrue if the deletion succeeded.
See Also