Computes the smallest convex region containing the input region.
Syntax
C++
C#
Python
def RegionConvexHull(
inRegion: Region,
outRegion: Region,
/
)
-> None
Parameters
|
Name |
Type |
Default |
Description |
 |
inRegion |
Region |
|
Input region |
 |
outRegion |
Region |
|
Output region |