You are here: Start » AVL.NET » AVL.LineArcIntersection(AvlNet.Line2D, AvlNet.Arc2D, AvlNet.Point2D?, AvlNet.Point2D?)
AVL.LineArcIntersection(AvlNet.Line2D, AvlNet.Arc2D, AvlNet.Point2D?, AvlNet.Point2D?)
Computes the common points of an arc and a line.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void LineArcIntersection( AvlNet.Line2D inLine, AvlNet.Arc2D inArc, out AvlNet.Point2D? outIntersectionPoint1, out AvlNet.Point2D? outIntersectionPoint2 )
Parameters
- inLine
- Type: AvlNet.Line2D
- inArc
- Type: AvlNet.Arc2D
- outIntersectionPoint1
- Type: System.Nullable<AvlNet.Point2D>
- outIntersectionPoint2
- Type: System.Nullable<AvlNet.Point2D>
Examples
![]() |
![]() |
LineArcIntersection performed on line and arc.
Errors
| Error type | Description |
|---|---|
| DomainError | Indefinite line on input in LineArcIntersection. |


