(2021-10-16, 2:38)Franklin W. Cain Wrote: Thanks, Max. ;-)
Surplus blank line at end-of-file has been deleted.
Telling me the specific numeric value with the extraneous trailing zero helped me greatly. Since you identified it further by telling me it was the Y-axis component, I knew I could do a simple mass-replace.
I need more details than "line number" (for the "duplicate result" lines), please. I actually need to see the specific DAT code for the line(s) in question, in order to positively identify it, please. I'm looking for what I think may be these lines, and I'll post some of them here, to ask for more details on the problem(s) cited...
We're getting closer to my goal of adding more astromechs into the LDraw library! ^_^
Franklin
Here are the duplicated lines (the first and second control point is just switched in the second line, so one of both lines must be removed):
5 24 -8 0 0 -12.593 1.217 0 -8 0 3.314 -7.391 0 -3.062
5 24 -8 0 0 -12.593 1.217 0 -7.391 0 3.062 -8 0 -3.314
5 24 0 0 -8 0 1.217 -12.593 -3.314 0 -8 3.062 0 -7.391
5 24 0 0 -8 0 1.217 -12.593 -3.062 0 -7.391 3.314 0 -8
5 24 0 0 8 0 1.217 12.593 3.314 0 8 -3.062 0 7.391
5 24 0 0 8 0 1.217 12.593 3.062 0 7.391 -3.314 0 8
5 24 8 0 0 12.593 1.217 0 8 0 -3.314 7.391 0 3.062
5 24 8 0 0 12.593 1.217 0 7.391 0 -3.062 8 0 3.314
5 24 -12.593 1.217 0 -16.486 4.686 0 -11.634 1.217 4.819 -12.593 1.217 -5.216
5 24 -12.593 1.217 0 -16.486 4.686 0 -12.593 1.217 5.216 -11.634 1.217 -4.819
5 24 0 1.217 -12.593 0 4.686 -16.486 -5.216 1.217 -12.593 4.819 1.217 -11.634
5 24 0 1.217 -12.593 0 4.686 -16.486 -4.819 1.217 -11.634 5.216 1.217 -12.593
5 24 0 1.217 12.593 0 4.686 16.486 5.216 1.217 12.593 -4.819 1.217 11.634
5 24 0 1.217 12.593 0 4.686 16.486 4.819 1.217 11.634 -5.216 1.217 12.593
5 24 12.593 1.217 0 16.486 4.686 0 11.634 1.217 -4.819 12.593 1.217 5.216
5 24 12.593 1.217 0 16.486 4.686 0 12.593 1.217 -5.216 11.634 1.217 4.819
5 24 -16.486 4.686 0 -19.087 9.876 0 -16.486 4.686 6.828 -15.23 4.686 -6.309
5 24 -16.486 4.686 0 -19.087 9.876 0 -15.23 4.686 6.309 -16.486 4.686 -6.828
5 24 0 4.686 -16.486 0 9.876 -19.087 -6.828 4.686 -16.486 6.309 4.686 -15.23
5 24 0 4.686 -16.486 0 9.876 -19.087 -6.309 4.686 -15.23 6.828 4.686 -16.486
5 24 0 4.686 16.486 0 9.876 19.087 6.828 4.686 16.486 -6.309 4.686 15.23
5 24 0 4.686 16.486 0 9.876 19.087 6.309 4.686 15.23 -6.828 4.686 16.486
5 24 16.486 4.686 0 19.087 9.876 0 15.23 4.686 -6.309 16.486 4.686 6.828
5 24 16.486 4.686 0 19.087 9.876 0 16.486 4.686 -6.828 15.23 4.686 6.309
5 24 -19.087 9.876 0 -20 16 0 -19.087 9.876 7.906 -17.634 9.876 -7.305
5 24 -19.087 9.876 0 -20 16 0 -17.634 9.876 7.305 -19.087 9.876 -7.906
5 24 0 9.876 -19.087 0 16 -20 -7.305 9.876 -17.634 7.906 9.876 -19.087
5 24 0 9.876 -19.087 0 16 -20 -7.906 9.876 -19.087 7.305 9.876 -17.634
5 24 0 9.876 19.087 0 16 20 7.305 9.876 17.634 -7.906 9.876 19.087
5 24 0 9.876 19.087 0 16 20 7.906 9.876 19.087 -7.305 9.876 17.634
5 24 19.087 9.876 0 20 16 0 19.087 9.876 -7.906 17.634 9.876 7.305
5 24 19.087 9.876 0 20 16 0 17.634 9.876 -7.305 19.087 9.876 7.906
/Max