Trims an array of points to a region.
Syntax
C++
C#
Python
def TrimPointArrayToRegion(
inPoints: list[Point2D],
inRegion: Region,
/
)
-> outPoints: list[Point2D]
Parameters
|
Name |
Type |
Default |
Description |
 |
inPoints |
list[Point2D] |
|
|
 |
inRegion |
Region |
|
Input region |
 |
outPoints |
list[Point2D] |
|
|