You are here: Start » FIL.NET » Function Reference » Geometry 2D » Geometry 2D Spatial Transforms » FIL.TranslateArc
Translates an arc by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TranslateArc ( FilNet.Arc2D inArc, FilNet.Vector2D inDelta, bool inInverse, out FilNet.Arc2D outArc )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inArc | FilNet.Arc2D | |||
![]() | inDelta | FilNet.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outArc | FilNet.Arc2D |
Examples
![]() |
![]() |
TranslateArc performed on the sample arc, inDelta = (150.0, 100.0) and inInverse = False.