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

Creates a regular isovalue list with numValues values.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public void SetRegularIsoList(
	int numValues,
	float firstValue,
	float step
)

Parameters

numValues
Type: SystemInt32
firstValue
Type: SystemSingle
step
Type: SystemSingle
Remarks

The isovalue list is computed from a firstValue and the difference between values (step).

See Also