- Status Assigned
- Percent Complete
- Task Type Feature Request
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Very Low
- Reported Version 3.27.9
- Due in Version Undecided
-
Due Date
Undecided
- Votes 3
- Private
Attached to Project: QCAD Bugtracker
Opened by Szymon - 03.03.2023
Last edited by Szymon - 03.03.2023
Opened by Szymon - 03.03.2023
Last edited by Szymon - 03.03.2023
FS#2456 - Tangent arc
It would be great if QCAD could create an arc tangent to another entity without necessity to type a radius.
Just two simple steps:
1. Click the endpoint of another entity to start the arc. The arc is tangent to the starting entity.
2. Click the second point to place the arc.
Loading...
Available keyboard shortcuts
- Alt + ⇧ Shift + l Login Dialog / Logout
- Alt + ⇧ Shift + a Add new task
- Alt + ⇧ Shift + m My searches
- Alt + ⇧ Shift + t focus taskid search
Tasklist
- o open selected task
- j move cursor down
- k move cursor up
Task Details
- n Next task
- p Previous task
- Alt + ⇧ Shift + e ↵ Enter Edit this task
- Alt + ⇧ Shift + w watch task
- Alt + ⇧ Shift + y Close Task
Task Editing
- Alt + ⇧ Shift + s save task
Please refer to topic with adapted scripting solution:
https://www.qcad.org/rsforum/viewtopic.php?f=31&t=9882&p=40155#p40155
Andrew,
Included the adapted script below.
It seems thay ArcTangential.getTangentialArc() is deprecated.
There is one single hit for 'getTangentialArc' on GitHub.
Regards,
CVH
I even presume that ellipse arcs, open splines and polylines are valid base entities too.
Regards,
CVH
Andrew,
In ArcTangential.js:
this.error is set to empty and in 2 occasions there is a test on this.error.length ...
Where do we expect an error message from?
Base entity and transaction errors are handled outside that.
Regards,
CVH