VerticesFacesNumpy

compas_cgal.types.VerticesFacesNumpy

Representation of a mesh as a tuple of vertices and faces, with the vertices represented a Nx3 array of spatial coordinates, and the faces as a Fx3 array of vertex indices.

alias of Tuple[Annotated[ndarray[Any, dtype[float64]]], Annotated[ndarray[Any, dtype[int64]]]]