You are here: Start » FIL.NET » FIS.Segment3DLine Method

FIS.Segment3DLine Method

Computes the line in 3D passing through a segment.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void Segment3DLine
(
	FilNet.Segment3D inSegment3D,
	out FilNet.Line3D outLine3D
)

Parameters

Name Type Range Default Description
inSegment3DFilNet.Segment3DInput segment in 3D.
outLine3DFilNet.Line3DThe resulting line.

See also