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
public float LowerThreshold {get; set;}
get_LowerThreshold();
set_LowerThreshold(value);
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2