Importing Ascii files

hi,
Points from a CSV file … kinda ASCII with a certain format … can be imported with DrawFromCSV.
The tools allows importing most basic shapes from a CSV file. Usually sourced from a spreadsheet.

Also, one could simply use the multi line capabilities of the command line. :sunglasses:
Copy the point data, start the point tool (PO) and paste the list in the command line.

The list should then be formatted according your QCAD native settings.
Menu .. App.Prefs .. General .. Coordinate Format (Ctrl.+,)

  • x.xxx,y.yyy (Comma/Dot)
    x.xxx;y.yyy (Semicolon/Dot)
    x,xxx;y,yyy (Semicolon/Comma)

Regards,
CVH