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 |
 |
inPoints |
list[Point3D] |
|
|
 |
outBoundingBox3D |
Box3D |
|
|