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

Invoke.Segment3DLine

Computes the line in 3D passing through a segment.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void Segment3DLine
(
	Fil.Segment3D inSegment3D,
	out Fil.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inSegment3DFil.Segment3DInput segment in 3D.
outLine3DFil.Line3DThe resulting line.

See also