You are here: Start » FIL.NET » Function Reference » Path » Path Spatial Transforms » FIL.TranslatePath
Translates a path by a vector.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void TranslatePath ( FilNet.Path inPath, FilNet.Vector2D inDelta, bool inInverse, FilNet.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | FilNet.Path | Input path. | ||
![]() | inDelta | FilNet.Vector2D | Translation vector. | ||
![]() | inInverse | bool | Switches to the inverse operation. | ||
![]() | outPath | FilNet.Path | Output path. |
Examples
![]() |
![]() |
TranslatePath run on the sample paths with inDelta = Vector2D(50,0).