You are here: Start » AVL.NET » AVS.PathBoundingBox Method

AVS.PathBoundingBox Method

Computes the smallest box containing a path.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

public static void PathBoundingBox
(
	AvlNet.Path inPath,
	out AvlNet.Box outBoundingBox
)

Parameters

Name Type Range Default Description
inPathAvlNet.PathInput path.
outBoundingBoxAvlNet.Box

See also