You are here: Start » FIL.NET » Invoke.SegmentOrientation
Computes the orientation of a segment.
| Namespace: | Fil |
|---|---|
| Assembly: | FilNet.dll |
Syntax
C++
C#
public static void SegmentOrientation ( Fil.Segment2D inSegment, Fil.AngleRange inAngleRange, out float outOrientationAngle )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | Fil.Segment2D | |||
![]() | inAngleRange | Fil.AngleRange | _0_180 | Switches between 0-90, 0-180 or 0-360 degrees. Default value: _0_180. | |
![]() | outOrientationAngle | float |


