You are here: Start » FIL.NET » Invoke.PointsBoundingBox3D_OrNil

Invoke.PointsBoundingBox3D_OrNil

Computes the smallest box in 3D containing an array of points in 3D; returns NIL if the array is empty.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void PointsBoundingBox3D_OrNil
(
	List<Fil.Point3D> inPoints,
	Conditional<Fil.Box3D> outBoundingBox3D
)

Parameters

Name Type Range Default Description
inPointsSystem.Collections.Generic.List<Fil.Point3D>
outBoundingBox3DFtl.Conditional<Fil.Box3D>

See also