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 : LowerThreshold Property |
public float LowerThreshold {get; set;}
'Declaration Public Property LowerThreshold As Single
'Usage Dim instance As Medical3DObject Dim value As Single instance.LowerThreshold = value value = instance.LowerThreshold
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 outside values. For more information, refer to the RemoveInterval property.