sketchucation logo sketchucation
    • Login
    1. Home
    2. shannonnovus
    3. Topics
    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
    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
      495 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
      351 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
      549 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