Vertices

compas_cgal.types.Vertices

The vertices of a mesh, defined as an array-like sequence of vertices, with each vertex represented by 3 spatial coordinates.

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