Eyeshot 11 WinForms API Reference
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

In This Topic
    FitCircle Method (PointCloud)
    In This Topic
    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