Computes the smallest box containing a path; returns NIL if the path is empty.
Syntax
C++
C#
Python
def PathBoundingBox_OrNil(
inPath: Path,
/
)
-> outBoundingBox: Box | None
Parameters
|
Name |
Type |
Default |
Description |
 |
inPath |
Path |
|
Input path |
 |
outBoundingBox |
Box | None |
|
|