You are here: Start » AVL.NET » Invoke.CropPoint3DGridByPlaneProximity
Removes from the grid points that are too distant from a given plane.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void CropPoint3DGridByPlaneProximity ( Avl.Point3DGrid inPoint3DGrid, Avl.Plane3D inPlane, float inMaxDistance, Avl.Point3DGrid outPoint3DGrid )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inPoint3DGrid | Avl.Point3DGrid | |||
![]()  | inPlane | Avl.Plane3D | |||
![]()  | inMaxDistance | float | Maximal distance from a given plane. | ||
![]()  | outPoint3DGrid | Avl.Point3DGrid | 


