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
Input value inPath Path Input path
Output value outConvexHull Path A closed path representing the computed convex hull