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

Creates a regular isovalue list with numValues values.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetRegularIsoList(
	int numFloats,
	float[] values,
	int numValues
)

Parameters

numFloats
Type: SystemInt32
values
Type: SystemSingle
numValues
Type: SystemInt32
Remarks

The isovalue list is computed homogeneous through the min and the max of values, so the difference between two values is constant. numFloats is the size of values.

See Also