AutoCAD log processing. Generate a xyz file with the coordinates of the nodes of polylines
Перейти к файлу
softlandia a08173cbc1 0.0.2 2018-11-14 10:20:37 +04:00
1.log add README.md, 1.log 2018-10-17 23:25:39 +03:00
1.xyz 0.0.2 2018-11-14 10:11:17 +04:00
README.md 0.0.2 2018-11-14 10:20:37 +04:00
const.go 0.0.2 2018-11-14 10:11:17 +04:00
main.go 0.0.1 2018-10-18 02:15:47 +03:00
res.xyz 0.0.2 2018-11-14 10:11:17 +04:00

README.md

Process AutoCAD log file

Programm to generate xyz file with coordinate of polyline node from AutoCAD log

(c) softlandia@gmail.com

dependences: https://github.com/softlandia/xLib

using

alg c:\log\i.log v:\dat\o.xyz

sample input file: 1.log

history
0.0.1

  • выделена функция изменения расширения у файла (xLib)
  • выделена функция разбора командной строки и получения имён файлов

0.0.2

  • выделен модуль со строковыми константами
  • исправлено оформление README.md