{ } Raw JSON

bundles / scipy latest / scipy / spatial / _qhull / _Qhull / get_hull_facets

cython_function_or_method

scipy.spatial._qhull:_Qhull.get_hull_facets

Signature

def   get_hull_facets ( self )

Summary

Returns the facets contained in the current Qhull. This function does not assume that the hull is simplicial, meaning that facets will have different number of vertices. It is thus less efficient but more general than get_simplex_facet_array.

Returns

: facets: list of lists of ints

The indices of the vertices forming each facet.

Aliases

  • scipy.spatial._qhull._Qhull.get_hull_facets