Click or drag to resize
PbIsovaluesList.SetRegularIsoList Method (Single, Single)

Creates a new regular isovalue list, but the current number of isovalues is kept.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetRegularIsoList(
	float min,
	float max
)

Parameters

min
Type: System.Single
max
Type: System.Single
Remarks

The isovalues are between min and max.

See Also