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