Start » Filter Reference » Path » Path Features » PathBoundingBox
Module: | FoundationLite |
---|
Computes the smallest box containing a path.
Name | Type | Description | |
---|---|---|---|
inPath | Path | Input path | |
outBoundingBox | Box |
Examples
Errors
This filter can throw an exception to report error. Read how to deal with errors in Error Handling.
List of possible exceptions:
Error type | Description |
---|---|
DomainError | Empty path on input in PathBoundingBox. |
Complexity Level
This filter is available on Basic Complexity Level.
Filter Group
This filter is member of PathBoundingBox filter group.
See Also
- PathBoundingCircle – Computes the smallest circle enclosing a path.
- RegionBoundingBox – Computes the smallest box containing a region.