Derek,
Welcome to the QCAD forum.
The best place for a new feature request is:
https://www.ribbonsoft.com/bugtracker/
You need a separate account there or create a new one.
A quick search on the term 'arrow' returns these open feature requests:
FS#695, FS#757, FS#952, FS#1157
And I find about 37 open tickets on 'dimension'.
Yes, there is room for improvements.
But I think that the main question remains if it is workable as it is.
Not so long ago Andrew implemented Dimension Styles and Style overrides in QCAD pro.
QCAD supports the default filled arrowhead, but not the 30 degree type, here the ratio is 3:1 or 3 long for 1 unit wide.
I suppose that other 'arrows' are defined by blocks.
https://help.autodesk.com/view/ACD/2022 ... 1B512B9CC9
Further, QCAD supports the oblique stroke but then simply as a custom generated line-piece.
(And thus not with a block called '_OBLIQUE')
One can not edit the Block Name field in the Property Editor but it should be available by scripting:
https://qcad.org/doc/qcad/3.0/developer ... ca74b044b5
https://qcad.org/doc/qcad/3.0/developer ... ec32c5f54f
Even then I am not sure that QCAD will render that as intended.
I need to test that.
Remind also that there are 2 distinct methods in the DXF standard:
DIMSAH = 0 >> Use arrowhead blocks set by DIMBLK
DIMSAH = 1 >> Use arrowhead blocks set by DIMBLK1 and DIMBLK2
Thus one could use 2 different arrow blocks but there is just one property.
DerekGove wrote: ↑Sun May 21, 2023 12:40 pm
Hopefully it is so simple to implement it might be considered.
Everything is simple until it gets too complex to cover only the needs of a few.
Regards,
CVH