Removes points not contained in a box from an array.
Syntax
C++
C#
Python
def TrimPointArray(
inPoints: list[Point2D],
inBox: Box,
/
)
-> outPoints: list[Point2D]
Parameters
|
Name |
Type |
Default |
Description |
 |
inPoints |
list[Point2D] |
|
|
 |
inBox |
Box |
|
|
 |
outPoints |
list[Point2D] |
|
|