Start » Filter Reference » Path » Path Features » PathConvexHull
Module: | FoundationBasic |
---|
Computes the smallest convex shape that contains the given path.
Name | Type | Description | |
---|---|---|---|
![]() |
inPath | Path | Input path |
![]() |
outConvexHull | Path | A closed path representing the computed convex hull |
Description
The operation computes the smallest of all convex shapes containing the given path.
Examples
![]() |
![]() |
PathConvexHull run on a sample path
Complexity Level
This filter is available on Basic Complexity Level.
See Also
- PolygonConvexity – Computes the area of a polygon divided by the area of its convex hull.
- RegionConvexHull – Computes the smallest convex region containing the input region.