You are here: Start » FIL.NET » FIS.PointAlongArc Method
FIS.PointAlongArc Method
Transforms a point to a coordinate system in which the 'axis' arc is vertical or horizontal.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void PointAlongArc ( FilNet.Point2D inPoint, FilNet.Arc2D inAxis, FilNet.Axis inAxisType, float inAxisCoordinate, bool inInverse, out FilNet.Point2D outPoint )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inPoint | FilNet.Point2D | Input point. | ||
![]() | inAxis | FilNet.Arc2D | Input axis arc. | ||
![]() | inAxisType | FilNet.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. | |
![]() | outPoint | FilNet.Point2D | Transformed point. |