Eyeshot 9.0 WPF API Reference
BallPivoting Constructor(Single[],Byte[],Double)

WPF 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.
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

Reference

BallPivoting Class
BallPivoting Members
Overload List