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