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 radius of the ball used for pivoting.

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

    Parameters

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