get3DPointPosition Method

Summary

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

Syntax

JavaScript Syntax
get3DPointPosition = function( 
   frame, 
   point 
) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Controls.Medical Assembly