Arc(Point3D, Point3D, Point3D, Boolean) Constructor

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

Parameters

first
Point3D

First 3D point

second
Point3D

Second 3D point

third
Point3D

Third 3D point

flip
bool

When true, the complementary arc is created.

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition