https://qcad.org/rsforum/viewtopic.php?p=9099
This tool allows you to snap to a point that is between two points, or a given
distance from the first point, at an angle defined by the second point.
It includes a snap distance box and a drop down combo box. The combo box
has three options - 'Distance', 'Percent' and 'Fraction'. So if you entered
50 percent or a fraction of 0.5, for example, it would retuen a point exactly
half-way between the two points.
You enter the value in the snap distance box, and then choose 'Distance',
'Percent', or 'Fraction' from the drop down box.
This command does not restrict the distance, percent or fraction entered.
Therefore a distance greater than the distance between the two points will
return a point beyond the second point. Similarly a percentage greater than
100, and a fraction greater than 1 will return a point beyond the second point.
You can also enter a negative value. This will return a point before the first
point. (Note: You can enter fractions as '1/7', or '3/11' for example.)
I don't see a combobox in LibreCad, only the distance input.
I'm wondering how exactly this feature works in LibreCad.
If I snap to the endpoint of a line then activate 'snap distance' and input 50,
then it will snap to a point 50 units from the endpoint on the line segment.
However, it will also snap to a point that is 50 units from the other endpoint.
I don't really understand this behavior.
It becomes troublesome when the two points are close to one another
(and the midpoint of the line segement).
Are there other ways to use this feature?