BallPivoting(Single(), Byte()) Constructor

Point array and color array constructor with ball radius autoguessing.
Public Sub New( _ 
ByVal pointArray As Single(), _ 
ByVal rgbArray As Byte() _ 
)
This language is not supported or no code example is available.
public BallPivoting( 
float[] pointArray
byte[] rgbArray 
)
This language is not supported or no code example is available.

Parameters

pointArray
float[]

The point array to triangulate, defined as XYZ tuples.

rgbArray
byte[]

The color array used for colored meshes, defined as RGB tuples.

.NET Framework

Supported in: 4.8

In this article

Definition