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

    [Plugin][$] RoundCorner - v3.4a - 31 Mar 24

    Scheduled Pinned Locked Moved Plugins
    1.5k Posts 470 Posters 3.3m Views 469 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.
    • Bob JamesB Offline
      Bob James
      last edited by

      @jean-franco said:

      you have to change the default parameter (1000mm) to a smaller value or draw a bigger circle.

      Yes, I knew that but just wanted to see what would happen with the randomly sized circle I drew. 😄

      Still a fascinating result!

      i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

      1 Reply Last reply Reply Quote 0
      • fredo6F Offline
        fredo6
        last edited by

        @bob james said:

        Still a fascinating result!

        Actually creating black holes and big bang effects was the primary goal of the plugin. It is just a side effect that it sometimes round edges and corners, but promised, I'll fix this inconvenience:D 😄

        1 Reply Last reply Reply Quote 0
        • Bob JamesB Offline
          Bob James
          last edited by

          @unknownuser said:

          I'll fix this inconvenience:D

          Fix it? FIX IT??? It's perfect already 🤣

          i7-4930K 3.4Ghz, 2x GTX780 6GB, 32GB DDR3-1600 ECC, OCZ Vertex 4 500GB, WD Black 3TB, 32TB NAS, 4x 27" Monitors, SpaceMouse Pro, X-keys XK-60

          1 Reply Last reply Reply Quote 0
          • D Offline
            ddcddc
            last edited by

            This is great stuff! thank you so much for your effort!

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

              Another outstanding plugin, thank you. I was especially amazed at your brilliant and innovative use of openGL for the toolbar - it opens another world of possibilities I had never considered... who needs WebDialogs? 😆

              Hi

              1 Reply Last reply Reply Quote 0
              • thomthomT Offline
                thomthom
                last edited by

                @jim said:

                Another outstanding plugin, thank you. I was especially amazed at your brilliant and innovative use of openGL for the toolbar - it opens another world of possibilities I had never considered... who needs WebDialogs? 😆

                This is true - I can think of a number of plugins that could do with OpenGL type UI instead of webdialogs. I hope I can master it for Selection Toys 2.0

                Thomas Thomassen — SketchUp Monkey & Coding addict
                List of my plugins and link to the CookieWare fund

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

                  @unknownuser said:

                  Actually creating black holes and big bang effects was the primary goal of the plugin. It is just a side effect that it sometimes round edges and corners, but promised, I'll fix this inconvenience:D 😄

                  And here we get a glimpse of another side of Mr. Fredo6, in case any of you thought he was just a tarball of code.

                  A salute to you Fredo6.

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

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    DIEGO-RODRIGUEZ
                    last edited by

                    fredo, RoundCorner can be applied in the future to generate edges, with shape conical?

                    as in the picture, but for more complex forms

                    http://img134.imageshack.us/img134/9927/sinttulo1zod.jpg

                    1 Reply Last reply Reply Quote 0
                    • C Offline
                      cyan.archnet
                      last edited by

                      truly SUPERB, will definitely try this one, THANKS A LOT! 👍 👍

                      1 Reply Last reply Reply Quote 0
                      • fredo6F Offline
                        fredo6
                        last edited by

                        @unknownuser said:

                        fredo, RoundCorner can be applied in the future to generate edges, with shape conical?

                        as in the picture, but for more complex forms

                        http://img134.imageshack.us/img134/9927/sinttulo1zod.jpg

                        Unfortunately, the script is not able to manage rounding with variable radius. It would be a different approach, both for the GUI and for the calculation (and a headache for programming in the general case).

                        Fredo

                        1 Reply Last reply Reply Quote 0
                        • EarthMoverE Offline
                          EarthMover
                          last edited by

                          Fredo, You did something in this script that I don't think has been accomplished before. Namely, you allow the user to exit and switch tools in the middle of a calculation. This is also the only tool that allows me to switch to another window while it processes without the screen turning white and going to into the spinning circle icon. Is this something other coders could implement, or is it something specific you did within your LibFredo plugin????

                          3D Artist at Clearstory 3D Imaging
                          Guide Tool at Winning With Sketchup
                          Content Creator at Skapeup

                          1 Reply Last reply Reply Quote 0
                          • free agentF Offline
                            free agent
                            last edited by

                            yup i agree truely a pioneer, i love this pluggin so much i feel i need to post again and say thank you 👍

                            http:i167.photobucket.comalbumsu143FreeAgent84bug.gif

                            1 Reply Last reply Reply Quote 0
                            • fredo6F Offline
                              fredo6
                              last edited by

                              @earthmover said:

                              Fredo, You did something in this script that I don't think has been accomplished before. Namely, you allow the user to exit and switch tools in the middle of a calculation. This is also the only tool that allows me to switch to another window while it processes without the screen turning white and going to into the spinning circle icon. Is this something other coders could implement, or is it something specific you did within your LibFredo plugin????

                              This is actually tricky but with no magic. I can be done by everyone. I just cut the calculation into slices and give back control to GUI from time to time.
                              For Ruby programmers: Threads do not work well in SU7, because SU deactivates the main GUI thread for speed, and anyway, this method leads to twice the time when not interrupted. So I default back to the old good UI.start_timer.

                              1 Reply Last reply Reply Quote 0
                              • thomthomT Offline
                                thomthom
                                last edited by

                                How long do you set the timer's timeout to?

                                Thomas Thomassen — SketchUp Monkey & Coding addict
                                List of my plugins and link to the CookieWare fund

                                1 Reply Last reply Reply Quote 0
                                • fredo6F Offline
                                  fredo6
                                  last edited by

                                  @thomthom said:

                                  How long do you set the timer's timeout to?

                                  Currently 1 second, to give some quick feedback when the user press Escape or click in the viewport.

                                  1 Reply Last reply Reply Quote 0
                                  • pep75P Offline
                                    pep75
                                    last edited by

                                    Brilliant Fred06! Great programming!!! I really really wonder whether Google looks to these plugins, because you can't really model without them actually...But nevertheless they couldn't do better then you've done! Great!

                                    Grtzzzzzz
                                    Pep

                                    1 Reply Last reply Reply Quote 0
                                    • plot-parisP Offline
                                      plot-paris
                                      last edited by

                                      thank you very much, fredo. another fantastic plugin. the ammount of control you give to the user, while keeping it easy to use is really great.

                                      I am very grateful. that is one functionality dearly needed in SketchUp...

                                      1 Reply Last reply Reply Quote 0
                                      • L Offline
                                        lexmonteiro
                                        last edited by

                                        Thank you fredo!
                                        If you start to use, you can´t live without it anymore!

                                        1 Reply Last reply Reply Quote 0
                                        • S Offline
                                          s1design
                                          last edited by

                                          I just came across this plug-in and it is exactly what I have been searching for... this is an awesome one.

                                          S - - W - EET ! ! !

                                          Great Job.

                                          1 Reply Last reply Reply Quote 0
                                          • D Offline
                                            Dvanex
                                            last edited by

                                            Thanks so much. I just couldn't visualize my remodeled bedroom when the mattress was a rectangular prism.

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 70
                                            • 71
                                            • 72
                                            • 73
                                            • 74
                                            • 73 / 74
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement