Click or drag to resize
PbIsovaluesListSetRegularIsoList 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: 2024.1.1.0 (2024.1.1)
Syntax
public void SetRegularIsoList(
	float min,
	float max
)

Parameters

min
Type: SystemSingle
max
Type: SystemSingle
Remarks

The isovalues are between min and max.

See Also