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


