How to reload a skp as componet
-
Save a component as one skp file .
path="c;\\my_Component.skp" my_definition = Sketchup.active_model.selection[0].definition my_definition.save_as pathOpen the skp file , edit it,and save .
Now,how to reload the skp file to refresh the component definition with ruby?model = Sketchup.active_model definitions = model.definitions definitions.load "c;\\my_Component.skp"the code does not work.I think definitions.load can load a new skp file other than a loaded skp file.
Anyway to do it?Waiting.
wikii
-
Hi wikii - this topic may be of interest:
http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=60568
-
@jim said:
Hi wikii - this topic may be of interest:
http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=60568
Thank you for your suggestion, Jim.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better π
Register LoginAdvertisement