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.For an example, refer to Medical3DObject.EnableThresholding.
- 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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7