| PbIsovaluesListSetIrregularIsoList Method  | 
Creates an irregular isovalue list with numValues values. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic 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