| PbDataMappingSetMinThreshold Method (Single, SbColor, Single) | 
Sets a minimum threshold, associated to a RGB color and a transparency value. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void SetMinThreshold(
	float threshold_min,
	SbColor cmin,
	float transp_min
)
Public Sub SetMinThreshold ( 
	threshold_min As Single,
	cmin As SbColor,
	transp_min As Single
)
public:
void SetMinThreshold(
	float threshold_min, 
	SbColor cmin, 
	float transp_min
)
member SetMinThreshold : 
        threshold_min : float32 * 
        cmin : SbColor * 
        transp_min : float32 -> unit 
Parameters
- threshold_min
 - Type: SystemSingle
 - cmin
 - Type: OIV.InventorSbColor
 - transp_min
 - Type: SystemSingle
 
Remarks
See Also