sketchucation logo sketchucation
    • Login
    1. Home
    2. ninehundred
    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
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 13
    • Groups 1

    Topics

    • N

      Selection problems

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      4
      0 Votes
      4 Posts
      88 Views
      D
      Thomthom's Selection Toys and Cleanup plugins may also be useful here.
    • N

      Advanced polar array

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      14
      0 Votes
      14 Posts
      570 Views
      N
      thank you so much, this is great!
    • N

      Array to or from objects

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      5
      0 Votes
      5 Posts
      186 Views
      TIGT
      It works on a selection so you need to select some objects before running the code. Incidentally, I recommend that you do use a component for the marker, otherwise a raw geometry circle will have many 'parts' [face+all_edges] that with each return a 'center' ! Were there no messages in the Console? It probably said 'true' when it immediately finished processing the empty selection ! Try as I say and report what happens... It works for me. here's the line with the 2 'center' methods added... m=Sketchup.active_model;a=m.selection.to_a;m.start_operation('x');a.dup.each{|o|;g=m.active_entities.add_group();e=g.entities;(a-[o]).each{|i|e.add_line(o.bounds.center, i.bounds.center)}};m.commit_operation
    • 1 / 1