PathConvexHull
Computes the smallest convex shape that contains the given path.
Syntax
C++
C#
Python
def PathConvexHull( inPath: Path, outConvexHull: Path, / ) -> None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outConvexHull | Path | A closed path representing the computed convex hull |


