SketchUp / sketchup-stl

A SketchUp Ruby Extension that adds STL (STereoLithography) file format import and export.
http://extensions.sketchup.com/content/sketchup-stl
MIT License
247 stars 68 forks source link

Place imported group at ORIGIN and zoom to it - like DWG import #19

Closed thomthom closed 11 years ago

thomthom commented 11 years ago

Importing some sample STL files and was very confused as I often didn't see where the model ended up. I suggest we do what the DWG importer does and place the imported instance at ORIGIN and zoom the camera to it.

thomthom commented 11 years ago

Maybe make the place at ORIGIN an option - like DWG. I can see it can have its uses.

ChrisFullmer commented 11 years ago

I agree, let the user have the option to keep it, or remove it. I use both fairly often on DWG imports. (though admittedly I never use .stl at this point).

On Tue, Oct 30, 2012 at 8:01 AM, Thomas Thomassen notifications@github.comwrote:

Maybe make the place at ORIGIN an option - like DWG. I can see it can have its uses.

— Reply to this email directly or view it on GitHubhttps://github.com/SketchUp/sketchup-stl/issues/19#issuecomment-9908799.

thomthom commented 11 years ago

Implemented in #33.