You are here: Start » AVL.NET » AVS.CropPoint3DGridByPlaneProximity Method

AVS.CropPoint3DGridByPlaneProximity Method

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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