You are here: Start » FIL.NET » Invoke.CropPoint3DGridByPlaneProximity

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
inPoint3DGridFil.Point3DGrid
inPlaneFil.Plane3D
inMaxDistancefloatMaximal distance from a given plane.
outPoint3DGridFil.Point3DGrid

See also