You are here: Start » AVL.NET » Invoke.PointsBoundingBox3D
Computes the smallest box in 3D containing an array of points in 3D.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PointsBoundingBox3D ( List<Avl.Point3D> inPoints, out Avl.Box3D outBoundingBox3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoints | System.Collections.Generic.List<Avl.Point3D> | |||
![]() | outBoundingBox3D | Avl.Box3D |