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

AVS.PathBoundingBox_OrNil Method

Computes the smallest box containing a path; returns NIL if the path is empty.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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

Parameters

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

See also