Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / BallPivoting Class / BallPivoting Constructor / BallPivoting Constructor(FastPointCloud,Double)
The point cloud to be triangulated.
The radius of the ball used for pivoting.

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

    Parameters

    fpc
    The point cloud to be triangulated.
    radius
    The radius of the ball used for pivoting.
    See Also