This tool creates a vector convex polygon around vector features. The convex hull is a convex closure of a set of points or polygon vertices and can be may be conceptualized as the shape enclosed by a rubber band stretched around the point set. The convex hull has many applications and is most notably used in various shape indices. The Delaunay triangulation of a point set and its dual, the Voronoi diagram, are mathematically related to convex hulls.

See Also

minimum_bounding_box, minimum_bounding_circle, minimum_bounding_envelope

Function Signature

def minimum_convex_hull(self, input: Vector, individual_feature_hulls: bool = True) -> Vector: ...

Project Links

WbW Homepage User Manual Support WbW