Hi,
The issue is that arrowheads under QCAD are not defined by specific Block's.

- 19-arrow-blocks.png (440.8 KiB) Viewed 42652 times
In QCAD arrowheads are nothing more then filled triangles each drawn in situ.
(
RTriangle::createArrow(...) ...
https://github.com/qcad/qcad/blob/maste ... pp#L83-L96)
From the code we can also deduct that the enclosed tip angle is twice 0.165rad or about 18.91 degrees.
ISO would be 30 degrees.
There is an exception and that is when you use the Architectural tick for dimensions ... A short slanted line instead of an
RTriangle.
And there is yet another exception and that are the arrows used with Datum symbols.
These last create and use a Block '
_DatumFilled' at the end of a Leader entity.
But nowhere that is reflected in the Property Editor ... There are thus Leaders with standard arrows and Leaders with Datum type arrows.
(Also see:
https://www.qcad.org/rsforum/viewtopic.php?f=89&t=10694 ...
https://qcad.org/bugtracker/index.php?d ... sk_id=2547)
Dimensions have a read only 'Block Name' property but it is unsure if that is the solution and if that is supported ...
... Setting this block property by code did not result in another arrowhead ...
Regards,
CVH