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

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

    Parameters

    pc
    The point cloud to be triangulated.
    See Also