The status of 3D object creation.
lt.Controls.Medical.Object3DStatus = {
notInitialized: 0,
loading: 1,
ready: 2,
error: 3
}
lt.Controls.Medical.Object3DStatus = {
notInitialized: 0,
loading: 1,
ready: 2,
error: 3
}
Value | Member | Description |
---|---|---|
0 | NotInitialized | The 3D volume has not been created |
1 | Loading | 3D volume creation is in progress. |
2 | Ready | The 3D volume is ready |
3 | Error | An error occurred while creating the 3D volume. |
This engine is an interface for server-side rendering of 3D volumes. It sends events to the user to request data from the server. Requests include such things as creating a 3D volume, requesting a 3D or panoramic slice, and so forth.
Call Start to create a 3D engine.
Attach that 3D engine to a Cell3D. Then use the Object3D property to view the 3D volume.
Some series cannot be used to generate a 3D volume. To see if a series can be converted into a 3D volume, call CanDo3D.
Run the medical web viewer demo to see how the Object3DEngine class can be created and used to render 3D volumes and other 3D output.
Refer to Cell3D
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document