VerticesNumpy

compas_cgal.types.VerticesNumpy[source]

An array of vertices, with each vertex defined by 3 spatial coordinates.

alias of Annotated[ndarray[tuple[int, …], dtype[float64]], typing.Literal[‘N’, 3]]