Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
🛣️ Road Profile Builder | Generate roads, curbs and pavements easily  Download 
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.
 
Advertisement