Description:

Appends a list of ngons to the end of the mesh ngon list.

Syntax:
public int AddNgons(
IEnumerable<MeshNgon> ngons
)
Parameters:
  • ngons
  • Type: IEnumerable<MeshNgon>
  • Ngons to add.
Returns:
Type: int
Indices of the newly created ngons
Available since:
6.0

Nothing found