Click or drag to resize
PbMeshGetValuesBinding Method

Gets the binding of the scalar value set.

Namespace: OIV.MeshViz.Data
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax
public PbMeshDataBindings GetValuesBinding(
	int set_index
)

Parameters

set_index
Type: SystemInt32

the index of the set of scalar values.

Return Value

Type: PbMeshDataBindings

PER_CELL or PER_NODE, or undefined binding if specified data set does not exist.

Remarks

See Also