Circle(Plane, Point2D, Point2D, Point2D) Constructor

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

Parameters

plane
Plane

Plane

first
Point2D

First 2D point

second
Point2D

Second 2D point

third
Point2D

Third 2D point

.NET Framework

Supported in: 4.8

In this article

Definition