💡 LightUp 7.1 | SketchUp's only real-time renderer that uses object-based rendering
Download Trial
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 path
Open 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