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

    [Plugin] Edge Tools

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

      Sorry about replacing the Divide Face video is a poorer quality YouTube video, but I ran out of bandwidth on Screencast and I did not have the original video.

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

      1 條回覆 最後回覆 回覆 引用 0
      • pilgerP 離線
        pilger
        最後由 編輯

        Hey thom!

        I wonder if the simplify curve bit work with closed curves or even surfaces. I find myself in a position in which i imported geometry from a DWG and it left me with some insanely segmented edges. I'm trying to find a method to simplify this thing which complies with the Human Rights.

        I've uploaded a small sample to make it clearer.

        Thanks in advance.
        EDIT:
        Found a neat SimplifyCountours.rb script right on the SketchUp repository (http://sketchup.google.com/download/rubyscripts.html). Silly me.

        I figured i should post it here in order to help whoever has a similar issue, since it's somehow related to the plugin subject.

        I'll be keeping your plugin though, thom. It's pure juice. Keep it up!


        Segments from imported geometry

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

          I realised last week that it did not work for closed curves. But this I should be able to make work.

          However, it will not work with faces attached.

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

          1 條回覆 最後回覆 回覆 引用 0
          • pilgerP 離線
            pilger
            最後由 編輯

            That wouldn't be much of a problem. There's a pretty good Make Face plugin around (i don't remember who wrote it, though).

            I'm having some difficulties in using that Simplify thingy i've found as it uses angles to do the dirty job and not the neat Rammer-Douglas_Peucker algorhithm. 😕

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

              Yea - it's why I was looking for a different algorithm as I found that Simplify didn't preserve the overall shape as well.

              From your screenshot it looks as though you have a lot of criss-crossing curves. That leads to problems with any curve simplification algorithms.

              In my DP implementation I pre-process the selection to locate curve segments. A curve segment is only valid if it doesn't have faces connected or forks. Anything that doesn't fit the requirements is silently ignored.

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

              1 條回覆 最後回覆 回覆 引用 0
              • pilgerP 離線
                pilger
                最後由 編輯

                Indeed, i realise the crossing is a bit of a problem. However, i separated them all in groups (which is basically double clic and group, being a fairly easy task) so i guess that wouldn't get much in the way.

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

                  hm... I guess it could be made into an option to consider a curve segment to be between forks...

                  Adding to Experiment list.

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

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

                    Version 1.1.2
                    Important Bug Fix!
                    Fixed incorrect lengths for Divide Face tool.

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

                    1 條回覆 最後回覆 回覆 引用 0
                    • pilouP 離線
                      pilou
                      最後由 編輯

                      Perfection is not for this world 😉

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

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

                        Hi Thomtom,
                        First, thanks for your hours spent making all these plugins. its a wonder google dont take some onboard for future su releases.
                        I not very technically inclined when it comes to 3d terminology, just want to ask about importing terrain from google earth (get current view ), If I get a few views all slightly overlapping,then explode and toggle terrain, I get holes and overlaps and mess.
                        Which one of your scripts is best to clean this up? Edge tools or cleanup rb?
                        Also in su 8 get current view is no longer in the google toolbar?

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

                          RESPECT ++
                          u saved my life again...TQ very much

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

                            Version 1.1.3
                            Important Update! Now handles curves the forms loops.

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

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

                              Damn how could I miss it? Excellent! With this set of tools you came very close to the one of the biggest hemorrhoids in my workflow- the acad generated arcs\polylines\curves. They typically overlap, cut each other, have different segment length and stray ends etc. If only you could make something in this direction 😉


                              kkk.skp


                              Capture.JPG

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

                                Overlapping curves that intersect each other is troublesome. It's something that should be corrected in Autocad before importing as it'd be difficult to separate them afterwars. ("Garbage in garbage out")
                                As for the curve segments - Fredo's Bezier Curve tool let you convert curves into parametric curves you can adjust - can be used to interpolate I think. Maybe his plugin could be automated to process a set of curves?

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

                                1 條回覆 最後回覆 回覆 引用 0
                                • B 離線
                                  bentleykfrog
                                  最後由 編輯

                                  Awesome toolset, would be nice if divide faces preserved the edges soft, smooth and hidden properties though.

                                  thanks thomthom

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

                                    @bentleykfrog said:

                                    Awesome toolset, would be nice if divide faces preserved the edges soft, smooth and hidden properties though.

                                    thanks thomthom

                                    Good idea. I have an update coming up very shortly. Though it won't make it for that, but I'll be on my todo list. 👍

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

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

                                      Version 2.0.0

                                      • Bug fixes
                                      • Toolbar
                                      • Close Gaps
                                      • Erase Stray Curves

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

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • srxS 離線
                                        srx
                                        最後由 編輯

                                        Thank you, thank you, thankyou...

                                        www.saurus.rs

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

                                          Version 2.0.1

                                          • Fixed minor issue where the plugin might throw an error if another plugin hadn't already loaded TT_Lib2.

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

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

                                            Capture.PNG

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 10
                                            • 11
                                            • 3 / 11
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement