get3DPointPosition Method

Summary

Gets the location of the specified point of the specifed frame on the 3D space.

Syntax
TypeScript
JavaScript
get3DPointPosition = function( 
   frame, 
   point 
) 
static get3DPointPosition( 
   frame: Frame, 
   point: LeadPointD 
): number[]; 

Parameters

frame

The frame that will contain the point being located in 3D space.

point

The point being located in 3D space.

Return Value

3D point that represents the location of the passed point in the 3D space.

Remarks

This value is used internally by the 3D cursor interactive mode.

The frame must have the imageOrientation, imagePosition, rowSpacing and columnSpacing correctly filled.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.