panoramicCell Property

Summary

Gets or sets the PanoramicCell that will display the output MPR curve results.

Syntax
TypeScript
JavaScript
Object.defineProperty(PanoramicPolygon.prototype, 'panoramicCell', 
	get: function(), 
	set: function(value) 
) 
panoramicCell: PanoramicCell; 

Property Value

PanoramicCell that will display the output MPR curve results.

Remarks

There are important considerations to take into account when generating panoramic output:

  1. Use a cell containing a series suitable for generating a panoramic cell.
  2. Use the 3D engine Object3DEngine to generate the 3D volume using the same series instance UID loaded in the cell mentioned above. Store the engine in Engine.
  3. Create an instance of this PanoramicCell class to hold the panoramic output.
  4. Draw a polygon on the cell described in the 1st point to generate the panoramic output on the PanoramicCell just created. Then attach it to the panoramic polygon using the PanoramicPolygon property.
Requirements

Target Platforms

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

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.