←Select platform

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 Leadtools.Medical3d.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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Medical3D Assembly