https://www.qcad.org/rsforum/viewtopic.php?f=30&t=7497
Especially for the 'Hatchers' among us.

As John Hyslop wrote, it is hard to get good numbers for hatch file definition from QCAD.
https://www.qcad.org/rsforum/viewtopic.php?f=33&t=7543
One could blow up everything with factor 1000000, take the numbers and correct the decimal point place.

The Addon documents the selected line entities (or all from the active layer) to a CSV file of choice.
Listed are:
- Line angle >> Hatch segment orientation (NOT normalized)
- Line Startpoint in X and Y >> Hatch segment startpoint in X and Y
- Line Length >> dash1
It uses standard hatch formatting with a dot and a comma by default.

It has leading zero if any and no trailing zero's.
More than 16 significant digits (disregarding the dP) is common, only 15.95 are correct.


I usually have that CSV file open in NPP (Notepad++)
As QCAD alters this file, NPP will propose to reload the file on getting the focus.
So in 4-5 clicks I have all numbers, and up to 15.95 significant digits precise.

I am not going to debate how accurate these are but let's say 'they are as good as they get'.
Important is that properties are much less accurate when the line props rely on or are keyed in as numbers.
Install in a new folder ...QCAD\scripts\Misc\Examples\IOExamples\DocHatchSegments (Mandatory)
The file is called ...QCAD\scripts\Misc\Examples\IOExamples\DocHatchSegments\DocHatchSegments.js (Mandatory)
No Icon yet ... I am not happy with the former CSV icon because red is associated with pdf.
Green maybe?
Regards,
CVH