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.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void GetValues(
out float v1,
out SbColor c1,
out float t1,
out float v2,
out SbColor c2,
out float t2
)
Public Sub GetValues (
<OutAttribute> ByRef v1 As Single,
<OutAttribute> ByRef c1 As SbColor,
<OutAttribute> ByRef t1 As Single,
<OutAttribute> ByRef v2 As Single,
<OutAttribute> ByRef c2 As SbColor,
<OutAttribute> ByRef t2 As Single
)
public:
void GetValues(
[OutAttribute] float% v1,
[OutAttribute] SbColor% c1,
[OutAttribute] float% t1,
[OutAttribute] float% v2,
[OutAttribute] SbColor% c2,
[OutAttribute] float% t2
)
member GetValues :
v1 : float32 byref *
c1 : SbColor byref *
t1 : float32 byref *
v2 : float32 byref *
c2 : SbColor byref *
t2 : float32 byref -> 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