Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / FitPlane Method

In This Topic
    FitPlane Method (FastPointCloud)
    In This Topic
    Fits a plane to the point cloud vertices.
    Syntax
    'Declaration
     
    Public Function FitPlane() As Plane
    public Plane FitPlane()

    Return Value

    The plane.
    See Also