Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / BallPivoting Class / BallPivoting Constructor / BallPivoting Constructor(PointCloud,Double[])
The point cloud to be triangulated.
The array of ball radii used for pivoting.

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

    Parameters

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