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 | |
|---|---|---|---|---|
![]() |
inPoint3DGrid | Point3DGrid | ||
![]() |
inPlane | Plane3D | ||
![]() |
inMaxDistance | float | Maximal distance from a given plane | |
![]() |
outPoint3DGrid | Point3DGrid |


