Description:

Removes a face from the mesh.

Syntax:
public void RemoveAt(
int index,
bool compact
)
Parameters:
  • index
  • Type: int
  • The index of the face that will be removed.
  • compact
  • Type: bool
  • If true, removes vertices that are no longer referenced.
Returns:
Type: void
Available since:
6.6

Description:

Removes a face from the mesh.

Syntax:
public void RemoveAt(
int index
)
Parameters:
  • index
  • Type: int
  • The index of the face that will be removed.
Returns:
Type: void
Available since:
5.0

Nothing found