Converting LDD parts to LDraw
2011-08-27, 15:36 (This post was last modified: 2011-09-02, 18:56 by Damien Roux.)
2011-08-27, 15:36 (This post was last modified: 2011-09-02, 18:56 by Damien Roux.)
I found this article. There described way how to convert some parts. For automatic separation this long string to groups of 9 numbers you can use text editor with function of RegEx (I used EmEditor because I had problems with them in Notepad++)
In your program you have to find and replace to (You have to put space-bar before first number) and you will have separated strings of 9 numbers. Then add 3 16 in front of each string using column editor.
In your program you have to find
Code:
(\s\S+){9}
Code:
\0\n