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