PathBoundingBox_OrNil


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

Syntax

C++
Python
 
def PathBoundingBox_OrNil(
	inPath: Path,
	/
)
-> outBoundingBox: Box | None

Parameters

Name Type Default Description
Input value inPath Path Input path
Output value outBoundingBox Box | None