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


