You are here: Start » AVL.NET » AVL.TranslateArc(AvlNet.Arc2D, AvlNet.Vector2D, bool, AvlNet.Arc2D)
AVL.TranslateArc(AvlNet.Arc2D, AvlNet.Vector2D, bool, AvlNet.Arc2D)
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TranslateArc( AvlNet.Arc2D inArc, AvlNet.Vector2D inDelta, bool inInverse, out AvlNet.Arc2D outArc )
Parameters
- inArc
- Type: AvlNet.Arc2D
- inDelta
- Type: AvlNet.Vector2D
- inInverse
- Type: System.Boolean
- outArc
- Type: AvlNet.Arc2D
Examples
![]() |
![]() |
TranslateArc performed on the sample arc, inDelta = (150.0, 100.0) and inInverse = False.


