You are here: Start » AVL.NET » Function Reference » Geometry 2D » Geometry 2D Features » AVL.ArcEndpoints

AVL.ArcEndpoints

Computes two endpoints of an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ArcEndpoints
(
	AvlNet.Arc2D inArc,
	out AvlNet.Point2D outPoint1,
	out AvlNet.Point2D outPoint2
)

Parameters

Name Type Range Default Description
inArcAvlNet.Arc2D
outPoint1AvlNet.Point2DFirst endpoint.
outPoint2AvlNet.Point2DSecond endpoint.

Examples

The resulting outPoint1(blue) and outPoint2(green) drawn with the input arc.

See also