Request3DData Event

Summary

Notifies the instance that a 3D request, information, or image has been requested.

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

Note: Since the Object3DEngine only works with server-side rendering, this event must be registered for the entire 3D engine to work.

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.

Attach that 3D engine to a Cell3D. View the 3D volume by using the Object3D property.

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