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

Plane, center, radius, start and end point constructor.
Public Sub New( _ 
ByVal arcPlane As Plane, _ 
ByVal center As Point3D, _ 
ByVal radius 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 Arc( 
Plane arcPlane
Point3D center
double radius
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

radius
double

Radius

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