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


