start Method

Summary

Starts the 3D engine.

Syntax
TypeScript
JavaScript
Cell3D.prototype.start = function( 
   extraCriteria 
) 
start( 
   extraCriteria: string 
): void; 

Parameters

extraCriteria

Reserved for future, must remain empty for now.

Remarks

start will fire the Request3Ddata event. This event is your interface to talk to the server and create/update/render the 3D volume on the client side. Hence, the user must register it.

Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly