You are here: Start » AVL.NET » AVL.CropPathArray

AVL.CropPathArray

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 CropPathArray
(
	AvlNet.Path[] inPaths,
	AvlNet.Box inBox,
	out AvlNet.Path[] outPaths
)

Parameters

Name Type Range Default Description
inPathsAvlNet.Path[]
inBoxAvlNet.Box
outPathsAvlNet.Path[]

See also