PbIsovaluesListSetRegularIsoList Method (Int32, Single) |
Creates a new regular isovalue list, but the current number of isovalues is kept.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetRegularIsoList(
int numFloats,
float[] values
)
Public Sub SetRegularIsoList (
numFloats As Integer,
values As Single()
)
public:
void SetRegularIsoList(
int numFloats,
array<float>^ values
)
member SetRegularIsoList :
numFloats : int *
values : float32[] -> unit
Parameters
- numFloats
- Type: SystemInt32
- values
- Type: SystemSingle
Remarks The isovalue list is computed homogeneous through the min and the max of values, so the difference between two values is constant. numFloats is the size of values.
See Also