You are here: Start » FIL.NET » FIS.NormalizeSegmentOrientation_ByBaseOrientation Method
FIS.NormalizeSegmentOrientation_ByBaseOrientation Method
Changes orientation of the given segment according to base orientation.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void NormalizeSegmentOrientation_ByBaseOrientation ( FilNet.Segment2D inSegment, float inBaseOrientation, out FilNet.Segment2D outSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | |||
![]() | inBaseOrientation | float | 0.0f | An angle relative to which angle differences are calculated. Default value: 0.0f. | |
![]() | outSegment | FilNet.Segment2D | A segment which orientation is closer to inBaseOrientation. |