Object3DStatus Enumeration

Summary

The status of 3D object creation.

Syntax
TypeScript
JavaScript
lt.Controls.Medical.Object3DStatus = { 
	notInitialized: 0, 
	loading: 1, 
	ready: 2, 
	error: 3 
} 
lt.Controls.Medical.Object3DStatus = { 
	notInitialized: 0, 
	loading: 1, 
	ready: 2, 
	error: 3 
} 
Members
ValueMemberDescription
0NotInitializedThe 3D volume has not been created
1Loading3D volume creation is in progress.
2ReadyThe 3D volume is ready
3ErrorAn error occurred while creating the 3D volume.
Remarks

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.

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.