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

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

    Parameters

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