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


