Description:

Appends a list of faces to the end of the mesh face list.

Syntax:
public int AddFaces(
IEnumerable<MeshFace> faces
)
Parameters:
  • faces
  • Type: IEnumerable<MeshFace>
  • Faces to add.
Returns:
Type: int
Indices of the newly created faces
Available since:
5.0

Nothing found