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

FIS.TranslateBox3D Method

Shifts a box in 3D by a vector.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void TranslateBox3D
(
	FilNet.Box3D inBox3D,
	FilNet.Vector3D inDelta,
	bool inInverse,
	out FilNet.Box3D outBox3D
)

Parameters

Name Type Range Default Description
inBox3DFilNet.Box3DInput box in 3D.
inDeltaFilNet.Vector3DTranslation vector.
inInverseboolSwitches to the inverse operation.
outBox3DFilNet.Box3DShifted box.

See also