FastPointCloud.FitCircle Method

Fits a circle to the point cloud vertices.
Public Shadows Sub FitCircle( _ 
ByRef pln As Plane, _ 
ByRef radius As Double
)
This language is not supported or no code example is available.
new public void FitCircle( 
out Plane pln
out double radius 
)
This language is not supported or no code example is available.

Parameters

pln
Plane

The plane of the circle, whose origin is the center of the circle

radius
double

The radius of the circle

.NET Framework

Supported in: 4.8

In this article

Definition