EllipticalArc(Plane, Point3D, Double, Double, Double, Double, Boolean) Constructor

Arc not parallel to XY plane constructor.
Public Sub New( _ 
ByVal arcPlane As Plane, _ 
ByVal center As Point3D, _ 
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( 
Plane arcPlane
Point3D center
double rx
double ry
double startAngleInRadians
double endAngleInRadians
bool polarAngles 
)
This language is not supported or no code example is available.

Parameters

arcPlane
Plane

Plane

center
Point3D

3D center point

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