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

Invoke.BoxesBoundingBox3D

Computes the bounding box 3D of given boxes in 3D.

Namespace:Fil
Assembly:FilNet.dll

Syntax

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

Parameters

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

See also