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
Input value inPoints3D list[Point3D]
Input value inBox3D Box3D
Output value outPoints3D list[Point3D]