You are here: Start » AVL.NET » Invoke.ArcEndpoints
Computes two endpoints of an arc.
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.dll | 
Syntax
C++
C#
public static void ArcEndpoints ( Avl.Arc2D inArc, out Avl.Point2D outPoint1, out Avl.Point2D outPoint2 )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]()  | inArc | Avl.Arc2D | |||
![]()  | outPoint1 | Avl.Point2D | First endpoint. | ||
![]()  | outPoint2 | Avl.Point2D | Second endpoint. | 


