You are here: Start » FIL.NET » FIS.TranslateSegment3D Method
FIS.TranslateSegment3D Method
Shifts a segment in 3D by a vector.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void TranslateSegment3D ( FilNet.Segment3D inSegment3D, FilNet.Vector3D inDelta, bool inInverse, out FilNet.Segment3D outSegment3D )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment3D | FilNet.Segment3D | Input segment in 3D. | ||
![]() | inDelta | FilNet.Vector3D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outSegment3D | FilNet.Segment3D | Shifted segment. |


