Gio_S
Guest
hello to all, I do not use autocad but intellicad (old, but enough) so I did not have the charge of the stl, and I wrote it.
this is the very first draft, still to be over-optimized and improved.
I was needed above all to be able to manipulate them by managing the low-level stl, which is why I built it myself, as a basic framework to expand with other features.
for now the "open" interface only finds files with the stl extension written in lowercase.
works only with stl ascii, and is therefore slow with large files, but it works, and seems a minimum robust even with stl lines formatted with variable spacing (certain programs do a little what they want).
I don't have the vl, this is why traditional acrobatics on strings.
this is the very first draft, still to be over-optimized and improved.
I was needed above all to be able to manipulate them by managing the low-level stl, which is why I built it myself, as a basic framework to expand with other features.
for now the "open" interface only finds files with the stl extension written in lowercase.
works only with stl ascii, and is therefore slow with large files, but it works, and seems a minimum robust even with stl lines formatted with variable spacing (certain programs do a little what they want).
I don't have the vl, this is why traditional acrobatics on strings.