sketchucation logo sketchucation
    • Login
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    2d Tools Fillet

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    16 Posts 4 Posters 2.8k Views 4 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.
    • B Offline
      Ben Ritter
      last edited by

      Here you go. I was trying to fillet the top edges of the handrail on the ramp.

      SU 8.0.4811

      Thanks. Ben


      No Fillet.skp

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

        See the attached. Is that what you were trying to do? It just did it for me alright.


        No Fillet.skp

        Etaoin Shrdlu

        %

        (THERE'S NO PLACE LIKE)

        G28 X0.0 Y0.0 Z0.0

        M30

        %

        1 Reply Last reply Reply Quote 0
        • B Offline
          Ben Ritter
          last edited by

          Yes Dave, but I just tried it again on the one at the other end and it wiped out all my linework. Using a 3" radius.

          I've used the tool and I know it's not complicated and has worked just great before. ???

          Ben

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

            Strange. I've done that end with no problem either.


            No Fillet.skp

            Etaoin Shrdlu

            %

            (THERE'S NO PLACE LIKE)

            G28 X0.0 Y0.0 Z0.0

            M30

            %

            1 Reply Last reply Reply Quote 0
            • liquid98L Offline
              liquid98
              last edited by

              Exactly the same problem here ...

              Things that flourish fall into decay. This is not-Tao, And what is not-Tao soon ends ~ Lao tse

              1 Reply Last reply Reply Quote 0
              • TIGT Offline
                TIG Moderator
                last edited by

                What problem? πŸ˜•
                Dave and I have both done it just fine...
                It will erase lines that are not needed for faces - like a trim/extend function BUT can you do a step by step description of what you do to 'break it' - this tool has been around for years and it's the first report like this [twice?] πŸ˜’

                TIG

                1 Reply Last reply Reply Quote 0
                • liquid98L Offline
                  liquid98
                  last edited by

                  Hi TIG,

                  The problem started when I moved from a XP machine to my new laptop which runs windows 7. So I went back to the XP machine, and on XP ,2D-fillet works fine.

                  I simply copied all the plugins from the XP-plugins directory to windows7-plugins directory.
                  So I have exactly the same files belonging to 2D-Tools on XP and windows7.

                  All the other plugins work fine, as far as I've tested them..

                  This is what I did to produce the error:

                  -Draw a 2D rectangle from origin. (100;100)
                  -Select 2D fillet
                  -Enter radius --> 10 [RETURN]
                  -select line 1 (it gets blue)
                  -select line 2
                  -Result: the whole rectangle disappears

                  On windows7 the console says:

                  Error; #<NoMethodError; undefined method `explode' for nil;NilClass>
                  C;/Program Files (x86)/Google/Google Sketchup 8/Plugins/2Dtools/2DfilletTool.rb;404;in `create_geometry'
                  C;/Program Files (x86)/Google/Google Sketchup 8/Plugins/2Dtools/2DfilletTool.rb;197;in `onLButtonDown'
                  C;/Program Files (x86)/Google/Google Sketchup 8/Plugins/2Dtools/2DfilletTool.rb;404
                  

                  Is this helpful ??

                  Things that flourish fall into decay. This is not-Tao, And what is not-Tao soon ends ~ Lao tse

                  1 Reply Last reply Reply Quote 0
                  • TIGT Offline
                    TIG Moderator
                    last edited by

                    The explode error is because the arc is initially made and grouped and that is then exploded to ensure it's an arc at the end...
                    The error is because the group [which is also copied from a temporary group for obscure reasons relating to grouped arcs being turned into edges on an explode] isn't getting made and you can't explode 'nil' ?? So the temporary group isn't getting made...
                    It does do one 'risky move' where it groups the arc and connected bits directly they are made BUT as it's all in the 'active_entities' it shouldn't matter as that is the 'safe way'... Weird, especially as it works on earlier versions.
                    I've not heard of this issue before.
                    Have you tried repairing/reinstalling Sketchup?
                    Are you sure the working file ../Plugins/2DTools/2dfilletTool.rb is copied over exactly the same ?

                    TIG

                    1 Reply Last reply Reply Quote 0
                    • TIGT Offline
                      TIG Moderator
                      last edited by

                      Never thought of SP... πŸ˜’
                      That can mess with the built-in Group class etc [most ill-advisedly] - which then might affect some other tools unexpectedly...
                      If you want to use SP3 with other tools loading, it is relatively easy to rewrite the SP code that messes things up...
                      This is the problem file 'fixed' - it can be unzipped and replaces the SP3 folder's file of the same name...
                      Then SP3 should still work OK and the clash is avoided... let me know if it works as I hope...
                      πŸ˜’ClassExtensions.zip

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • liquid98L Offline
                        liquid98
                        last edited by

                        β˜€ β˜€ TIG: you are too good!!

                        Things that flourish fall into decay. This is not-Tao, And what is not-Tao soon ends ~ Lao tse

                        1 Reply Last reply Reply Quote 0
                        • liquid98L Offline
                          liquid98
                          last edited by

                          No reinstall was needed, I found out that 2Dfillet script is working fine with no other plugins installed..
                          So there had to be a script interfering with the 2Dfillet. It turned out to be sketchyphysics3.1.

                          So problem solved, at least on my side. I'm curious though if Ben's problem is solved in the same way.

                          Bye

                          Things that flourish fall into decay. This is not-Tao, And what is not-Tao soon ends ~ Lao tse

                          1 Reply Last reply Reply Quote 0
                          • B Offline
                            Ben Ritter
                            last edited by

                            Hey guys, I've been away from the forum since posting on Friday, but my scenario was basically the same as for liquid98. Moved from XP to Windows 7. I will try your fix TIG or removing SP and let you know.

                            Ben

                            1 Reply Last reply Reply Quote 0
                            • B Offline
                              Ben Ritter
                              last edited by

                              I tried the replacement file and still had vanishing lines and faces. I then removed SP3 and the fillet command worked fine.

                              Thanks. Ben

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                Ben

                                I thought I had the issue with SP sorted - obviously not it has many many files and I thought that by adjusting that one we'd sort out the issue - I'll have another look - so at the moment it's SP OT 2Dfillet [or Mirror] for some of you till I get to the bottom of this... πŸ˜•

                                TIG

                                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