Notifies the instance that a 3D request, information, or image has been requested.
Object.defineProperty(Object3DEngine.prototype,'request3DData',
get: function(),
set: function(value)
)
request3DData: LeadEvent;
Note: Since the Object3DEngine only works with server-side rendering, this event must be registered for the entire 3D engine to work.
To create a 3D engine, call Start. Register the event by setting up a Request3DData event that acts as an interface between the engine and the server call.
Attach that 3D engine to a Cell3D. View the 3D volume by using the Object3D property.
Parameter | Type | Description |
sender | var | The source of the event |
e | Request3DDataEventArgs | The event data |
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