Vertices

compas_cgal.types.Vertices[source]

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[tuple[int, …], dtype[float64]], typing.Literal[‘N’, 3]]