You are here: Start » AVL.NET » Invoke.PathBoundingBox_OrNil

Invoke.PathBoundingBox_OrNil

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

Namespace:Avl
Assembly:AvlNet.dll

Syntax

C++
C#
 
public static void PathBoundingBox_OrNil
(
	Avl.Path inPath,
	Conditional<Avl.Box> outBoundingBox
)

Parameters

Name Type Range Default Description
inPathAvl.PathInput path.
outBoundingBoxAtl.Conditional<Avl.Box>

See also