During sketch drawing, the current mouse coordinate is displayed next to the mouse cursor. The coordinate is useful, but during shape drawing there are additional things that can be shown to help the user draw easier. I’ve added code to display the line length and circle radius:
as well as the angle with OX for lines:
For now these are the only tools that have the extra information, but I will also add it for arcs (start and end angles and radius). I will also work on improving the Hinter lines display.
You must be logged in to post a comment.