Click or drag to resize
PoMeshSetIsovaluesList Method

Sets a reference to a PbIsovaluesList object to define a list of isovalues.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax
public void SetIsovaluesList(
	PbIsovaluesList isovalues_list
)

Parameters

isovalues_list
Type: OIV.MeshViz.GraphPbIsovaluesList
Remarks

The isovalues list is used by a PoMeshContouring object, and by the others mesh representations objects when coloringType = COLOR_CONTOURING.

See Also