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

    Sketchup is Inacurrate???

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

      "but still with the correct entity info"? As it says Circle after merged?
      For me it said Arc until I reopened the file, then it said Circle. Your model opens with a "Circle".

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

      1 條回覆 最後回覆 回覆 引用 0
      • jeff hammondJ 離線
        jeff hammond
        最後由 編輯

        another quick point along these lines..

        @thomthom said:

        You'd think it should be able to do that. It nearly does that.

        aside from the ability for an arc to always remain an arc, an offset arc should create a new arc.. for one, it makes too much sense for an offset of an arc to be an arc but it will also further tighten up a consistent behavior throughout sketchup..

        if we draw a surface whose perimeters contain an arc(s) then push/pull the surface, the newly created edges will also be arcs..
        so that should happen as well in an offset.

        dotdotdot

        1 條回覆 最後回覆 回覆 引用 0
        • DesertRavenD 離線
          DesertRaven
          最後由 編輯

          I was wondering if the core problem with arches and the resulting shortcoming geometry is in fact what is keeping, or has kept, the developers from creating tools for curved surfaces?
          Like e.g the in ability to provide any mapping for curved surfaces or the native lack of the push pull tool to perform an extrusion on a curved surface?

          @ TIG Out of an architectural standpoint, this is what I expect of how it needs to be.

          The respective pieces of my arch need to be consistent and not perpendicular. Be it round or segmented same thing.


          http://img841.imageshack.us/img841/3737/archexpect.jpg

          simplicity is the ultimate sophistication

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

            Well, in theory we can create ourselves what SketchUp doesn't provide. Except some fundamental things such that we cannot introduce true curves - we cannot introduce new entity types. We can create abstractions. Like, in order to map curves surfaces and create ring and loop selections I wrote QuadFace Tools - which tries to build a toolkit that will let you create and manage non-planar quads. Similarly I'm developing BezierSurface, which allows you to create and manipulate (and UV map) quad-bezier-patches.

            However, since there is no way to hook into the native tools to make them understand these new abstractions I'm doing, I need to write a complete set of tools for everything.

            Mind you, aside from SketchUp's way of dealing with arcs, I find it's lack of the "quad" concept the most limiting. Everything becomes so much easier of surfaces are built up on units of quads. Mapping and traversing becomes logical and rational in terms of a computer - which doesn't have the insight to understand what the whole mesh really represent, only understanding the geometry on a the most naive level of vertices, edges and faces.

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

            1 條回覆 最後回覆 回覆 引用 0
            • gillesG 離線
              gilles
              最後由 編輯

              Just a basic, try to draw 3 tangent circles with native tools and tell me how much time you spend.

              Of course they must intersect.


              3 tangent circles.png

              " c'est curieux chez les marins ce besoin de faire des phrases "

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

                @desertraven said:

                I was wondering if the core problem with arches and the resulting shortcoming geometry is in fact what is keeping, or has kept, the developers from creating tools for curved surfaces?

                hm... you where perhaps talking about the developers of SketchUp instead of plugin developers?

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

                1 條回覆 最後回覆 回覆 引用 0
                • jeff hammondJ 離線
                  jeff hammond
                  最後由 編輯

                  @gilles said:

                  Just a basic, try to draw 3 tangent circles with native tools and tell me how much time you spend.

                  Of course they must intersect.

                  haha olav.. we need a better challenge .. i did that in 10 seconds using only the circle tool.. 🤓

                  oops.. gilles posted that example..

                  %(#FFFFFF)[• using only the circle tool ---
                  • draw a 3 sided circle
                  • using each of the 3 vertices as center points, draw circles whose radii span to the midpoints of the triangle..
                  ]

                  dotdotdot

                  1 條回覆 最後回覆 回覆 引用 0
                  • DesertRavenD 離線
                    DesertRaven
                    最後由 編輯

                    @thomthom said:

                    Well, in theory we can create ourselves what SketchUp doesn't provide. Except some fundamental things such that we cannot introduce true curves - we cannot introduce new entity types. We can create abstractions. Like, in order to map curves surfaces and create ring and loop selections I wrote QuadFace Tools - which tries to build a toolkit that will let you create and manage non-planar quads. Similarly I'm developing BezierSurface, which allows you to create and manipulate (and UV map) quad-bezier-patches.

                    However, since there is no way to hook into the native tools to make them understand these new abstractions I'm doing, I need to write a complete set of tools for everything.

                    Mind you, aside from SketchUp's way of dealing with arcs, I find it's lack of the "quad" concept the most limiting. Everything becomes so much easier of surfaces are built up on units of quads. Mapping and traversing becomes logical and rational in terms of a computer - which doesn't have the insight to understand what the whole mesh really represent, only understanding the geometry on a the most naive level of vertices, edges and faces.

                    I agree, there is alack of SU to create clean usable geometry. I used your quad tools and also some of TIG's tools to save the day.
                    I had a thought that I would like to convey to you guys, and that is SU has a tape measure tool, a protractor tool, to draw straight construction lines, BUT it does not have a compass tool.
                    Such a compass tool could help to snap on centers of any round geometry or it could help finding accurate intersections.

                    Anyone who works in architecture and has ever measured a house "as is" knows that you have to make diagonal measurements to verify a floor-plans squareness or to measure a floor-plan accurately that is at any given angel.

                    Maybe that would be a do-able plug in? just a circular construction line consisting of a dotted line like the straight construction line with the maximum accuracy that SU can give? With a radius as parameter and that is able to intersect lines and construction lines?

                    simplicity is the ultimate sophistication

                    1 條回覆 最後回覆 回覆 引用 0
                    • DesertRavenD 離線
                      DesertRaven
                      最後由 編輯

                      @thomthom said:

                      @desertraven said:

                      I was wondering if the core problem with arches and the resulting shortcoming geometry is in fact what is keeping, or has kept, the developers from creating tools for curved surfaces?

                      hm... you where perhaps talking about the developers of SketchUp instead of plugin developers?

                      Yes the SU developers. You guy's are doing a great job

                      simplicity is the ultimate sophistication

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

                        @gilles said:

                        Just a basic, try to draw 3 tangent circles with native tools and tell me how much time you spend.

                        Of course they must intersect.

                        10 sec? 😄


                        Cattura.JPG

                        1 條回覆 最後回覆 回覆 引用 0
                        • jeff hammondJ 離線
                          jeff hammond
                          最後由 編輯

                          @massimo said:

                          @gilles said:

                          Just a basic, try to draw 3 tangent circles with native tools and tell me how much time you spend.

                          Of course they must intersect.

                          10 sec? 😄

                          use the circle tool with 3 sides to draw your triangle.. shave off a few more seconds 😉

                          dotdotdot

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

                            Indeed. 😆

                            1 條回覆 最後回覆 回覆 引用 0
                            • DesertRavenD 離線
                              DesertRaven
                              最後由 編輯

                              @massimo said:

                              @gilles said:

                              Just a basic, try to draw 3 tangent circles with native tools and tell me how much time you spend.

                              Of course they must intersect.

                              10 sec? 😄

                              If they are the same diameter, it's quite easy, draw a 3 sided polygon, make it a component, then draw a circle with e.g. 24 segments from each corner to the mid of each side of the polygon, voila!

                              simplicity is the ultimate sophistication

                              1 條回覆 最後回覆 回覆 引用 0
                              • gillesG 離線
                                gilles
                                最後由 編輯

                                circles are not supposed to be equal and they must intersect.
                                well show me your files.

                                " c'est curieux chez les marins ce besoin de faire des phrases "

                                1 條回覆 最後回覆 回覆 引用 0
                                • jeff hammondJ 離線
                                  jeff hammond
                                  最後由 編輯

                                  @gilles said:

                                  circles are not supposed to be equal and they must intersect.
                                  well show me your files.

                                  oh.. i didn't get the part about unequal circles.. so all the results discussed so far look something like this

                                  3circs.skp

                                  edit-- and we can't do 3 unequal circles in sketchup without using a plugin or a hack i'm not too fond of..
                                  and even then, we'll only get true results in certain cases.. (and i might be saying some of this too soon without thinking it all the way through.. but feel free to prove me wrong 😉 )

                                  dotdotdot

                                  1 條回覆 最後回覆 回覆 引用 0
                                  • gillesG 離線
                                    gilles
                                    最後由 編輯

                                    in fact , what I was pointing is that you cannot draw accurate or precise with circle or arc tool, like bisector tangent etc... all things I learnt to draw by hand long time ago which is called geometry.

                                    " c'est curieux chez les marins ce besoin de faire des phrases "

                                    1 條回覆 最後回覆 回覆 引用 0
                                    • jeff hammondJ 離線
                                      jeff hammond
                                      最後由 編輯

                                      @gilles said:

                                      in fact , what I was pointing is that you cannot draw accurate or precise with circle or arc tool, like bisector tangent etc... all things I learnt to draw by hand long time ago which is called geometry.

                                      👍 right gilles.. i was just ribbing you on the last page even though i knew what you were getting..
                                      that ability is sorely missed in SU
                                      a few times i've seen the idea of construction circles being in sketchup which would be great to have as well.

                                      dotdotdot

                                      1 條回覆 最後回覆 回覆 引用 0
                                      • DesertRavenD 離線
                                        DesertRaven
                                        最後由 編輯

                                        @gilles said:

                                        in fact , what I was pointing is that you cannot draw accurate or precise with circle or arc tool, like bisector tangent etc... all things I learnt to draw by hand long time ago which is called geometry.

                                        You can get somewhat close with the arch tool, since it shows a tangent continuation. But of course far from accurate not only because of the segmentation.

                                        So I still wonder if someone could write a compass plug in for Sketchup? To create circular construction lines?

                                        Or is that just a nice fantasy?

                                        simplicity is the ultimate sophistication

                                        1 條回覆 最後回覆 回覆 引用 0
                                        • gillesG 離線
                                          gilles
                                          最後由 編輯

                                          @unknownuser said:

                                          a few times i've seen the idea of construction circles being in sketchup which would be great to have as well.

                                          That is the reason I am looking to Rhino, Bonzai and Moi.

                                          At this point I really need to draw accurately.
                                          It has been a long time we were asking for fix in sketchup with poor replies. 👎

                                          " c'est curieux chez les marins ce besoin de faire des phrases "

                                          1 條回覆 最後回覆 回覆 引用 0
                                          • DesertRavenD 離線
                                            DesertRaven
                                            最後由 編輯

                                            @gilles said:

                                            @unknownuser said:

                                            a few times i've seen the idea of construction circles being in sketchup which would be great to have as well.

                                            That is the reason I am looking to Rhino, Bonzai and Moi.

                                            At this point I really need to draw accurately.
                                            It has been a long time we were asking for fix in sketchup with poor replies. 👎

                                            I would recommend Rhino; for precision and for architecture.

                                            simplicity is the ultimate sophistication

                                            1 條回覆 最後回覆 回覆 引用 0
                                            • 1
                                            • 2
                                            • 9
                                            • 10
                                            • 11
                                            • 12
                                            • 13
                                            • 25
                                            • 26
                                            • 11 / 26
                                            • 第一個貼文
                                              最後的貼文
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement