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 Sequence[Annotated[List[int], 3]] | Annotated[ndarray[Any, dtype[int64]], typing.Literal[‘N’, 3]]