So I want to import a model and then take it to particular x and y
coordinates in sketchup. I had to do this in 2 different programs since
the model had to be selected before taken to the coordinates. The
programs are shown below:
machine = "trial.3ds"
model = Sketchup.active_model
show_summary = true
status = model.import machine, show_summary
Bookmarks