You are here: Start » FIL.NET » FIS.TranslateLine Method
FIS.TranslateLine Method
Translates a line by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TranslateLine ( FilNet.Line2D inLine, FilNet.Vector2D inDelta, bool inInverse, FilNet.TranslateAlignment inDeltaAlignment, out FilNet.Line2D outLine )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inLine | FilNet.Line2D | |||
![]() | inDelta | FilNet.Vector2D | Vector of translation. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | inDeltaAlignment | FilNet.TranslateAlignment | |||
![]() | outLine | FilNet.Line2D |