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

FIS.BoxIntersection3D Method

Computes the common part of two boxes in 3D.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void BoxIntersection3D
(
	FilNet.Box3D inBox3D1,
	FilNet.Box3D inBox3D2,
	out FilNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3D1FilNet.Box3D
inBox3D2FilNet.Box3D
outBox3DFilNet.Box3D

See also