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 Sequence[Annotated[List[float], 3]] | Annotated[ndarray[Any, dtype[float64]], typing.Literal[‘N’, 3]]