Object3DReady Event

Summary

Notifies the instance that the 3D engine has finished creating the 3D volume.

Syntax
TypeScript
JavaScript
Object.defineProperty(Object3DEngine.prototype,'object3DReady',  
	get: function(), 
	set: function(value) 
) 
object3DReady: LeadEvent; 
Remarks

The engine internally registers ProgressUpdated when the engine is attached to the Cell 3D, so when calling this method, it fires that event to check the progress and draw it.

Event Data
ParameterTypeDescription
sendervarThe source of the event
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.