Description:

Remove one or more ngons from the mesh.

Syntax:
public int RemoveNgons(
IEnumerable<int> indices
)
Parameters:
  • indices
  • Type: IEnumerable<int>
  • An array of ngon indices.
Returns:
Type: int
The number of deleted ngons.
Available since:
6.0

Nothing found