Medical3DSlabFlags Enumeration

Summary
Specifies which parameter will be used when applying the slab feature.
Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum Medical3DSlabFlags 
  
<FlagsAttribute()> 
Public Enum Medical3DSlabFlags  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
[FlagsAttribute()] 
public enum class Medical3DSlabFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
Members
ValueMemberDescription
0x00000001X1X1 parameter will be used.
0x00000002X2X2 parameter will be used.
0x00000004Y1Y1 parameter will be used.
0x00000008Y2Y2 parameter will be used.
0x00000010Z1Z1 parameter will be used.
0x00000020Z2Z2 parameter will be used.
0x0000003FAllAll parameters will be used.
Remarks

The slab feature is used with the object when it is rendered using the VRT, MIP or MinIP rendering techniques.

For more information, refer to Medical3DObject.Slab.

Example

For an example, refer to Medical3DSlab.SetValues.

Requirements

Target Platforms

See Also

Reference

Leadtools.Medical3D Namespace

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.