| PbDataMappingSetMinThreshold Method (Single) | 
Sets a minimum threshold. 
 
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 2023.1.3.0 (2023.1.3)
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