You are here: Start » FIL.NET » FIS.NormalizeSegmentOrientation_ByPointDistance Method
FIS.NormalizeSegmentOrientation_ByPointDistance Method
Changes orientation of the given segment according to distance to the given point.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void NormalizeSegmentOrientation_ByPointDistance ( FilNet.Segment2D inSegment, FilNet.Point2D inReferencePoint, out FilNet.Segment2D outSegment )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment | FilNet.Segment2D | |||
![]() | inReferencePoint | FilNet.Point2D | A point relative to which distances are measured. | ||
![]() | outSegment | FilNet.Segment2D | A segment in which the first point is closer to inReferencePoint. |