sketchucation logo sketchucation
    • Login
    1. Home
    2. baldaman
    3. Topics
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 12
    • Posts 68
    • Groups 1

    Topics

    • B

      REQUEST: Comp & groups tranform dialog box

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      5k Views
      PixeroP
      This plugin by thomthom kind of does it. https://extensions.sketchup.com/extension/1356b8f5-54c3-4df9-a6ed-28466ff41ede/transformation-inspector
    • B

      Selecting all edges in selection cycling through groups

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      6k Views
      TNTDAVIDT
      Hellobaldaman, Here is an example code that will allow you to select all the edges: def select_all_edges(ents, edges) ents.grep(Sketchup;;ComponentInstance).each do |e| e.definition.entities.grep(Sketchup;;Edge).each do |e| edges << e end select_all_edges(e.definition.entities, edges) end end edges = [] mod = Sketchup.active_model sel = mod.selection select_all_edges(sel, edges) sel.clear sel.add(edges) Note that you do not have to select the edges to apply a ruby transformation on the edges. Cordially David
    • B

      [REQUEST] Hide texts and annotations when perspective on

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      184 Views
      B
      You're right TIG, to be honest I am always too in a hurry on one hand and too lazy on the other hand to put the texts on the right layer... I will follow your advice. Many thanks for the prompt answer and for what you bring to the community!
    • B

      [REQ]Reset scale multiple components

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      9
      0 Votes
      9 Posts
      815 Views
      B
      Thank you very much! It works now!
    • B

      Turner tools

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      1
      0 Votes
      1 Posts
      805 Views
      No one has replied
    • B

      [REQUEST] Hide/unhide a specifiied layer

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      151 Views
      B
      You're right TIG, thank you
    • B

      [REQUEST] bitmap to mesh with materials

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      14
      0 Votes
      14 Posts
      1k Views
      B
      More serious use exemples to come asap.
    • B

      Terrain reshaper by Didier Bur on SU7 &amp; 8: It works

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      5
      0 Votes
      5 Posts
      511 Views
      B
      I tried with a much simpler terrain and it works perfectly. Something must be wrong with my terrain. Thanks for all. Weather: Jingle bells, jingle bells... what a christmas mood. Bonnes fêtes
    • B

      (RESOLVED)SUTH beta V0.77 (demo) fails to export with SU 7.1

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      7
      0 Votes
      7 Posts
      910 Views
      B
      Gotcha! Thank you Tomasz
    • B

      How to keep hierarchy from Sketchup to 3D Studio?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      3
      0 Votes
      3 Posts
      305 Views
      B
      Yes i mean 3d max connection extension included in v2011 but when importing it destroys the SU structure. It takes only into account the bottom level component in case of nested components. That is the big issue.
    • B

      [REQUEST] select lines by axis [Plugin]

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      701 Views
      B
      TIG you made my day!!! It works perfectly, it will save me hours of work! Thank you very much! PS: This code could be integrated in Thomthom's classic "selection toys"
    • B

      [REQUEST] Select faces by bitmap RGB values

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      11
      0 Votes
      11 Posts
      2k Views
      plot-parisP
      if there was a way to retrieve the bitmap information, that might be a gread addition to the component spray tool distribution by bitmap...
    • 1 / 1