SelectEvents.OnPreSelectMouseMove Event
Parent Object: SelectEventsDescription
Event that occurs while an object is in pre-select mode and the user is moving the mouse. This allows you to receive mouse input relative to the pre-selected object.
Syntax
SelectEvents.OnPreSelectMouseMove( PreSelectEntity As Object, ModelPosition As Point, ViewPosition As Point2d, View As View )Parameters
Name | Type | Description |
PreSelectEntity | Object | Input argument that specifies the object currently pre-selected. |
ModelPosition | Point | Returns the coordinates that result from projecting the current location of the mouse onto the selected entity. This is returned in centimeters relative to model space. |
ViewPosition | Point2d | Returns the coordinates that specify the current location of the mouse pointer in window space and are returned in pixels. |
View | View | Returns the View object where the selection took place. |