Circle(Point3D, Point3D, Point3D) Constructor

Circle from three 3D points constructor.
Public Sub New( _ 
ByVal first As Point3D, _ 
ByVal second As Point3D, _ 
ByVal third As Point3D
)
This language is not supported or no code example is available.
public Circle( 
Point3D first
Point3D second
Point3D third 
)
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

.NET Framework

Supported in: 4.5, 4.6, 4.7

In this article

Definition