SubDDissolveOrDeleteComponents Method |
| Name | Description | |
|---|---|---|
| DissolveOrDeleteComponents(IEnumerableComponentIndex) |
Dissolves or deletes components, identified by component index.
See DissolveOrDeleteComponents(IEnumerableSubDComponent).
| |
| DissolveOrDeleteComponents(IEnumerableSubDComponent) |
Dissolves the given edges and vertices, merging the faces around them, and deletes
the given faces.
This is the difference between removing an edge between two quads to get one bigger face, and removing the two quads to leave a hole. Use DeleteComponents(IEnumerableSubDComponent, Boolean) when a hole is what you want. |