SubDDeleteComponents Method |
| Name | Description | |
|---|---|---|
| DeleteComponents(IEnumerableSubDComponent) |
Deletes components from this SubD, leaving the edges that bounded any deleted face
unmarked. See
DeleteComponents(IEnumerableSubDComponent, Boolean).
| |
| DeleteComponents(IEnumerableComponentIndex, Boolean) |
Deletes components from this SubD, identified by component index.
| |
| DeleteComponents(IEnumerableSubDComponent, Boolean) |
Deletes components from this SubD.
Deleting a vertex deletes every edge and face attached to it. Deleting an edge deletes every face attached to it. Deleting a face deletes only that face. |