You are here: Start » AVL.NET » Function Reference » Path » Path Features » AVL.PathBoundingBox_OrNil

AVL.PathBoundingBox_OrNil

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

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
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