You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Spatial Transforms » FIL.TranslateBox3D
Shifts a box in 3D by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
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. |