You are here: Start » FIL.NET » Invoke.PathAlongArc
Transforms a path to a coordinate system in which the 'axis' arc is vertical or horizontal.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void PathAlongArc ( Fil.Path inPath, Fil.Arc2D inAxis, Fil.Axis inAxisType, float inAxisCoordinate, bool inInverse, Fil.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Fil.Path | Input path. | ||
![]() | inAxis | Fil.Arc2D | Input axis arc. | ||
![]() | inAxisType | Fil.Axis | Y | Type of axis the input axis arc is parallel to. Default value: Y. | |
![]() | inAxisCoordinate | float | 0.0f | Coordinate of the axis arc. Default value: 0.0f. | |
![]() | inInverse | bool | True | Switches to the inverse operation. Default value: True. | |
![]() | outPath | Fil.Path | Transformed path. |