PbDataMappingSetMaxThreshold Method (Single, SbColor) |
Calls SetMaxThreshold(threshold_max, cmax, 0.0).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void SetMaxThreshold(
float threshold_max,
SbColor cmax
)
Public Sub SetMaxThreshold (
threshold_max As Single,
cmax As SbColor
)
public:
void SetMaxThreshold(
float threshold_max,
SbColor cmax
)
member SetMaxThreshold :
threshold_max : float32 *
cmax : SbColor -> unit
Parameters
- threshold_max
- Type: SystemSingle
- cmax
- Type: OIV.InventorSbColor
Remarks See Also