Click or drag to resize
PbLinearDataMappingSetValues Method (Single, SbColor, Single, SbColor)

Sets values v1,v2 and the associated RGB colors c1, c2.

Namespace: OIV.MeshViz.Graph
Assembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void SetValues(
	float v1,
	SbColor c1,
	float v2,
	SbColor c2
)

Parameters

v1
Type: SystemSingle
c1
Type: OIV.InventorSbColor
v2
Type: SystemSingle
c2
Type: OIV.InventorSbColor
Remarks