Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.31
|
Leadtools.Medical3D Namespace > Medical3DObject Class : UpperThreshold Property |
public float UpperThreshold {get; set;}
'Declaration Public Property UpperThreshold As Single
'Usage Dim instance As Medical3DObject Dim value As Single instance.UpperThreshold = value value = instance.UpperThreshold
The thresholding (or binary segmentation) feature allows you to remove a certain density from a 3D object by specifying an interval (which is between LowerThreshold and UpperThreshold). Any value outside this interval will not be rendered.
You can flip this by removing the value inside the interval and keeping the values outside. For more information, refer to the RemoveInterval property.