Volume3DInformation Constructor

Summary

Initializes a new instance of Volume3DInformation with explicit parameters.

Syntax
TypeScript
JavaScript
Volume3DInformation = function( 
   orientation, 
   firstPosition, 
   lastPosition, 
   rowSpacing, 
   columSpacing, 
   width, 
   height 
) 
constructor( 
   orientation: number[], 
   firstPosition: LeadPoint3D, 
   lastPosition: LeadPoint3D, 
   rowSpacing: number, 
   columSpacing: number, 
   width: number, 
   height: number 
); 

Parameters

orientation

The image orientation patient of the image.

firstPosition

The image position of the first slice of the 3D volume.

lastPosition

The image position of the last slice of the 3D volume.

rowSpacing

The row spacing (DPI) for the 2D slices of the 3D volume.

columSpacing

The column spacing (DPI) for the 2D slices of the 3D volume.

width

The width of the 2D slices of the 3D volume.

height

The height of the 2D slices of the 3D volume.

Remarks

All parameter values must be set before starting the engine; otherwise, an error is thrown.

All parameter values are retrievable from the 2D cell that contains those slices or from the DICOM data set.

To find the last position, arrange the slices to go from top to bottom, and the bottom slice image position is the last position.

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.