Faces

compas_cgal.types.Faces[source]

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[tuple[int, …], dtype[int64]], typing.Literal[‘N’, 3]]