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: 2024.1.1.0 (2024.1.1)
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