volumeReady Property

Summary

Indicates whether the 3D object for the engine has been created and is now ready.

Syntax
TypeScript
JavaScript
Object.defineProperty(Object3DEngine.prototype, 'volumeReady', 
	get: function() 
) 
volumeReady: boolean; // read-only 

Property Value

true if the object has been created and is now ready; otherwise, false.

Remarks

The engine is an interface for server-side rendering of the 3D volume. It sends events to the user to request the 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.

Be sure to register the Request3DData event, as it serves as the interface between the engine and the server call.

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

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