You are here: Start » AVL.NET » Invoke.PathAlongArc
Transforms a path to a coordinate system in which the 'axis' arc is vertical or horizontal.
Namespace: | Avl |
---|---|
Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void PathAlongArc ( Avl.Path inPath, Avl.Arc2D inAxis, Avl.Axis inAxisType, float inAxisCoordinate, bool inInverse, Avl.Path outPath )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPath | Avl.Path | Input path. | ||
![]() | inAxis | Avl.Arc2D | Input axis arc. | ||
![]() | inAxisType | Avl.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 | Avl.Path | Transformed path. |