heightCurve Property

Summary

Represents the curve used to retrieve a 3D slice.

Syntax
TypeScript
JavaScript
Object.defineProperty(SliceFrame.prototype, 'heightCurve', 
	get: function(), 
	set: function(value) 
) 
heightCurve: LeadPoint3D[]; 

Property Value

An array of LeadPoint3D points that represent the curve that will be used to retrieve a 3D slice.

Remarks

heightCurve represents the height of the generated 3D slice. The first point represents the top left pixel of the generated slice, and the last point represents the bottom left pixel of the generated slice.

To get the curve that represents the width of the slice use WidthCurve.

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.