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

AVS.TrimPathArray Method

Creates an array of paths contained in a box from another array of paths.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void TrimPathArray
(
	IList<AvlNet.Path> inPaths,
	AvlNet.Box inBox,
	AvlNet.TrimPathMethod inTrimPathMethod,
	IList<AvlNet.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.IList<AvlNet.Path>
inBoxAvlNet.Box
inTrimPathMethodAvlNet.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathsSystem.Collections.Generic.IList<AvlNet.Path>

See also