Arc(Plane, Point2D, Point2D, Point2D, Boolean) Constructor

Arc from three points constructor.
Public Sub New( _ 
ByVal arcPlane As Plane, _ 
ByVal first As Point2D, _ 
ByVal second As Point2D, _ 
ByVal third As Point2D, _ 
ByVal flip As Boolean
)
This language is not supported or no code example is available.
public Arc( 
Plane arcPlane
Point2D first
Point2D second
Point2D third
bool flip 
)
This language is not supported or no code example is available.

Parameters

arcPlane
Plane

Plane

first
Point2D

First 2D point

second
Point2D

Second 2D point

third
Point2D

Third 2D point

flip
bool

When true, the complementary arc is created.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition