You are here: Start » FIL.NET » Function Reference » Geometry 3D » Geometry 3D Features » FIL.Segment3DLine
Computes the line in 3D passing through a segment.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void Segment3DLine ( FilNet.Segment3D inSegment3D, out FilNet.Line3D outLine3D )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inSegment3D | FilNet.Segment3D | Input segment in 3D. | ||
![]() | outLine3D | FilNet.Line3D | The resulting line. |