You are here: Start » FIL.NET » FIS.NormalizeSegmentOrientation_ByCoordinate Method

FIS.NormalizeSegmentOrientation_ByCoordinate Method

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

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void NormalizeSegmentOrientation_ByCoordinate
(
	FilNet.Segment2D inSegment,
	FilNet.Axis inAxis,
	out FilNet.Segment2D outSegment
)

Parameters

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

See also