Hej,
you have to open the PLI.mpd and add this line:
I added it to the very end, but this doesn't matter. The only thing you have to pay attention for is adding your line between
"0 FILE" and "0 NOFILE" meta command.
So it should look like this:
The line you had given was a bit wrong. This should normally result in an error or the part is simply not shown, because it is scaled to 0 in all direction. ;-)
/Max
you have to open the PLI.mpd and add this line:
Code:
1 0 0 0 0 -1 0 0 0 1 0 0 0 -1 879.dat
"0 FILE" and "0 NOFILE" meta command.
So it should look like this:
Code:
0 FILE
1 0 0 0 0 -1 0 0 0 1 0 0 0 -1 879.dat
0 NOFILE
The line you had given was a bit wrong. This should normally result in an error or the part is simply not shown, because it is scaled to 0 in all direction. ;-)
/Max