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.