PathBoundingBox


Computes the smallest box containing a path.

Syntax

C++
Python
 
def PathBoundingBox(
	inPath: Path,
	/
)
-> outBoundingBox: Box

Parameters

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