Click or drag to resize
PoMeshSetIsovaluesList Method

Sets a reference to a OIV.MeshViz.Graph.PbIsovaluesList object to define a list of isovalues.

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

Parameters

isovalues_list
Type: OIV.MeshViz.GraphPbIsovaluesList
Remarks

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

See Also