Import STL to MoI

 From:  Michael Gibson
7046.20 In reply to 7046.19 
Hi dune1982 - it will difficult to try and read in a binary file because the method currently set up for scripts to access files (moi.filesystem.openFileStream) is currently only focused on reading text files line by line, and does not have anything set up in it for reading binary files which would be more like reading in a certain number of bytes rather than scanning for carriage returns or newline characters.

- Michael