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

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

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

      Xcelente Graciassss

      1 條回覆 最後回覆 回覆 引用 0
      • S 離線
        sus4
        最後由 編輯

        Can future scrub mouse adjust scale ?

        1 條回覆 最後回覆 回覆 引用 0
        • I 離線
          IAN21
          最後由 編輯

          how to download this plugin? i am just new here...
          😍

          1 條回覆 最後回覆 回覆 引用 0
          • _ 離線
            _reinhart
            最後由 編輯

            I am trying to get Round Corner to work in SU2016. I keep getting the error message that tells me I need to have the LibFredo6 installed (see image), but I know that I have LibFredo6 installed because I am using other plugins that require it and they are working fine. Any suggestions would be great!

            Thanks!
            Chris


            Sketchup Error Message.PNG

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

              Have you tried installing the latest version of LibFredo6? If you are running older versions of the other Fredo extensions, they might not require the newer revision of LibFredo6. Maybe you should also check to see if there are updates for those other extensions. If you are using the SCF Plugin Store, updating them should only take seconds.

              Etaoin Shrdlu

              %

              (THERE'S NO PLACE LIKE)

              G28 X0.0 Y0.0 Z0.0

              M30

              %

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

                I am having the same issue here.
                It does work ok on my laptop with Win7 and SU2016 and only libfredo and round corner.
                But on my linux box under wine with both libfredo and roundcorner, it does show the same error message as _reinhart asking for libfredo...

                Is there a debug flag somewhere to get some details in the ruby console? Maybe something else i can try to give you a more detailed error report. As a software dev, I can help you debug this, but with some guidance because I am not familiar with ruby.

                chowette

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

                  @chowette said:

                  But on my linux box under wine with both libfredo and roundcorner, it does show the same error message as _reinhart asking for libfredo...

                  I think on Linux, the problem may come from the order of loading.
                  So the best is to delete the file Fredo6_Roundcorner.rb (and thus run without security mode).

                  Fredo

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

                    @fredo6 said:

                    I think on Linux, the problem may come from the order of loading.

                    Yes this is the problem, if I run

                    load "Fredo6_Roundcorner.rb"
                    

                    in the console, it runs ok.

                    @fredo6 said:

                    So the best is to delete the file Fredo6_Roundcorner.rb (and thus run without security mode).

                    that does nothing; eg. no error, but no plugins loaded either.
                    I have fixed it by requiring explicitly libFredo6 before using it.

                    here is my Fredo6_Roundcorner.rb

                    
                    =begin
                    #---------------------------------------------------------------------------------------------------------
                    #*********************************************************************************************************
                    # Copyright © 2015 Fredo6 - Designed and written August 2011 by Fredo6
                    #
                    # Permission to use this software for any purpose and without fee is hereby granted
                    # Distribution of this software for commercial purpose is subject to;
                    #  - the expressed, written consent of the author
                    #  - the inclusion of the present copyright notice in all copies.
                    
                    # THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
                    # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
                    # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
                    #-----------------------------------------------------------------------------
                    # Description	;  Generic top loader for LibFredo6-compliant scripts.
                    #
                    # This file does checking on the environment for correct installation of LibFredo6 and the script itself
                    # The file is identical for all my plugins relying on LibFredo6
                    #*********************************************************************************************************
                    #---------------------------------------------------------------------------------------------------------
                    =end
                    
                    require 'sketchup.rb'
                    require 'extensions.rb'
                    require 'Fredo6_!LibFredo6.rb'  # explicit call to fix loading order under wine on linux
                    
                    module Fredo6
                    
                    if defined?(LibFredo6.top_load)
                    	hsh_ext, plugin, ext = LibFredo6.top_load(__FILE__, true)
                    	if hsh_ext && plugin && !ext
                    		ext = SketchupExtension.new hsh_ext[;name], hsh_ext[;floader]
                    		ext.creator = hsh_ext[;creator] 
                    		ext.description = hsh_ext[;description] 
                    		ext.version = hsh_ext[;version] 
                    		ext.copyright = hsh_ext[;copyright] 	
                    		status = Sketchup.register_extension ext, true
                    		plugin.load_finalize ext
                    	end	
                    else	
                    	UI.messagebox "You must install LibFredo6 version 6.9 or higher to run #{File.basename(__FILE__, ".rb")}"
                    end
                    
                    end	#module Fredo6
                    
                    

                    note sure if it is the right thing to do...

                    Chowette

                    1 條回覆 最後回覆 回覆 引用 0
                    • P 離線
                      pmgbubolz
                      最後由 編輯

                      Plugin is extremely useful! But it would be even more powerful if allow different values for angles.

                      Any possibility to add this functionality?


                      round.png

                      1 條回覆 最後回覆 回覆 引用 0
                      • K 離線
                        keyudits
                        最後由 編輯

                        Im running into an issue where I am trying to smooth out the tops, corners and bottoms of an interior rectangle, (think, bathtub.) but when I execute it appears as though the program just fills in the interior space.
                        I have had good luck with interior and exterior corners, just not combining edges and corners..any suggestions?

                        1 條回覆 最後回覆 回覆 引用 0
                        • BoxB 離線
                          Box
                          最後由 編輯

                          Do you mean like this?
                          Round corner will often fill in faces and you just need to remove them.


                          Rcorn.gif

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

                            @numerobis said:

                            The edges are showing up correctly (hard edges) but the shading is messed up in display and rendering.
                            I have to use the smoothing controls after the beveling and set it to hard egdes again to get this fixed.

                            Any chance to get this fixed? Here is an example how it looks like in SU. Just like smoothing >45° + hard edges.
                            The left cube is the direct result of the beveling. The right one is the same model with corrected normals (0°).

                            https://abload.de/img/chamfer017fu3y.png

                            (The lighting is the same)

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

                              @box said:

                              Do you mean like this?
                              Round corner will often fill in faces and you just need to remove them.

                              Fredo, is this an unavoidable side effect which can't be fixed?

                              1 條回覆 最後回覆 回覆 引用 0
                              • K 離線
                                keyudits
                                最後由 編輯

                                @box said:

                                Do you mean like this?
                                Round corner will often fill in faces and you just need to remove them.

                                yes! didnt think to try that. I appreciate the speedy response.

                                1 條回覆 最後回覆 回覆 引用 0
                                • W 離線
                                  whitelock
                                  最後由 編輯

                                  Hi any ideas what combination of edge filters i need on round corner in order to just see the border lines. look at the image. On the left is how I would like to see it on the right is the best I can get and I end up having to do loads of clean up. any help greatly appreciated


                                  Screen Shot 2016-08-26 at 10.49.41.png

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • BoxB 離線
                                    Box
                                    最後由 編輯

                                    Could you attach that model so we can look at it, as I can't replicate your problem.

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • deaneauD 離線
                                      deaneau
                                      最後由 編輯

                                      @whitelock
                                      Try to select your lines and then use hide (from context-menu)

                                      MADE, BORN AND LIVING IN BERLIN
                                      Big Thank You to all Programmers
                                      Some German words are so long that they have a perspective. M.Twain

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

                                        NEW RELEASE: RoundCorner v3.1b - 04 Sep 16

                                        RoundCorner 3.1b is a maintenance release. It fixes a bug preventing to make a sphere and a dome from a cube, as shown in the video below.

                                        RoundCorner - Sphere and Dome.gif

                                        See main post of this thread for Download.

                                        Fredo

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • pep75P 離線
                                          pep75
                                          最後由 編輯

                                          Great Fredo!!! Thanks!

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • sicksickisckS 離線
                                            sicksickisck
                                            最後由 編輯

                                            hmm 3.1b so You mean there are no overlaps problem now ?!

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

                                            Advertisement