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 array of ball radii used for pivoting

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

    Parameters

    fpc
    The point cloud to be triangulated
    radii
    The array of ball radii used for pivoting
    See Also