sketchucation logo sketchucation
    • Login
    1. Home
    2. ninehundred
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    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
      74 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
      511 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
      161 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