Generates the reference line using the specified parameters.
find = function(orientation1, imageposition1, voxelspacing1, width1, height1, orientation2, imageposition2, voxelspacing2, width2, height2)
static find(orientation1: number[], imageposition1: number[], voxelspacing1: LeadPointD, width1: number, height1: number, orientation2: number[], imageposition2: number[], voxelspacing2: LeadPointD, width2: number, height2: number): LeadLine;
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.
LeadLine which represents the generated reference line.
To draw the reference line, refer to Draw.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET