You are here: Start » FIL.NET » Function Reference » Point3DGrid » Point3DGrid Spatial Transforms » FIL.CropPoint3DGridByPlaneProximity

FIL.CropPoint3DGridByPlaneProximity

Removes from the grid points that are too distant from a given plane.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

C++
C#
 
public static void CropPoint3DGridByPlaneProximity
(
	FilNet.Point3DGrid inPoint3DGrid,
	FilNet.Plane3D inPlane,
	float inMaxDistance,
	FilNet.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inPoint3DGridFilNet.Point3DGrid
inPlaneFilNet.Plane3D
inMaxDistancefloatMaximal distance from a given plane.
outPoint3DGridFilNet.Point3DGrid

See also