Hi,
is there any way to control which direction snaptopoint or nearestpoint will favour? Current it finds the nearest point on either side of the cursor. Is there any way to force it to find the nearest point to one side of the cursor only?
thanks,
CursorTool SnapToPoint and nearestPoint
-
- Site Admin
- Posts: 14730
- Joined: Mon Jun 09, 2003 4:00 am
- Location: Banyoles, Catalonia
- Contact:
Hi matthbri,
Cursor's SnapToPoint looks for the first point series crossing it from the beginning of the series. So will prevail points on the left of the cursor. NearesPoint tool looks for the point with the minimum distance to the mouse cursor.
I'm afraid what you request is not implemented. However, you may achieve that implementing your own tool inherited from existing ones and overriding some of its methods.
Cursor's SnapToPoint looks for the first point series crossing it from the beginning of the series. So will prevail points on the left of the cursor. NearesPoint tool looks for the point with the minimum distance to the mouse cursor.
I'm afraid what you request is not implemented. However, you may achieve that implementing your own tool inherited from existing ones and overriding some of its methods.
Best Regards,
Narcís Calvet / Development & Support Steema Software Avinguda Montilivi 33, 17003 Girona, Catalonia Tel: 34 972 218 797 http://www.steema.com |
Instructions - How to post in this forum |