| PbDataMappingSetMinThreshold Method (Single, Single) | 
Calls SetMinThreshold(threshold_min, cmin, 0.0).
 
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
)
Public Sub SetMinThreshold ( 
	threshold_min As Single,
	cmin As Single()
)
public:
void SetMinThreshold(
	float threshold_min, 
	array<float>^ cmin
)
member SetMinThreshold : 
        threshold_min : float32 * 
        cmin : float32[] -> unit 
Parameters
- threshold_min
 - Type: SystemSingle
 - cmin
 - Type: SystemSingle
 
Remarks
See Also