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