sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    How to reload a skp as componet

    Scheduled Pinned Locked Moved Developers' Forum
    3 Posts 2 Posters 607 Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W Offline
      wikii
      last edited by

      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

      1 Reply Last reply Reply Quote 0
      • J Offline
        Jim
        last edited by

        Hi wikii - this topic may be of interest:

        http://sketchucation.com/forums/viewtopic.php?f=180%26amp;t=60568

        Hi

        1 Reply Last reply Reply Quote 0
        • W Offline
          wikii
          last edited by

          @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.

          1 Reply Last reply Reply Quote 0
          • 1 / 1
          • First post
            Last post
          Buy SketchPlus
          Buy SUbD
          Buy WrapR
          Buy eBook
          Buy Modelur
          Buy Vertex Tools
          Buy SketchCuisine
          Buy FormFonts

          Advertisement