Share

UserInputEvents.OnStopPreSelect Event

Parent Object: UserInputEvents

Description

Fires when the user hovers away from an Inventor object and it is no longer highlighted.

Syntax

UserInputEvents.OnStopPreSelect( ModelPosition As Point, ViewPosition As Point2d, View As View )

Parameters

Name Type Description
ModelPosition Point Returns the coordinates that result from projecting the click point onto the selected entity. This is returned in centimeters relative to model space. Applicable only when the SelectionDevice argument is kGraphicsWindowSelection.
ViewPosition Point2d Returns the coordinates that specify the current location of the mouse pointer in window space and are returned in pixels. Applicable only when the SelectionDevice argument is kGraphicsWindowSelection.
View View Returns the View object where the selection took place. Applicable only when the SelectionDevice argument is kGraphicsWindowSelection.

Version

Introduced in version 2011

Was this information helpful?