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 |
 |
inRegion |
Region |
|
Input region |
 |
outConvexHull |
Path |
|
|