VerticesFacesNumpy
- compas_cgal.types.VerticesFacesNumpy[source]
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[tuple[Any, …],dtype[float64]], typing.Literal[‘N’, 3]],Annotated[ndarray[tuple[Any, …],dtype[int64]], typing.Literal[‘N’, 3]]]