Utility.FitCircle (Single(), out Plane, out Double) Method

Public Shared Sub FitCircle( _ 
ByVal pts As Single(), _ 
ByRef plane As Plane, _ 
ByRef radius As Double
)
This language is not supported or no code example is available.
public static void FitCircle( 
float[] pts
out Plane plane
out double radius 
)
This language is not supported or no code example is available.

Parameters

pts
float[]

plane
Plane

radius
double

.NET Framework

Supported in: 4.8

In this article

Definition