- Status Closed
- Percent Complete
- Task Type Bug Report
- Category QCAD (main)
-
Assigned To
andrew - Operating System All
- Severity Low
- Priority Very Low
- Reported Version 3.27.8
- Due in Version Undecided
-
Due Date
Undecided
-
Votes
1
- CVH (23.11.2022)
- Private
Attached to Project: QCAD Bugtracker
Opened by johnhyslop - 22.11.2022
Last edited by andrew - 23.11.2022
Opened by johnhyslop - 22.11.2022
Last edited by andrew - 23.11.2022
FS#2425 - Dimension > Arc Length: Always uses linear factor from file default setting
Hi Andrew
When I apply an Arc Length Dimension the result is incorrect, see forum post with screenshot and dxf..
https://qcad.org/rsforum/viewtopic.php?f=33&t=9692#p39217
Cheers
John
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
Probably since DimStyle overrides where implemented.
In John's file the linear measurement factor defaults to 100
I can't replicate that in a new file.
Wasn't aware DimArcLength is a PRO script, it isn't listed in the QCAD Features.
There is no scale option in the Option Toolbar for the DimArcLength.js script.
this.data isn't scaled to scaled_data by setLinearFactor(factor);.
Remove Styles Overides (DX) doesn't apply the drawing default dimension Size scale factor.
Regards,
CVH