Click or drag to resize
PoIsovaluesListSetRegularIsoList Method (Single, Single, Int32)

Convenience method to create a regular isovalue list with numValues values.

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

Parameters

min
Type: SystemSingle
max
Type: SystemSingle
numValues
Type: SystemInt32
Remarks

The isovalues are between min and max.

See Also