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

Plane, center, radius X, radius Y, start and end point constructor.
Public Sub New( _ 
ByVal arcPlane As Plane, _ 
ByVal center As Point3D, _ 
ByVal rx As Double, _ 
ByVal ry As Double, _ 
ByVal start As Point3D, _ 
ByVal end As Point3D, _ 
ByVal flip As Boolean
)
This language is not supported or no code example is available.
public EllipticalArc( 
Plane arcPlane
Point3D center
double rx
double ry
Point3D start
Point3D end
bool flip 
)
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

start
Point3D

3D start point

end
Point3D

3D end point

flip
bool

If true, the complementary arc is created.

.NET Framework

Supported in: 4.8

In this article

Definition