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
Input value inPoints list[Point2D]
Output value outBoundingBox Box