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

FIS.SegmentOrientation Method

Computes the orientation of a segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void SegmentOrientation
(
	FilNet.Segment2D inSegment,
	FilNet.AngleRange inAngleRange,
	out float outOrientationAngle
)

Parameters

Name Type Range Default Description
inSegmentFilNet.Segment2D
inAngleRangeFilNet.AngleRange_0_180Switches between 0-90, 0-180 or 0-360 degrees. Default value: _0_180.
outOrientationAnglefloat

See also