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

Invoke.SegmentOrientation

Computes the orientation of a segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SegmentOrientation
(
	Fil.Segment2D inSegment,
	Fil.AngleRange inAngleRange,
	out float outOrientationAngle
)

Parameters

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

See also