Gets or sets the image position of the first 2D slice of the 3D volume.
Object.defineProperty(Volume3DInformation.prototype, 'firstPosition',
get: function(),
set: function(value)
)
firstPosition: LeadPoint3D;
LeadPoint3D that represents the image position of the first 2D slice of the 3D volume.
The volume consists of multiple 2D slices and to determine which one contains the first position, the slices must be arranged from top to bottom. In this manner, the top slice is the one that contains the first position.
To get or set the last position use LastPosition.
To arrange the slices use SortingOperation.
The image position can be retrieved from the DICOM data set.
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