surface_poly_fit.core.PolyhedralSurface.get_vertices

PolyhedralSurface.get_vertices(self: surface_poly_fit._spf_cgal.PolyhedralSurface) object

Returns the vertex coordinates of this polyhedral surface.

Return type:

numpy.ndarray

Returns:

A (N, 3) shaped numpy.ndarray of coordinates.