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
inSegmentFilNet.Segment2D
inReferencePointFilNet.Point2DA point relative to which distances are measured.
outSegmentFilNet.Segment2DA segment in which the first point is closer to inReferencePoint.

See also