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