You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Features » FIL.BoxesBoundingBox3D

FIL.BoxesBoundingBox3D

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

Parameters

Name Type Range Default Description
inBoxes3DSystem.Collections.Generic.IList<FilNet.Box3D>
outBoundingBox3DFilNet.Box3D

Errors

List of possible exceptions:

Error type Description
DomainError Empty array on input in BoxesBoundingBox3D.

See also