PbIsovaluesListSetIrregularIsoList Method |
Creates an irregular isovalue list with numValues values.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetIrregularIsoList(
int numValues,
float[] values
)
Public Sub SetIrregularIsoList (
numValues As Integer,
values As Single()
)
public:
void SetIrregularIsoList(
int numValues,
array<float>^ values
)
member SetIrregularIsoList :
numValues : int *
values : float32[] -> unit
Parameters
- numValues
- Type: SystemInt32
- values
- Type: SystemSingle
Remarks See Also