Initializes a new instance of Volume3DInformation with explicit parameters.
Volume3DInformation = function(
orientation,
firstPosition,
lastPosition,
rowSpacing,
columSpacing,
width,
height
)
constructor(
orientation: number[],
firstPosition: LeadPoint3D,
lastPosition: LeadPoint3D,
rowSpacing: number,
columSpacing: number,
width: number,
height: number
);
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.
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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document