PathBoundingCircle_OrNil
Computes the smallest circle enclosing a path; returns NIL if the path is empty.
Syntax
C++
C#
Python
def PathBoundingCircle_OrNil( inPath: Path, / ) -> outBoundingCircle: Circle2D | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPath | Path | Input path | |
![]() |
outBoundingCircle | Circle2D | None |


