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

Sets values v1,v2, the associated transparecny t1,t2, 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 t1,
	float v2,
	SbColor c2,
	float t2
)

Parameters

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