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

Invoke.AlignSegment

Moves a segment from a local coordinate system to the absolute one.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void AlignSegment
(
	Fil.Segment2D inSegment,
	Fil.CoordinateSystem2D inAlignment,
	bool inInverse,
	out Fil.Segment2D outAlignedSegment
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2D
inAlignmentFil.CoordinateSystem2DCoordinate system to align to.
inInverseboolSwitches to the inverse transform.
outAlignedSegmentFil.Segment2D

See also