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
Input value inPath Path Input path
Output value outBoundingCircle Circle2D | None