| PbDataMappingSetMinThreshold Method (Single, Single, Single) | 
Sets a minimum threshold, associated to a HLS color and a transparency value. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2025.2.0.0 (10.18.0.0)
Syntaxpublic void SetMinThreshold(
	float threshold_min,
	float[] cmin,
	float transp_min
)
Public Sub SetMinThreshold ( 
	threshold_min As Single,
	cmin As Single(),
	transp_min As Single
)
public:
void SetMinThreshold(
	float threshold_min, 
	array<float>^ cmin, 
	float transp_min
)
member SetMinThreshold : 
        threshold_min : float32 * 
        cmin : float32[] * 
        transp_min : float32 -> unit 
Parameters
- threshold_min
 - Type: SystemSingle
 - cmin
 - Type: SystemSingle
 - transp_min
 - Type: SystemSingle
 
Remarks
See Also