You are here: Start » AVL.NET » Invoke.PointsBoundingBox3D

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
inPointsSystem.Collections.Generic.List<Avl.Point3D>
outBoundingBox3DAvl.Box3D

See also