Gets or sets the class that contains the slab values.
public Medical3DSlab Slab { get; set; }
Public Property Slab As Leadtools.Medical3d.Medical3DSlab
public:
property Leadtools.Medical3d.Medical3DSlab^ Slab {
Leadtools.Medical3d.Medical3DSlab^ get();
void set ( Leadtools.Medical3d.Medical3DSlab^ );
}
A Medical3DSlab class that contains the slab values.
The Slab is used to render a portion of the 3D object.
Refer to the Leadtools.MedicalViewer.MedicalViewerMPRCell class to view the 3D object from one of orthogonal planes (Axial, Sagittal or coronal). Enable the Leadtools.MedicalViewer.MedicalViewerMPRCell.ShowSlabBoundaries property to make it possible to adjust the slab using the mouse.
For an example, refer to SetValues(single,single,single,single,single,single)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET