sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    Cutting floor boards out of a cylinder

    Scheduled Pinned Locked Moved Newbie Forum
    sketchup
    20 Posts 5 Posters 650 Views 5 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Dave RD Offline
      Dave R
      last edited by

      @unknownuser said:

      Does sections are like these ? So the Push Pull one face will don't working! ๐Ÿ˜‰

      http://t2.gstatic.com/images?q=tbn;ANd9GcRoHDEM5ZC8XDe-y-QsqiEbOl6-yWeIZJbv77nnVY4ou34m6VUdcQ

      He said he was going to join the planks with dowels which I think would mean there aren't tongues and grooves on the edges so then Push/Pull would work fine. If the planks are joined with tongue and groove joints, it would be best to just redraw the entire plank and cut the ends off as I described.

      Etaoin Shrdlu

      %

      (THERE'S NO PLACE LIKE)

      G28 X0.0 Y0.0 Z0.0

      M30

      %

      1 Reply Last reply Reply Quote 0
      • J Offline
        jkordzi
        last edited by

        Thanks again. You're right that I neglected to "copy" the cylinder into the model. I did as you suggested and restitched the vertices from the top to the bottom of the circles ( I now see the downside of specifying a lot of "sides" when drawing a circle).

        My next challenge is drawing the dowels, which are inserted into the edges of each plank, thus joining it to its neighbor. [Pilou, pls note that these are not typical flooring boards with the tongue and groove profile you suggested. The sides of the planks are smooth and holes are drilled to accommodate the dowels.] I was thinking I would draw the circles for them and then push/pull the hole into the edge of one plank and then try to copy the holes into the neighboring plank somehow. Would the rotate tool be best for this? Is there a faster way to do this for all the planks? Thanks.

        1 Reply Last reply Reply Quote 0
        • Dave RD Offline
          Dave R
          last edited by

          So since you have the planks drawn and cut, try it this way:

          1. Lay out the circles for the holes on the edge of a plank.
          2. Select them and Ctrl+C copy.
          3. Use Push/Pull to push in the the holes to depth.
          4. Close the first plank and open the neighbor.
          5. Click on Edit>Paste in place.
          6. While the pasted circles are still selected, use Move-Copy to copy them to the opposite edge of the plank.
          7. Return to the first edge of this plank and push in the holes.
          8. On the second edge, add or subtract holes as needed.
          9. Select and Ctrl+C copy the circles.
          10. Push in the the holes.
          11. Open the next plank and go up to step 5 and repeat.

          There's a cool plugin from Wudworx that would make this a lot easier but I would suggest that you learn this with the native tools first.

          Etaoin Shrdlu

          %

          (THERE'S NO PLACE LIKE)

          G28 X0.0 Y0.0 Z0.0

          M30

          %

          1 Reply Last reply Reply Quote 0
          • pilouP Offline
            pilou
            last edited by

            So if your plank are strictly "box plank" maybe Slice v5 by Tig will be a cool friend! ?
            (but without an image of one of your plank...maybe i am wrong ๐Ÿ˜„

            No plank to draw!!!
            Just draw a disc then and the plug make all the rest! ๐Ÿ˜‰

            At the end if you want that each different plank must be a component oe a group there are plugins for automatically made that! ๐Ÿ˜‰

            Frenchy Pilou
            Is beautiful that please without concept!
            My Little site :)

            1 Reply Last reply Reply Quote 0
            • Dave RD Offline
              Dave R
              last edited by

              Pilou, Slicer is nice for a lot of things but I don't think it is the right option for this. The OP clearly stated the planks are of varying widths and he wants the ends cut to the radius of the cylinder. Slicer only makes constant width slices and doesn't retain the radiused ends.

              Disk made with Circle and Push/Pull as you suggest.

              After running Slicer.

              Etaoin Shrdlu

              %

              (THERE'S NO PLACE LIKE)

              G28 X0.0 Y0.0 Z0.0

              M30

              %

              1 Reply Last reply Reply Quote 0
              • mitcorbM Offline
                mitcorb
                last edited by

                Will you be showing the dowel pattern here?

                I take the slow, deliberate approach in my aimless wandering.

                1 Reply Last reply Reply Quote 0
                • pilouP Offline
                  pilou
                  last edited by

                  Ah damned, I am disappointed! ๐Ÿ˜ฎ
                  So TIG must improve his plugin! ๐Ÿ˜„

                  Frenchy Pilou
                  Is beautiful that please without concept!
                  My Little site :)

                  1 Reply Last reply Reply Quote 0
                  • pilouP Offline
                    pilou
                    last edited by

                    So my try ๐Ÿ˜„
                    The two "one line" must be a "real one line" written inside the Ruby Console !
                    Face on Component by TIG

                    m=Sketchup.active_model;n=m.active_entities;m.selection.to_a.each{|e|(g=n.add_group(e);g.to_component.definition.name="Face#1")if e.class==Sketchup;;Face}
                    

                    Thickness of a component By SDmitch

                    mod=Sketchup.active_model;sel=mod.selection;sel.grep(Sketchup;;ComponentInstance).each{|c| c.definition.entities.each{|f|(f.pushpull -10;break) if f.class==Sketchup;;Face}}
                    

                    Selection Toy by Thomthom

                    Inverse selection by TIG

                    Radial Move by CPlassais

                    PS Maybe following your version of SU when you "Explode all" , Faces are not trimed by segments ?
                    So Select all / Intersect Selected

                    couvercle_fut.jpg

                    Frenchy Pilou
                    Is beautiful that please without concept!
                    My Little site :)

                    1 Reply Last reply Reply Quote 0
                    • Dave RD Offline
                      Dave R
                      last edited by

                      Anything to keep from using the native tools. ๐Ÿ˜‰

                      Etaoin Shrdlu

                      %

                      (THERE'S NO PLACE LIKE)

                      G28 X0.0 Y0.0 Z0.0

                      M30

                      %

                      1 Reply Last reply Reply Quote 0
                      • pilouP Offline
                        pilou
                        last edited by

                        Not sure you can easily take away pieces between them without plugin! ๐Ÿ˜‰
                        For ten pieces maybe but for 100 ?

                        Frenchy Pilou
                        Is beautiful that please without concept!
                        My Little site :)

                        1 Reply Last reply Reply Quote 0
                        • J Offline
                          jkordzi
                          last edited by

                          Thanks. I've finished the floor boards (yes I put it down for a while). Now I've got a lot of dowel holes in the planks w/ no dowels. Making a dowel is easy, but how would you suggest I insert a copy of it into each of the holes? Is there some way of doing this quickly and accurately?

                          1 Reply Last reply Reply Quote 0
                          • Dave RD Offline
                            Dave R
                            last edited by

                            Make the dowel a component and set its origin and axis alignment so you can simply drop the components in to place. Did you use even spacing between holes? Could you either post the model or at least a screen shot in X-ray mode so we can see the arrangement of the holes??

                            Etaoin Shrdlu

                            %

                            (THERE'S NO PLACE LIKE)

                            G28 X0.0 Y0.0 Z0.0

                            M30

                            %

                            1 Reply Last reply Reply Quote 0
                            • 1 / 1
                            • First post
                              Last post
                            Buy SketchPlus
                            Buy SUbD
                            Buy WrapR
                            Buy eBook
                            Buy Modelur
                            Buy Vertex Tools
                            Buy SketchCuisine
                            Buy FormFonts

                            Advertisement