SSD Property

Summary

Gets the class that contains the information, properties and methods that will be applied to this 3D object when using the SSD rendering technique.

Syntax
C#
VB
C++
public Medical3DSSD SSD { get; } 
  
Public ReadOnly Property SSD As Medical3DSSD 
public: 
property Medical3DSSD^ SSD { 
   Medical3DSSD^ get(); 
} 

Property Value

A Medical3DSSD class that contains the information, properties and methods that will be applied to this 3D object when using the SSD rendering technique. To switch to the SSD rendering technique, set the value of the VolumeType property to Medical3DVolumeType.SSD.

Example

For an example, refer to Threshold.

Requirements

Target Platforms

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

Leadtools.Medical3D Assembly