| PbDataMappingSetMinThreshold Method (Single) | 
Sets a minimum threshold. 
 
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
)
Public Sub SetMinThreshold ( 
	threshold_min As Single
)
public:
void SetMinThreshold(
	float threshold_min
)
member SetMinThreshold : 
        threshold_min : float32 -> unit 
Parameters
- threshold_min
 - Type: SystemSingle
 
RemarksNo color is associated to this threshold. 
See Also