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

Invoke.CropPoint3DGrid

Removes from the grid points that are not contained in a given rectangular box.

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void CropPoint3DGrid
(
	Avl.Point3DGrid inPoint3DGrid,
	Avl.ValueLimits inXLimits,
	Avl.ValueLimits inYLimits,
	Avl.ValueLimits inZLimits,
	Avl.Point3DGrid outPoint3DGrid
)

Parameters

Name Type Range Default Description
inPoint3DGridAvl.Point3DGrid
inXLimitsAvl.ValueLimits
inYLimitsAvl.ValueLimits
inZLimitsAvl.ValueLimits
outPoint3DGridAvl.Point3DGrid

See also