Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Entities Namespace / FastPointCloud Class / FitLine Method
The line start point
The line direction

In This Topic
    FitLine Method (FastPointCloud)
    In This Topic
    Fits a line to the point cloud vertices.
    Syntax
    'Declaration
     
    Public Sub FitLine( _
       ByRef p As Point3D, _
       ByRef v As Vector3D _
    ) 
    public void FitLine( 
       out Point3D p,
       out Vector3D v
    )

    Parameters

    p
    The line start point
    v
    The line direction
    See Also