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

Invoke.SegmentLine

Computes the line passing through a segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void SegmentLine
(
	Fil.Segment2D inSegment,
	out Fil.Line2D outLine
)

Parameters

Name Type Range Default Description
inSegmentFil.Segment2DInput segment.
outLineFil.Line2DThe resulting line.

See also