RemoveInterval Property

Summary
Gets or sets the enumeration value that specifies the thresholding behavior
Syntax
C#
VB
C++
public Medical3DRemoveIntervalType RemoveInterval { get; set; } 
  
Public Property RemoveInterval As Medical3DRemoveIntervalType 
public: 
property Medical3DRemoveIntervalType RemoveInterval { 
   Medical3DRemoveIntervalType get(); 
   void set (    Medical3DRemoveIntervalType ); 
} 

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.

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 EnableThresholding property.
Example

For an example, refer to EnableThresholding.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.