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

AVL.CropPoint3DGrid

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inPoint3DGridAvlNet.Point3DGrid
inXLimitsAvlNet.ValueLimits
inYLimitsAvlNet.ValueLimits
inZLimitsAvlNet.ValueLimits
outPoint3DGridAvlNet.Point3DGrid

See also