firstPosition Property

Summary

Gets or sets the image position of the first 2D slice of the 3D volume.

Syntax
TypeScript
JavaScript
Object.defineProperty(Volume3DInformation.prototype, 'firstPosition', 
	get: function(), 
	set: function(value) 
) 
firstPosition: LeadPoint3D; 

Property Value

LeadPoint3D that represents the image position of the first 2D slice of the 3D volume.

Remarks

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.

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.