PathBoundingBox
Computes the smallest box containing a path.
Syntax
C++
Python
def PathBoundingBox(
inPath: Path,
/
)
-> outBoundingBox: Box
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outBoundingBox | Box |
Computes the smallest box containing a path.
def PathBoundingBox(
inPath: Path,
/
)
-> outBoundingBox: Box
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outBoundingBox | Box |