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 | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outBoundingBox | Box | None |


