You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » AVL.TrimPathArray

AVL.TrimPathArray

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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