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