Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Triangulation Namespace / BallPivoting Class / BallPivoting Constructor / BallPivoting Constructor(Single[],Byte[],Double)
The point array to triangulate, defined as XYZ tuples.
The color array used for colored meshes, defined as RGB tuples.
The radius of the ball used for pivoting.

In This Topic
    BallPivoting Constructor(Single[],Byte[],Double)
    In This Topic
    Point array, color array and ball radius constructor.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal pointArray() As Single, _
       ByVal rgbArray() As Byte, _
       ByVal radius As Double _
    )
    public BallPivoting( 
       float[] pointArray,
       byte[] rgbArray,
       double radius
    )

    Parameters

    pointArray
    The point array to triangulate, defined as XYZ tuples.
    rgbArray
    The color array used for colored meshes, defined as RGB tuples.
    radius
    The radius of the ball used for pivoting.
    See Also