You are here: Start » AVL.NET » AVL.CropLine Method
AVL.CropLine Method
Creates a segment contained in a box from a line.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void CropLine( AvlNet.Line2D inLine, AvlNet.Box inBox, out AvlNet.Segment2D? outSegment )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inLine | AvlNet.Line2D | |||
![]() | inBox | AvlNet.Box | Box defining a region the input line will be cropped to. | ||
![]() | outSegment | AvlNet.Segment2D? |
Examples
![]() |
![]() |
CropLine performed on line and box.
Errors
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in CropLine. |




