You are here: Start » AVL.NET » AVL.ArcEndpoints Method

AVL.ArcEndpoints Method

Computes two endpoints of an arc.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

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