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

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
inArcAvl.Arc2D
outPoint1Avl.Point2DFirst endpoint.
outPoint2Avl.Point2DSecond endpoint.

See also