sketchucation logo sketchucation
    • Login
    1. Home
    2. shannonnovus
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    S
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Groups 1

    Topics

    • S

      Unglue multiple component instances

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      474 Views
      TIGT
      This code is not exhaustively tested, but it should give you enough ideas: model = Sketchup.active_model model.start_operation('Unglue', true) insts = model.selection.grep(Sketchup;;ComponentInstance) insts.each{|inst| inst.glued_to= nil } model.commit_operation One step undo-able... It un-glues all selected component-instances.
    • S

      Status Text being reset

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      333 Views
      tt_suT
      There is no way to force a statusbar text to stick around. It's normally set by the active tool, but also by menu and toolbar items. Do you have a sample snippet that demonstrate the issue?
    • S

      Incremental numbering of components

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      3
      0 Votes
      3 Posts
      519 Views
      jgbJ
      Look into TIG's COORDTAG.rb tool. Set to some geo-location, you also get the co-ords of each tree, and his latest update to the file allows sequential labeling/numbering as well. http://sketchucation.com/resources/pluginstore?pln=coordstexttagtoolfromdatum
    • 1 / 1