Converting LDD parts to LDraw


Converting LDD parts to LDraw
#1
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
Code:
(\s\S+){9}
and replace to
Code:
\0\n
(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.
Reply
« Next Oldest | Next Newest »



Messages In This Thread
Converting LDD parts to LDraw - by Stan Isachenko - 2011-08-27, 15:36
Re: FAWKES 43744.dat - by Rolf Osterthun - 2011-08-30, 21:33

Forum Jump:


Users browsing this thread: 1 Guest(s)