VerticesFaces

compas_cgal.types.VerticesFaces

Representation of a mesh as a tuple of vertices and faces.

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