PointsBoundingBox3D


Computes the smallest box in 3D containing an array of points in 3D.

Syntax

C++
C#
Python
 
def PointsBoundingBox3D(
	inPoints: list[Point3D],
	/
)
-> outBoundingBox3D: Box3D

Parameters

Name Type Default Description
Input value inPoints list[Point3D]
Output value outBoundingBox3D Box3D