Object3DEngine Constructor

Summary

Initializes a new instance of Object3DEngine with the specified ID

Syntax
TypeScript
JavaScript
Object3DEngine = function( 
   id 
) 
constructor( 
   id: string 
); 

Parameters

id

The medical 3D engine ID must be unique.

Remarks

The engine serves as an interface. It sends events to the user so data (like creating a 3D volume, requesting a 3D or panoramic slice, or other data), can be requested from the server.

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.

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.