sketchucation logo sketchucation
    • 登入
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🔌 Smart Spline | Fluid way to handle splines for furniture design and complex structures. Download

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

    已排程 已置頂 已鎖定 已移動 Plugins
    1.5k 貼文 473 Posters 3.4m 瀏覽 472 Watching
    正在載入更多貼文
    • 從舊到新
    • 從新到舊
    • 最多點贊
    回覆
    • 在新貼文中回覆
    登入後回覆
    此主題已被刪除。只有擁有主題管理權限的使用者可以查看。
    • A 離線
      AcesHigh
      最後由 編輯

      RedFoxy, do you still have 2014 installed?

      You can just open 2015 and 2014. Open your file first in 2015. Then in 2014 (it will say it will have to open as read only). Then round corner the objects you want in 2014 and copy to the main file in 2015 (saving once in a while in 2015).

      1 條回覆 最後回覆 回覆 引用 0
      • D 離線
        define
        最後由 編輯

        Hello Fredo,

        can't thank you enough for all your plugins!!! Donate folks!! At the end of the day
        we will have to open our refrigerators door - isn't it?

        I have a question:

        When inspecting the icons for 'RoundCorner' I stumbled upon one which is labeled 'CustomProfile'.

        It however don't seem to be implemented. Did you work on this as well?

        ...absolutely amazed by your work and with maximum respect

        Klaus

        1 條回覆 最後回覆 回覆 引用 0
        • fredo6F 離線
          fredo6
          最後由 編輯

          @define said:

          When inspecting the icons for 'RoundCorner' I stumbled upon one which is labeled 'CustomProfile'.

          It however don't seem to be implemented. Did you work on this as well?

          Klaus,

          Custom profiles (based on a quarter definition of profile) is something that I have included in the code, but I would need to build a kind of GUI to activate it in the script.

          see http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=20485%26amp;start=30#p172163

          Fredo

          RoundCorner custom profiles detail.jpg

          RoundCorner custom profiles detail 2.jpg

          1 條回覆 最後回覆 回覆 引用 0
          • PixeroP 離線
            Pixero
            最後由 編輯

            @unknownuser said:

            Custom profiles (based on a quarter definition of profile) is something that I have included in the code, but I would need to build a kind of GUI to activate it in the script.

            Please do. 😉

            Another small request.
            Would it be possible to make the scripts create quads only? As it is now it also creates triangles.

            triangles.JPG

            1 條回覆 最後回覆 回覆 引用 0
            • thomthomT 離線
              thomthom
              最後由 編輯

              @pixero said:

              Another small request.
              Would it be possible to make the scripts create quads only? As it is now it also creates triangles.

              How would you expect the result would be in quads for that example you posted?

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

              1 條回覆 最後回覆 回覆 引用 0
              • fredo6F 離線
                fredo6
                最後由 編輯

                I think it is rather something like this:

                Quad round corner.png

                Coincidentally, I was just giving an other look at RoundCorner using subdivisions techniques, essentially to generalize usage to complex situations where a pure geometrical construction is not possible.

                Fredo

                1 條回覆 最後回覆 回覆 引用 0
                • pbacotP 離線
                  pbacot
                  最後由 編輯

                  Would it be something like this?

                  EDIT --oh no, the other faces get ruined for quads--I tried applying texture and just realized this and came back to find your post below, Fredo!


                  Screen Shot 2015-01-10 at 8.54.27 AM.png

                  MacOSX MojaveSketchUp Pro v19 Twilight v2 Thea v3 PowerCADD

                  1 條回覆 最後回覆 回覆 引用 0
                  • thomthomT 離線
                    thomthom
                    最後由 編輯

                    @fredo6 said:

                    I think it is rather something like this:

                    [attachment=0:2nffscfk]<!-- ia0 -->Quad round corner.png<!-- ia0 -->[/attachment:2nffscfk]

                    Yea, that type of rounding would be great!

                    @fredo6 said:

                    Coincidentally, I was just giving an other look at RoundCorner using subdivisions techniques, essentially to generalize usage to complex situations where a pure geometrical construction is not possible.

                    👍 👍

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

                    1 條回覆 最後回覆 回覆 引用 0
                    • fredo6F 離線
                      fredo6
                      最後由 編輯

                      @thomthom said:

                      👍 👍

                      I am not so familar with subdivision. But I think you are, as you work on your SubDivide plugin!

                      Fredo

                      1 條回覆 最後回覆 回覆 引用 0
                      • fredo6F 離線
                        fredo6
                        最後由 編輯

                        @pixero said:

                        Another small request.
                        Would it be possible to make the scripts create quads only? As it is now it also creates triangles.

                        [attachment=4:1tjc0skc]<!-- ia4 -->triangles.JPG<!-- ia4 -->[/attachment:1tjc0skc]

                        Another possibility is the double rounding

                        Basically you proceed in 2 steps:

                        1. Round the vertical edge by an offset A (here A = 0.2m)
                          [attachment=3:1tjc0skc]<!-- ia3 -->Double Rounding 1.png<!-- ia3 -->[/attachment:1tjc0skc][attachment=0:1tjc0skc]<!-- ia0 -->Double Rounding 11.png<!-- ia0 -->[/attachment:1tjc0skc]

                        2. Then Round the top edges by an offset B, such as B is lower than A (here B = 0.15 m)
                          [attachment=2:1tjc0skc]<!-- ia2 -->Double rounding 2.png<!-- ia2 -->[/attachment:1tjc0skc][attachment=1:1tjc0skc]<!-- ia1 -->Double Rounding 3.png<!-- ia1 -->[/attachment:1tjc0skc]

                        I can maybe automate this type of double rounding in the Plugin

                        Fredo


                        Double Rounding 1.png


                        Double rounding 2.png


                        Double Rounding 3.png


                        Double Rounding 11.png

                        1 條回覆 最後回覆 回覆 引用 0
                        • Dave RD 離線
                          Dave R
                          最後由 編輯

                          Fredo, it would be very nice if you could implement double rounding. That's essentially the way the real corners would get rounded on the models I draw.

                          Etaoin Shrdlu

                          %

                          (THERE'S NO PLACE LIKE)

                          G28 X0.0 Y0.0 Z0.0

                          M30

                          %

                          1 條回覆 最後回覆 回覆 引用 0
                          • D 離線
                            define
                            最後由 編輯

                            @fredo6 said:

                            @define said:

                            When inspecting the icons for 'RoundCorner' I stumbled upon one which is labeled 'CustomProfile'.

                            It however don't seem to be implemented. Did you work on this as well?

                            Klaus,

                            Custom profiles (based on a quarter definition of profile) is something that I have included in the code, but I would need to build a kind of GUI to activate it in the script.

                            see http://sketchucation.com/forums/viewtopic.php?f=323%26amp;t=20485%26amp;start=30#p172163

                            Fredo

                            =======================================================================================================
                            Thanks for your answer Fredo. A custom profile-option could come in handy when having situations like thick peripheral seams like on leather sofas or cushions made from 'heavy duty' textiles. It's very special though - might be to tricky to use in the end, if it has to many special options, conditions and constraints.

                            thx again for your phantastic work!

                            Klaus

                            1 條回覆 最後回覆 回覆 引用 0
                            • H 離線
                              HirokaMatsuiko2015
                              最後由 編輯

                              Hello thank you for your plugin its very convenient to use

                              i have an idea similar to blender bevel
                              if you choose inner loopcut or Lines then bevel it it will do this effect

                              http://i.imgur.com/AZWBKVP.png

                              1 條回覆 最後回覆 回覆 引用 0
                              • PixeroP 離線
                                Pixero
                                最後由 編輯

                                Maybe this can give you some ideas: http://www.mariussilaghi.com/products/quad-chamfer

                                1 條回覆 最後回覆 回覆 引用 0
                                • C 離線
                                  cdubea
                                  最後由 編輯

                                  Fredo, thanks for this crucial tool that is missing in Sketchup.

                                  I have a question/request. I'm using SketchUp on Dell XPS 13 laptop (Win 8.1). The problem I'm having is the toolbar is compressed in size making it very difficult to use:

                                  http://www.dubea.com/fotos/roundcorner.jpg

                                  Is there any way to expand the toolbar?

                                  Thanks again

                                  Chris

                                  http:www.dubea.orgchris_small.jpg

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • PixeroP 離線
                                    Pixero
                                    最後由 編輯

                                    I have the same problem on my Macbook Pro with Bootcamp and Windows 8.1.
                                    A way of setting the size to fit a certain resolution would be great.

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • M 離線
                                      mrjumpmanv2
                                      最後由 編輯

                                      Hey,

                                      I'm trying to download Roundcorner for sketchup 2015 on windows
                                      I've tried downloading it on sketchucation's plugin downloader
                                      and everytime i try and find it it doesn't show up anywhere. I've
                                      checked the toolbars menu and the extensions tab under preferences
                                      and it's not there. Every time I start up sketchup it gives me this error.
                                      Is this plugin supposed to work with sketchup 2015? Let me know if there's
                                      any more information i can add to help you help me.

                                      Regards,

                                      Christian S.


                                      example 21.jpg

                                      %(#000040)["Anyone who has never made a mistake has never tried anything new."

                                      Albert Einstein]

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • TIGT 離線
                                        TIG Moderator
                                        最後由 編輯

                                        All of Fredo's tools should work with v2015, but you need to install the latest versions from the PluginStore.
                                        AND you must have the latest version of LibFredo installed also available there...
                                        http://sketchucation.com/pluginstore?pln=LibFredo6
                                        The invalid byte UTF-8 suggests an older file version.
                                        It also sometimes occurs with file-paths including weird accented characters etc [although your user-path looks innocuous enough !]

                                        Another issue might be if you have copied over lots of files from an earlier SketchUp version's Plugins folder - you might have copied some old files across which are incompatible/unwanted - wherever possible you should always install fresh/latest copies when setting up your new SketchUp version...

                                        If getting the LibFredo etc doesn't fix things, then please provide screenshot[s] of your Plugins folder's contents, so we can see if you have any old/wrong files that need removing... 🤓

                                        TIG

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • N 離線
                                          NicholasElliott
                                          最後由 編輯

                                          How do you download the file in the first place!?
                                          I need the link to the file in order to install… there used to be a clear button that said ‘DOWNLOAD’!
                                          Where has that gone!?

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • Dave RD 離線
                                            Dave R
                                            最後由 編輯

                                            @nicholaselliott said:

                                            How do you download the file in the first place!?
                                            I need the link to the file in order to install… there used to be a clear button that said ‘DOWNLOAD’!
                                            Where has that gone!?

                                            From the first post in this thread:
                                            Screenshot - 1_17_2015 , 9_47_48 AM.png

                                            It seems pretty clear to me. Do you need more help than that?

                                            Etaoin Shrdlu

                                            %

                                            (THERE'S NO PLACE LIKE)

                                            G28 X0.0 Y0.0 Z0.0

                                            M30

                                            %

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 70
                                            • 71
                                            • 72
                                            • 73
                                            • 74
                                            • 74 / 74
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement