LEADTOOLS Medical (Leadtools.Medical3D assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
RemoveInterval Property
See Also 
Leadtools.Medical3D Namespace > Medical3DObject Class : RemoveInterval Property



Gets or sets the enumeration value that specifies the thresholding behavior

Syntax

Visual Basic (Declaration) 
Public Property RemoveInterval As Medical3DRemoveIntervalType
Visual Basic (Usage)Copy Code
Dim instance As Medical3DObject
Dim value As Medical3DRemoveIntervalType
 
instance.RemoveInterval = value
 
value = instance.RemoveInterval
C# 
public Medical3DRemoveIntervalType RemoveInterval {get; set;}
C++/CLI 
public:
property Medical3DRemoveIntervalType RemoveInterval {
   Medical3DRemoveIntervalType get();
   void set (    Medical3DRemoveIntervalType value);
}

Property Value

A Medical3DRemoveIntervalType enumeration value that determines which interval will be removed. The inner interval is the interval between the LowerThreshold and UpperThreshold. The outer interval is outside those bounds.

Example

For an example, refer to Medical3DObject.EnableThresholding.

Remarks

  • Thresholding (binary segmentation) allows you to remove a certain density from a 3D object by specifying an interval (between the LowerThreshold and the UpperThreshold properties). Any value outside this interval does not get rendered.
  • If thresholding is disabled, the LowerThreshold and UpperThreshold) are saved for later when thresholding is enabled.
  • To enable or disable thresholding use the Medical3DObject.EnableThresholding property.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Medical3D requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features