CropPoint3DGridByPlaneProximity


Removes from the grid points that are too distant from a given plane.

Syntax

C++
C#
Python
 
def CropPoint3DGridByPlaneProximity(
	inPoint3DGrid: Point3DGrid,
	inPlane: Plane3D,
	inMaxDistance: float,
	outPoint3DGrid: Point3DGrid,
	/
)
-> None

Parameters

Name Type Default Description
Input value inPoint3DGrid Point3DGrid
Input value inPlane Plane3D
Input value inMaxDistance float Maximal distance from a given plane
Output value outPoint3DGrid Point3DGrid