canDo3D Method

Summary

Gets a value indicating whether the specified cell can be converted into a 3D volume.

Syntax
TypeScript
JavaScript
canDo3D = function( 
   cell 
) 
static canDo3D( 
   cell: Cell 
): CanDo3DStatus; 

Parameters

cell

The cell in question

Return Value

A CanDo3DStatus value indicating whether a 3D volume can be generated. The return is either OK.ok, or a reason why a 3D volume cannot be generated.

Remarks

This is a static method that returns a CanDo3DStatus value indicating whether a 3D volume can be generated. The return is either OK.ok, or a reason why a 3D volume cannot be generated.

Use this method before creating the following output:

  • A 3D volume
  • A panoramic
  • Create a new MPR
  • Generate any 3D output
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.