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 | |
|---|---|---|---|---|---|
![]() | inBox3D | FilNet.Box3D | Input box in 3D. | ||
![]() | inDelta | FilNet.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outBox3D | FilNet.Box3D | Shifted box. |


