-
-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Edit Nodes #255
Comments
Do you mean points? |
Yes |
Ok, i will try that. |
Please confirm #312 functionality. The intent of this issue is say you have a square:
|
Sorry i thought of another thing, may be this can be done in polyline only. I will think about it and try it when i find a way, |
If a square, triangle and circle are polylines then yes. Maybe a point and a line are polylines with zero and one segments respectively? |
@flywire i am thinking of doing this my using dragpoints which are already there, how to diffrentiate between the dragging and (adding or removing node) maybe mouse button or keyboard shortcut, like del key press removes last clicked node, enter creates new node there, or diffrentiate left and right mouse click actions. -> Or maybe it should be done as seperate operation. click add node and click polygon.... |
Line, Square, and Triangle (arc maybe)can be represented by polyline, but not point and circle. |
Dragpoints is interesting. Del deletes node, ins inserts node on line at the cursor location and the user can drag it as required. Maybe right mouse click brings up a context-sensitive menu. To be clear, if using dragpoint:
What is issue with point as zero segment polyline? It would be the same as points in the first paragraph above. Circle - new node would make icecream cone shaped then the user could shape straight line(s) as required. Probably not, it would just change circle radius, circle would probably need to be split into [two?] arcs first. |
@flywire ,i think insert can be done as i have in video in zulip chat, |
Edit (add, delete, move) nodes would be useful.
The text was updated successfully, but these errors were encountered: