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

Gets the current 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 GetValues(
	out float v1,
	out SbColor c1,
	out float t1,
	out float v2,
	out SbColor c2,
	out float t2
)

Parameters

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

See Also