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

AVL.CropPathArray 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 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