values are the eight data values at the cube vertices. These must be set prior to issuing the march! message.
scalars are additional scalar values that are to be interpolated at the triangle vertices. These are optional values.
cvalue is the value of the iso surface that the generated triangles represent. These must be set prior to issuing the march! message.
vertices are the vertices generated by the march! message. These are read only and are changed each time a march! is sent.
int_scalars are the scalar values interpolated to the generated triangle vertices. These are only present if scalars are present. These are read only and are changed each time a march! is sent.
no_vertices? returns the number of generated triangle vertices.
vertices? returns the x, y, z vertices of the triangles.
int_scalars? returns the values of the interplated scalars at each vertex the triangles.