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

Invoke.Boxes3DBoundingBox3D_OrNil

Computes the bounding box 3D of given boxes in 3D; returns NIL if the array is empty.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Boxes3DBoundingBox3D_OrNil
(
	List<Fil.Box3D> inBoxes3D,
	Conditional<Fil.Box3D> outBoundingBox3D
)

Parameters

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

See also