Describes the type of the cell based on it is location and orientation in the 3D space.
lt.Controls.Medical.PlayingDirection = {
Forward: 0,
Backward: 1,
Shuffle: 2,
Sweep: 3
}
lt.Controls.Medical.PlayingDirection = {
Forward: 0,
Backward: 1,
Shuffle: 2,
Sweep: 3
}
Members
0 | Forward |
Forward |
1 | Backward |
Backward |
2 | Shuffle |
Shuffle |
3 | Sweep |
Sweep - Plays forward until it reaches the end, then it plays backward until it reaches the beginning. |
The medical viewer can generate MPR plane out of a stack of images, refer to MPRCell
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