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

AVS.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.

See also