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

    Topics

    • P

      Bounding Box Align With Group

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      5
      0 Votes
      5 Posts
      13k Views
      R
      S4u has this tool.
    • P

      Make Face Multiple Solids

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      8
      0 Votes
      8 Posts
      2k Views
      sdmitchS
      Repaired SimpleFrame and code used mod = Sketchup.active_model ent = mod.active_entities sel = mod.selection SKETCHUP_CONSOLE.clear ent.grep(Sketchup;;Group).each{|g| edg = g.entities.grep(Sketchup;;Edge).select{|e|e.faces.count==1} edg.each{|e|e.find_faces}; remove=[] g.entities.grep(Sketchup;;Edge).each{|e| remove<<e if e.faces.length==2 && e.faces[0].normal.parallel?(e.faces[1].normal)} ent.erase_entities(remove.reverse) } SimpleFrameRepaired.skp
    • P

      Auto Flat Text or Label

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      3
      0 Votes
      3 Posts
      14k Views
      P
      @sdmitch said: Select groups. Copy and paste the following code into the Ruby Console and press Enter. mod = Sketchup.active_model > ent = mod.active_entities > sel = mod.selection > sel.grep(Sketchup;;Group).each{|g| > pt = Geom;;Point3d.linear_combination(0.5,g.bounds.corner(4),0.5,g.bounds.corner(7)) > ent.add_text(g.name,pt,[0,0,g.bounds.depth]) > } > Oh MAN! Sorry for the incredibly late reply on this. Thank you! Its crazy that sketchup doesnt have a bult in feature to do BOM with bubble callouts etc.
    • P

      Auto group according to instance names

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      9
      0 Votes
      9 Posts
      971 Views
      P
      OK, now we are in business, thank you thank you, this is exactly what I need.
    • P

      Change material of multiple components

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Feature Requests sketchup
      3
      0 Votes
      3 Posts
      11k Views
      Dave RD
      That's not a slight work around. CutList is designed to work that way. You could make a set of colors with custom names to apply to the different components. If you apply them to the faces in the components, you only need to do that to a single instance and all other instances will get the same treatment. Save your collection of customized colors for later use. [image: tzXN_Screenshot-2_22_20189_35_02AM.png]
    • P

      Rename Group or Component Based on Geometry Name

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Discussions sketchup
      14
      0 Votes
      14 Posts
      2k Views
      P
      Ok so the author of that addon rick got back to me and updated the script and it works exactly how I need it. Thank you everyone for your help, if you need the pluggin make sure you visit smustard.com for a list of there wonderful extensions. Rick also wanted to convey his appreciation for honoring the EULA. Thanks again everyone.
    • 1 / 1