TrimPoint3DArray
Removes points not contained in a box in 3D from an array.
Syntax
C++
C#
Python
def TrimPoint3DArray( inPoints3D: list[Point3D], inBox3D: Box3D, / ) -> outPoints3D: list[Point3D]
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints3D | list[Point3D] | ||
![]() |
inBox3D | Box3D | ||
![]() |
outPoints3D | list[Point3D] |


