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

AVS.CropPointArray Method

Removes points not contained in a box from an array.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void CropPointArray
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Box inBox,
	IList<AvlNet.Point2D> outPoints
)

Parameters

See also