Faces

compas_cgal.types.Faces

The faces of a mesh, defined as an array-like sequence of faces, with each face represented by 3 vertex indices.

alias of Union[Sequence[Annotated[List[int]]], Annotated[ndarray[Any, dtype[int64]]]]