PbDataMappingSetMinThreshold Method (Single, Single) |
Calls SetMinThreshold(threshold_min, cmin, 0.0).
Namespace: OIV.MeshViz.GraphAssembly: OIV.MeshViz (in OIV.MeshViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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