You are here: Start » AVL.NET » AVS.SegmentLine Method
AVS.SegmentLine Method
Computes the line passing through a segment.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void SegmentLine ( AvlNet.Segment2D inSegment, out AvlNet.Line2D outLine )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inSegment | AvlNet.Segment2D | Input segment. | ||
![]() | outLine | AvlNet.Line2D | The resulting line. |


