You are here: Start » FIL.NET » Invoke.NormalizeSegmentOrientation_ByPointDistance

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

See also