| PbIsovaluesListSetRegularIsoList Method (Single, 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)
Syntaxpublic void SetRegularIsoList(
	float min,
	float max
)
Public Sub SetRegularIsoList ( 
	min As Single,
	max As Single
)
public:
void SetRegularIsoList(
	float min, 
	float max
)
member SetRegularIsoList : 
        min : float32 * 
        max : float32 -> unit 
Parameters
- min
 - Type: SystemSingle
 - max
 - Type: SystemSingle
 
RemarksThe isovalues are between min and max. 
See Also