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

Invoke.NormalizeSegmentOrientation_ByBaseOrientation

Changes orientation of the given segment according to base orientation.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void NormalizeSegmentOrientation_ByBaseOrientation
(
	Fil.Segment2D inSegment,
	float inBaseOrientation,
	out Fil.Segment2D outSegment
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
inBaseOrientationfloat0.0fAn angle relative to which angle differences are calculated. Default value: 0.0f.
outSegmentFil.Segment2DA segment which orientation is closer to inBaseOrientation.

See also