Click or drag to resize
PbNonLinearDataMapping2.SetValues Method (PbNonLinearDataMapping2.Types,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: 9.9.13.0 (9.9.13.0)
Syntax
public void SetValues(
	PbNonLinearDataMapping2. Types type,
	float[] v,
	SbColor[] c,
	float[] t
)

Parameters

type
Type: OIV.MeshViz.Graph.PbNonLinearDataMapping2.Types
v
Type:System.Single[]
c
Type:OIV.Inventor.SbColor[]
t
Type:System.Single[]
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