renderPanoramic Method

Summary

Requests a screen-shot of a panoramic view of the 2D slices using the specified PanoramicPolygon parameter.

Syntax
TypeScript
JavaScript
Object3DEngine.prototype.renderPanoramic = function( 
   cell, 
   polygon 
) 
renderPanoramic( 
   cell: PanoramicCell, 
   polygon: PanoramicPolygon 
): void; 

Parameters

cell

The cell where the polygon is located.

polygon

The polygon to be used as a path for rendering the 3D panoramic output

Remarks

Before requesting the panoramic for the first time, create the 3D engine first and then load the 3D volume.

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 PanoramicCell

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.