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.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetValues(
float v1,
SbColor c1,
float t1,
float v2,
SbColor c2,
float t2
)
Public Sub SetValues (
v1 As Single,
c1 As SbColor,
t1 As Single,
v2 As Single,
c2 As SbColor,
t2 As Single
)
public:
void SetValues(
float v1,
SbColor c1,
float t1,
float v2,
SbColor c2,
float t2
)
member SetValues :
v1 : float32 *
c1 : SbColor *
t1 : float32 *
v2 : float32 *
c2 : SbColor *
t2 : float32 -> unit
Parameters
- v1
- Type: SystemSingle
- c1
- Type: OIV.InventorSbColor
- t1
- Type: SystemSingle
- v2
- Type: SystemSingle
- c2
- Type: OIV.InventorSbColor
- t2
- Type: SystemSingle
Remarks See Also