EllipticalArc(Double, Double, Double, Double, Double, Double, Double, Boolean) Constructor

Arc parallel to XY plane constructor.
Public Sub New( _ 
ByVal x As Double, _ 
ByVal y As Double, _ 
ByVal z As Double, _ 
ByVal rx As Double, _ 
ByVal ry As Double, _ 
ByVal startAngleInRadians As Double, _ 
ByVal endAngleInRadians As Double, _ 
ByVal polarAngles As Boolean
)
This language is not supported or no code example is available.
public EllipticalArc( 
double x
double y
double z
double rx
double ry
double startAngleInRadians
double endAngleInRadians
bool polarAngles 
)
This language is not supported or no code example is available.

Parameters

x
double

Center's X coordinate

y
double

Center's Y coordinate

z
double

Center's Z coordinate

rx
double

Radius X

ry
double

Radius Y

startAngleInRadians
double

Start angle in radians

endAngleInRadians
double

End angle in radians

polarAngles
bool

When True the two previous parameters represent angles from the X-axis, otherwise they represent parameters on the ellipse.

Remarks
 
The parameter t on an ellipse is not the angle of (X(t),Y(t)) with the X-axis, even if also t is in [0, 2*PI].

.NET Framework

Supported in: 4.8

In this article

Definition