Cursor3DAction Object

Summary

This class represents the 3D cursor action that is used to interactively pinpoint the location of a point on an image, and mark where that point lies in other images that were captured from a different angle.

Syntax

JavaScript Syntax
function lt.Controls.Medical.Cursor3DAction 
	extends lt.Controls.Medical.ActionCommand 
TypeScript Syntax
class lt.Controls.Medical.Cursor3DAction() 
	extends lt.Controls.Medical.ActionCommand 

Remarks

This is also called, the spatial locater which allows you to locate a point in space across all image planes.

In order to activate the action, you need to assign it using SetCommand, then run the command using the method RunCommand.

The cells that are used with that action must be from the same patient and from the same study.

This does not work on MPR images. For MPR, use CrossHairAction.

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