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

Invoke.NormalizeSegmentOrientation_ByCoordinate

Changes orientation of the given segment according to coordinates along selected axis.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void NormalizeSegmentOrientation_ByCoordinate
(
	Fil.Segment2D inSegment,
	Fil.Axis inAxis,
	out Fil.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
inAxisFil.AxisXAn axis relative to which coordinates are compared. Default value: X.
outSegmentFil.Segment2DA segment in which the first point will have smaller coordinate along the selected axis.

See also