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

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

startParameter
double

Start parameter

endParameter
double

End parameter

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

In this article

Definition