You are here: Start » FIL.NET » FIS.BoxesBoundingBox3D Method

FIS.BoxesBoundingBox3D Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

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

See also