Jim Foltz

Results 56 comments of Jim Foltz

Copy-paste into my editor from Chrome. I think I understand what you mean. So I am using Noel's tunnel from my editor, which uses `load`.

I don't know. I appear to be able to read the file when I get to it through the Dir class. Here is a shot of the SketchUp 13 Ruby...

I thought I might be able to trick SketchUp 2013 into reading those Unicode file names, but I don't think it's going to work. Not putting any more time in...

I like the idea. The Importer already has an option to check and heal geometry after importing. It seems like a good idea to be able to perform the check...

Just a thought - have the importer always import at an exaggerated scale, then scale down to the user's selected units after?

The write_face method is still being stored in a `@write_face` variable, so still open.

> Would it be possible to extend Model.export to understand .stl inherently? Wouldn't that need done on the C++ side? On second thought, could it be done using Ruby by...

> Is import always done directly into the model? Should it create and return a new group? The way I wrote it is if there is already >0 entities in...

I have had the same thought. I will fetch from your repo, merge and try a PR.

I think I'll remove the display of the import time out of the repair option PR, and maybe add a "show summary" option. Using a `UI.messagebox` will also take care...