Eyeshot 10 WinForms API Reference
FitCircle Method (PointCloud)

WinForms Assembly > devDept.Eyeshot.Entities Namespace > PointCloud Class : FitCircle Method
The plane of the circle, whose origin is the center of the circle
The radius of the circle
Fits a circle to the point cloud vertices.
Syntax
'Declaration
 
Public Sub FitCircle( _
   ByRef pln As Plane, _
   ByRef radius As Double _
) 
public void FitCircle( 
   out Plane pln,
   out double radius
)

Parameters

pln
The plane of the circle, whose origin is the center of the circle
radius
The radius of the circle
See Also

Reference

PointCloud Class
PointCloud Members