PointsBoundingCircle_OrNil
Computes the smallest circle containing an array of points; returns NIL if the array is empty.
Syntax
C++
C#
Python
def PointsBoundingCircle_OrNil( inPoints: list[Point2D], / ) -> outBoundingCircle: Circle2D | None
Parameters
| Name | Type | Default | Description | |
|---|---|---|---|---|
![]() |
inPoints | list[Point2D] | ||
![]() |
outBoundingCircle | Circle2D | None |


