Click or drag to resize
PbNonLinearDataMapping2SetValues Method (PbNonLinearDataMapping2Types, Single, SbColor, Single)

Sets non linear function for data mapping, with RGB color and transparencies.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValues(
	PbNonLinearDataMapping2Types type,
	float[] v,
	SbColor[] c,
	float[] t
)

Parameters

type
Type: OIV.MeshViz.GraphPbNonLinearDataMapping2Types
v
Type: SystemSingle
c
Type: OIV.InventorSbColor
t
Type: SystemSingle
Remarks

If type = NON_LINEAR_PER_LEVEL, the number of colors and transparencies must be equal to numValues + 1, otherwise it must be equal to numValues.

See Also