RegionConvexHull_AsPath


Computes the smallest convex polygon containing the input region.

Syntax

C++
C#
Python
 
def RegionConvexHull_AsPath(
	inRegion: Region,
	outConvexHull: Path,
	/
)
-> None

Parameters

Name Type Default Description
Input value inRegion Region Input region
Output value outConvexHull Path