Checkout the help for UI.openURL, and for exporting UI.export
model = Sketchup.active_model
UI.import "some sketchup file"
UI.export "sffs.kmz",false,4
Hope this helps,
Zeeshan
On Apr 16, 7:41 pm, derbbre <derb...@gmail.com> wrote:
Where did you find this info, please?
On Apr 16, 3:12 am, Zeeshan <zees...@gmail.com> wrote:
Never mind...I found it already. Thanks anyway all.
On Apr 14, 2:00 pm, zeeshanzia84 <zees...@hotmail.com> wrote:> Hi,
I want to write a Ruby script that can get a sketchup file directly
from a website, open it.....and export it to some other format (I know
how to do the export).