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

AVL.TrimPathArrayToRectangle

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void TrimPathArrayToRectangle
(
	IList<AvlNet.Path> inPaths,
	AvlNet.Rectangle2D inRectangle,
	AvlNet.TrimPathMethod inTrimPathMethod,
	IList<AvlNet.Path> outPaths
)

Parameters

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

See also