Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / BallPivoting Class / BallPivoting Constructor / BallPivoting Constructor(FastPointCloud)
The point cloud to be triangulated.

In This Topic
    BallPivoting Constructor(FastPointCloud)
    In This Topic
    Fast point cloud constructor with ball radius autoguessing.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal fpc As FastPointCloud _
    )
    public BallPivoting( 
       FastPointCloud fpc
    )

    Parameters

    fpc
    The point cloud to be triangulated.
    See Also