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

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

    Parameters

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