widthCurve Property

Summary

Represents the curve that will be used to retrieve a 3D slice.

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

Property Value

Array of LeadPoint3D points that represents the curve used to retrieve a 3D slice.

Remarks

widthCurve represents the width of the generated 3D slice. The first point represents the top left pixel of the generated slice, and the last point represents the top right pixel of the generated slice.

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

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.