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

Invoke.TrimPathArray

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void TrimPathArray
(
	List<Avl.Path> inPaths,
	Avl.Box inBox,
	Avl.TrimPathMethod inTrimPathMethod,
	List<Avl.Path> outPaths
)

Parameters

Name Type Range Default Description
inPathsSystem.Collections.Generic.List<Avl.Path>
inBoxAvl.Box
inTrimPathMethodAvl.TrimPathMethodPointToPointDefault value: PointToPoint.
outPathsSystem.Collections.Generic.List<Avl.Path>

See also