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

Invoke.CropPoint3DGridByPlaneProximity

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DGridAvl.Point3DGrid
inPlaneAvl.Plane3D
inMaxDistancefloatMaximal distance from a given plane.
outPoint3DGridAvl.Point3DGrid

See also