You are here: Start » FIL.NET » FIS.NormalizeSegmentOrientation_ByCoordinate Method
FIS.NormalizeSegmentOrientation_ByCoordinate Method
Changes orientation of the given segment according to coordinates along selected axis.
| Namespace: | FilNet |
|---|---|
| Assembly: | FIL.NET.dll |
Syntax
public static void NormalizeSegmentOrientation_ByCoordinate ( FilNet.Segment2D inSegment, FilNet.Axis inAxis, out FilNet.Segment2D outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | |||
![]() | inAxis | FilNet.Axis | X | An axis relative to which coordinates are compared. Default value: X. | |
![]() | outSegment | FilNet.Segment2D | A segment in which the first point will have smaller coordinate along the selected axis. |


