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

Sets values v1,v2, the associated transparecny t1,t2, and the associated HLS 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,
	float[] c1,
	float t1,
	float v2,
	float[] c2,
	float t2
)

Parameters

v1
Type: SystemSingle
c1
Type: SystemSingle
t1
Type: SystemSingle
v2
Type: SystemSingle
c2
Type: SystemSingle
t2
Type: SystemSingle
Remarks

See Also