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