render3D Method

Summary

Requests a screen-shot of the rendered 3D volume.

Syntax
TypeScript
JavaScript
Object3DEngine.prototype.render3D = function( 
   url 
) 
render3D( 
   url: string 
): void; 

Parameters

url

The URL of the requested image, the rendered 3D volume.

Remarks

This method is called internally by Cell3D when the engine gets attached to it.

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 using the Object3D property.

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.