Arc2d.CreateSED Method

Creates an arc from startpoint to endpoint with the tangential angle from the startpoint beeing specified.
public static Arc2d CreateSED( 
   Point2d start
   Point2d end
   double tandir 
)

Parameters

start
Point2d

The start point of the arc.

end
Point2d

The end point of the arc.

tandir
double

The direction in radians from the start point of the arc.

Return Value

Arc2d

The arc of the given parameters. If no such arc can be created, null is returned.

.NET Framework

Supported in: 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8

In this article

Definition