Object3DEngine Class

Summary

The 3D engine control which handles all 3D-related rendering.

Syntax
TypeScript
JavaScript
function lt.Controls.Medical.Object3DEngine 
class lt.Controls.Medical.Object3DEngine() 
Remarks

This engine is an interface for server-side rendering for the 3D volume. It sends events to the user to request data from the server, like creating a 3D volume, requesting a 3D or panoramic slice, etc.

To create a 3D engine, call Start. Call Request3DData to register an event that acts as an interface between the engine and the server call.

Use the Object3D property to attach that 3D engine to a Cell3D for viewing the 3D volume.

Some series cannot be used to generate a 3D volume. To check if a series can be converted into a 3D volume, call CanDo3D.

Run the medical web viewer demo to see how to create an Object3DEngine class, and use it to render 3D volumes and other 3D output.

Example

Refer to Cell3D

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.