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

AVS.TrimPointArrayToRegion Method

Trims an array of points to a region.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimPointArrayToRegion
(
	IList<AvlNet.Point2D> inPoints,
	AvlNet.Region inRegion,
	IList<AvlNet.Point2D> outPoints
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.IList<AvlNet.Point2D>
inRegionAvlNet.RegionInput region.
outPointsSystem.Collections.Generic.IList<AvlNet.Point2D>

See also