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

AVL.CropPoint3DGridByPlaneProximity

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inPlaneAvlNet.Plane3D
inMaxDistancefloatMaximal distance from a given plane.
outPoint3DGridAvlNet.Point3DGrid

See also