Husky wrote: ↑Sun Aug 28, 2016 7:28 pm
Hi everybody - I thought it can't hurt to put this "Feature request" also in this rubric - maybe somebody has fun and the time to work on it.
 
Also voted for it and looking into this ... 
Both the info distance tool and the manual middle snap are open source.
Mixing the two would not be that hard. 
 
 
Husky wrote: ↑Fri Sep 23, 2016 3:21 am
... you will already agree that is just to much "workaround"
 
Agreed for the proposed method, and IMHO it is long overdue.
Only, the real workaround in your example is a line from the center of the arc perpendicular to the line.
The snapping point can than be found by 
SN of the two intersection points.
You only need to add/delete 1 auxiliary line in that case.  
 
  
It can't be implemented as an auto snap considering the reply I made in FS#1428.
I rather think that it should be a manual snapping point as with 
SN, 
SH or 
SY. 
riverbuoy wrote: ↑Thu Sep 22, 2016 11:44 pm
'Info: Distance Entity to Entity' ... always finds the shortest distance between any two entities.
 
Found that 
IN isn't functional with Splines and Ellipses.
The error message is: 
'Entity is not a line, arc or circle.'
That should also excludes Polylines although it handles line and arc segments of a Polyline as closets 
RShapes to the cursor.
And it should exclude Dimensions but it is functional on the line art 
RShapes of dimensions.
In essence a Point is also an entity but for that we have 
IE and 
IP although the snap point is called 'End' while it has no size.
I rather think that the minimal distance to a Polyline (including Spline/Ellipse) should consider whole the entity.
The danger sits in where you point at and in what zoom state.
My Polylines for CNC usually have tiny rounding arcs at hard corners.
Husky, I think you need to reconsider the 'furthermost distance between two entity’s'.
That has to exclude Rays and X-lines and that will always be an endpoint of a Line entity.
Found that 
SN and 
SH don't update the MouseTip's and CommandPrompt, 
SY does.
For example, if I want to draw a circle with center and point (
CI) and use Middle Manual (
SN) the MouseTip remains 'Center'.
If I do the same using 
SY the MouseTip's will guide me trough it.
So far functional but I have the issue with whole the polylines to solve, implement Splines and Ellipses somehow, fix the MouseTip's.
I am a bit troubled by the ruled out code in 
https://github.com/qcad/qcad/blob/maste ... tanceEE.js
Tool states are handled quite different for 
SN & 
SH than in 
SY & 
IN.
And then there is the same issue with 
getClosestShape that acts on shapes of blocks-refs. on hidden, un-snappable and locked layers.
See example file in: 
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=9671
Does anyone have a proposition for a good and free schortcut?
With '
S' that is limited to 
SJ, 
SV, 
S0-2 or 
S4-9.
Regards,
CVH