find Method

Summary

Generates the reference line using the specified parameters.

Syntax
TypeScript
JavaScript
static find( 
   orientation1: number[], 
   imageposition1: number[], 
   voxelspacing1: LeadPointD, 
   width1: number, 
   height1: number, 
   orientation2: number[], 
   imageposition2: number[], 
   voxelspacing2: LeadPointD, 
   width2: number, 
   height2: number 
): LeadLine; 

Parameters

orientation1

The orientation of the first image.

imageposition1

The image position patient of the first image.

voxelspacing1

The voxel spacing of the first image.

width1

The width of the first image.

height1

The height of the first image.

orientation2

The orientation of the second image.

imageposition2

The image position patient of the second image.

voxelspacing2

The voxel spacing of the second image.

width2

The width of the second image.

height2

The height of the second image.

Return Value

LeadLine which represents the generated reference line.

Remarks

To draw the reference line, refer to Draw.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.