PbNonLinearDataMapping2SetValues Method (PbNonLinearDataMapping2Types, Single, SbColor, Single) |
Sets non linear function for data mapping, with RGB color and transparencies.
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValues(
PbNonLinearDataMapping2Types type,
float[] v,
SbColor[] c,
float[] t
)
Public Sub SetValues (
type As PbNonLinearDataMapping2Types,
v As Single(),
c As SbColor(),
t As Single()
)
public:
void SetValues(
PbNonLinearDataMapping2Types type,
array<float>^ v,
array<SbColor>^ c,
array<float>^ t
)
member SetValues :
type : PbNonLinearDataMapping2Types *
v : float32[] *
c : SbColor[] *
t : float32[] -> unit
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