
This method will return the current screen position of the cursor as it sits on the displayed drawing.
Returns the following according to the situation:
The method takes no parameter.
Copy Code |
|---|
(Odcl_GetDwgMouseCoords ) |
This function will not work in perspective mode.
Copy Code |
|---|
; Get the mouse position in the drawing (Setq rValue (Odcl_GetDwgMouseCoords)) |