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

    Sketchup is Inacurrate???

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    513 Posts 38 Posters 49.4k Views 38 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.
    • thomthomT Offline
      thomthom
      last edited by

      SketchUp's internal precision when it comes to lengths is 1/1000th of an inch. You can see that in the Ruby Console:

      ` 1.0.to_l == 1.001.to_l

      => true

      1.0.to_l == 1.002.to_l

      => false

      1.0.to_l == 1.0011.to_l

      => false

      1.0.to_l == 1.00101.to_l

      => false`

      If the difference is less than 0.001 then it is considered equal. This kind of comparisons is normal and required when doing floating point comparisons. The difficult part is picking the actual precision - in SketchUp isn't 1/1000th of an inch (0,0254mm). Other applications might have a variables precision, configurable by the user, but SketchUp's is hard-coded.
      I assume SketchUp's precision was picked with architecture in mind where 1/1000th of an inch would be more than enough precision.

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

      1 Reply Last reply Reply Quote 0
      • pilouP Offline
        pilou
        last edited by

        Sure but when you build the Channel Tunnel (50.5 km) you can have 128.27 mm of error ! 😉

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

        1 Reply Last reply Reply Quote 0
        • GaieusG Offline
          Gaieus
          last edited by

          You can get a pick-axe and hammer that small difference off. The trains can slow down in such a turn easily. 😄

          Gai...

          1 Reply Last reply Reply Quote 0
          • ToboboT Offline
            Tobobo
            last edited by

            I get given cad drawings by 'CAD Engineers' all the time. These drawings look great when printed but very few of the lines actually join. They don't use snap tools, their attitude is if it looks good at 1:100 then its fine.

            How hard is it to use the snap to end point or even 'nearest'?

            Toby

            Philippians 4:13

            I can do everything through him who gives me strength.

            1 Reply Last reply Reply Quote 0
            • jeff hammondJ Offline
              jeff hammond
              last edited by

              I guess this thread illustrates how making such a general sweeping statement "sketchup is inaccurate" doesn't really do much good..

              there are quite a few interpretations shown in this thread of what inaccurate actually means..

              I guess whoever said that in the first place might of had an actual/specific gripe but we'll never know if it's user error (most probable) or a shortcoming of sketchup itself.

              carry on 😄

              dotdotdot

              1 Reply Last reply Reply Quote 0
              • pilouP Offline
                pilou
                last edited by

                What happen with this ?
                A circle is simulated or not ?

                http://www.print-value.fr/images/hp-designjet-4000.jpg

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

                1 Reply Last reply Reply Quote 0
                • jeff hammondJ Offline
                  jeff hammond
                  last edited by

                  @unknownuser said:

                  What happen with this ?
                  A circle is simulated or not ?

                  http://www.print-value.fr/images/hp-designjet-4000.jpg

                  I don't really think it matters how accurate sketchup is for that type work (archviz).. as long as the picture looks good or conveys an idea properly, nothing else really matters.

                  accuracy mostly comes into play when you have to actually build what's being drawn.

                  dotdotdot

                  1 Reply Last reply Reply Quote 0
                  • dukejazzD Offline
                    dukejazz
                    last edited by

                    Displaying objects:

                    Accuracy and precision: Accuracy 999,999 to 0.000001 by factor of the units and the zooming changes the slue range of precision.

                    Sketchup can view the very small object with no limits: ?
                    Setting length to mm you can measurement to 1 nano-meter 10^-9 or you may change to another units scale.
                    pic_0049.jpg
                    You can square and resize sketchup objects by the scale tool
                    I use the meshtab to read measure unit only

                    Now if I wanted to show smaller units of measurement I would turn off the display unit format and then write-in the new units of measurementpic_0054.jpg
                    pic_0053.jpg
                    Examples
                    .3 to 3 Angstrom
                    pic_0051.jpg
                    1,75 to 15 femto meters
                    pic_0052.jpg
                    and keep going to dx
                    Sketchup can view the very large object with no limits too: to infinity: Also

                    Now the bad new:
                    Inaccuratcy

                    1. Sketchup with more then one objects in a model must follow this rule: Smallest and biggest objects has to be with in a trillion of each other or they won't be format to GUI.
                      trillion = 1,000,000 x 1,000,000

                    2. Plugin and tools will margin the range of precision in their process so wactch out.
                      ☀ Have a nice day

                    1 Reply Last reply Reply Quote 0
                    • T Offline
                      Trogluddite
                      last edited by

                      Surely, the question really should be "Is sketchup accurate enough?"

                      For example, I create a lot of files for sending to a CNC laser cutting machine. The cutting head movements are driven by stepper motors. Thus, there is a maximum precision that can be reached by the machine (one step of the motor transformed by whatever "transmission" is used.)
                      So, just like SU, the machine does not draw true circles - there are a fixed number of points on the bed to which the head can be sent, with a touch of intertia smoothing the steps a little on the way.

                      So, if I want to obtain e.g. a sufficiently smooth curve, I must judge how many edges are needed based on the precision of my machine and behaviour of the material. 1000 edges would be silly - it would generate a massive CNC file when uploaded to the machine for absolutely no improvement in the end product. If I'm making a hole to clear a 3mm bolt, I may use as few as 10 edges - the bolt head and/or washer will easily cover any slight "raggedness" of the circle.

                      So it all comes down to tolerances - if you saw a plank of wood by hand, there is effectively no difference between 15mm and 15.00034532mm - the "precision" of the numbers is illusory, as you can't possibly cut that accurately.

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

                        @trogluddite said:

                        Surely, the question really should be "Is sketchup accurate enough?"

                        That is still just half the question. Enough for what? For modelling the universe (very large units) or atoms (very small units) then it's not accurate enough. Because it's not designed to handle such extremes.

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

                        1 Reply Last reply Reply Quote 0
                        • GaieusG Offline
                          Gaieus
                          last edited by

                          Don't be so theoretical, TT. "Enough" meaning the normal use of it starting from mechanical design to landscape/urban planning.

                          I have to say that for what I use SU - and that is somewhere between the scope of individual building architecture and landscape/urban size projects, it is accurate enough.

                          I noticed that when surveyors survey land and sites, their "accuracy" is somewhere within the 10 centimetre (~ 4") "tolerance". When I measure an existing building, even if it is new and (supposedly) was built as accurately as the bricklayers/builder can go, there's at least about 1-2 cm (~ 1 ") "tolerance", too.

                          Now why should my models be more accurate? (Of course, I can go for even more accuracy but other than getting things co-planar and arcs meeting in an arch, there's no reason for me).

                          Gai...

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

                            Point being is that in these types of discussions people tend to argue based on their own usage. Usage which often is never mentioned, so people argue on generic terms based on their specific experience. So two participants arguing their case can easily be both simultaneously right and wrong.

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

                            1 Reply Last reply Reply Quote 0
                            • pilouP Offline
                              pilou
                              last edited by

                              Sorry for the question but as I never use with it 😳
                              On a plotter (image above) circles from SU are transformed (postscript or other) or it's just like on the sreen so tiny segments ?
                              From Jeff's answer seems yes (tiny segts)...

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

                              1 Reply Last reply Reply Quote 0
                              • andybotA Offline
                                andybot
                                last edited by

                                @unknownuser said:

                                Sorry for the question but as I never use with it 😳
                                On a plotter (image above) circles from SU are transformed (postscript or other) or it's just like on the sreen so tiny segments ?
                                From Jeff's answer seems yes (tiny segts)...

                                It's always segments as far as I know. Those circles in the mind of SU never translate into CAD circles. I find I have to redraw parts of an autocad export from sketchup because those line jagginess can look really awful on an otherwise smooth plot. Also, all the overlapping and partial line segments are just awful to work with. Don't know if Layout does anything different though, I don't imagine so.

                                http://charlottesvillearchitecturalrendering.com/

                                1 Reply Last reply Reply Quote 0
                                • T Offline
                                  Trogluddite
                                  last edited by

                                  @thomthom said:

                                  Enough for what

                                  He he, yes I was being lazy with my words! "Enough" meaning - enough for the model to meet its ultimate purpose, as decided by the end user (or his/her client/customer).
                                  As you also hinted - the original question is unanswerable because we do not know the purpose of the model - without this information no definitive answer can be given, nor can the OP gauge the usefullness of any advice offered.
                                  The "universe" to "atoms" comparison is interesting - the units within SU are only notional, we are free to interpret the text labels as we wish. I could arbitrarily decide that the letter "m" really means miles or microns (or Mega light years!) if it made my model making more simple - and this would require no adjustment to the internal number representation of the software. In fact, we can see that this is even advisable sometime - use metres as a millimetre substitute to avoid the "small faces" problem.

                                  1 Reply Last reply Reply Quote 0
                                  • genma saotomeG Offline
                                    genma saotome
                                    last edited by

                                    I don't have a problem with SU circles and arcs being a collection of tangents. I do have a problem with the Followme tool not being able extrude a face that is actually congruent to that collection. That, IMO, is an instance of what I would call inaccurate... as in wrong enough that I must do manual corrections to make it right.

                                    1 Reply Last reply Reply Quote 0
                                    • jeff hammondJ Offline
                                      jeff hammond
                                      last edited by

                                      @genma saotome said:

                                      I don't have a problem with SU circles and arcs being a collection of tangents. I do have a problem with the Followme tool not being able extrude a face that is actually congruent to that collection. That, IMO, is an instance of what I would call inaccurate... as in wrong enough that I must do manual corrections to make it right.

                                      can you attach an example .skp to illustrate your issue?

                                      (and yeah, I agree that there's all sorts of problems with follow me... I'm just curious as to what you're trying to do with it)

                                      dotdotdot

                                      1 Reply Last reply Reply Quote 0
                                      • Wo3DanW Offline
                                        Wo3Dan
                                        last edited by

                                        Sketchup is inacurrate???

                                        Hard to answer. As has been said by others here, it depends on what you model and on what you need as a result.

                                        I read the question as: can you rely on SU if you know what you are doing?

                                        Just saying that SketchUp’s limitation is 0.001 inch (0.0254mm) may be difficult to understand. Can’t it do better than that? Is it realy that inaccurate?
                                        See John Bacus’s answer in this thread: http://groups.google.com/a/googleproductforums.com/forum/#!searchin/sketchup/precision$2Binch$2Bjohn/sketchup/MqyEMnjVXjs/rVPdazWSUX4J

                                        At first (at that time) I didn’t fully understand the meaning of this threshold mentioned by John.
                                        Precision goes way beyond that limit. (Although its setting only serves how to display dimensions, etc. It doesn’t have any effect on the modeling itself.)

                                        Thomthom “proved” to me that SketchUp conciders length differences equal to or less than 0.001” as not existing.

                                        To shed some light on what this threshold realy means when modeling I had to put some simple examples together in a model. I’ll share them (the model) here, together with some of my conclusions.

                                        1. SU can’t have any two endpoints in the same context with a distance less than (or equal to) 0.001”.
                                          So the shortest edge is 0.001”+…

                                        2. to model with smaller distances between certain objects you can go way below that 0.001”. But the geometry has to be split over different contexts (groups) to allow endpoints to come as close as 0.000001mm. This can be demonstrated by setting the precision to 0.000001mm.

                                        3. If somehow SU doesn’t accept the small input that you wish to feed, move away first and then back by [same distance+small] input.

                                        FAIK SU itself uses that high precision (and even higher) for correct intersections etc. This is (to me at least) very good to know. It gives me the feeling that at this point I can trust SU’s inferencing engine and what is under the hood.

                                        Even if you model in mm or round inches or more, the program has to do its job at way higher precision to still give you an accurate model.

                                        A (maybe not the best) example:
                                        Think of a stairway, floor to floor 2.75m, 15 steps. => rise 183.333333mm
                                        You may not want to know the rise in three decimals. Millimeters is enough to check its correctness. But it’s good to know that SU divides correctly. Now you don’t have to care about chain dimensions. You can just measure from ground to any of these steps.

                                        p.s. I haven’t played with angles in a similar way (yet).


                                        1/1000" threshold

                                        1 Reply Last reply Reply Quote 0
                                        • genma saotomeG Offline
                                          genma saotome
                                          last edited by

                                          @unknownuser said:

                                          @genma saotome said:

                                          I don't have a problem with SU circles and arcs being a collection of tangents. I do have a problem with the Followme tool not being able extrude a face that is actually congruent to that collection. That, IMO, is an instance of what I would call inaccurate... as in wrong enough that I must do manual corrections to make it right.

                                          can you attach an example .skp to illustrate your issue?

                                          (and yeah, I agree that there's all sorts of problems with follow me... I'm just curious as to what you're trying to do with it)

                                          Sure, I've attached an example. My work flow is to import a template of what I want to extrude along an arc, then create a circle of the required radius, use the protractor to measure off a set distance (n the example it is 20d), clean away what's not needed, select the line of the arc and hit Followme.

                                          All you need to do is download the model, highlight the arc and use Followme on the vertical face standing at 0,0,0.

                                          What you will find is none of the four corners of the extruded shapre are where they belong. The two corners closest to the center of the circle are farther apart than they should be and the two farthest form the center are too close together. The example has a set of faces that should be where the corners fall. You'll see they fall short or have pushed thru.


                                          Example.skp

                                          1 Reply Last reply Reply Quote 0
                                          • Alan FraserA Offline
                                            Alan Fraser
                                            last edited by

                                            Dave, I wouldn't extrude in that manner for complete accuracy. If I'm understanding the problem correctly, this is an example of the limitation of SU when it comes to aligning faces with the beginning and end of an extrude path. The face to be extruded is not fully perpendicular to the beginning of the path...as witnessed by the slight gap between the original template and the extrusion.
                                            In these kind of situations you need something of a lead-in and follow-through to get the shape to extrude properly. I'd be thinking in terms of extruding along a greater section of arc, then trimming either end.

                                            Another solution is to edit either end of the extrude path so that it starts and finishes perpendicular to the existing faces. I have done this in the attached file. I have then welded the entire path back together with Recurve. You'll find that the profile now extrudes perfectly...even to cutting a hole in the diameter wall of the semicircle.


                                            Example-2.skp

                                            3D Figures
                                            Were you required to walk 500 miles? Were you advised to walk 500 more?
                                            You could be entitled to compensation. Call the Pro Claimers now!

                                            1 Reply Last reply Reply Quote 0
                                            • 1
                                            • 2
                                            • 3
                                            • 4
                                            • 5
                                            • 25
                                            • 26
                                            • 2 / 26
                                            • First post
                                              Last post
                                            Buy SketchPlus
                                            Buy SUbD
                                            Buy WrapR
                                            Buy eBook
                                            Buy Modelur
                                            Buy Vertex Tools
                                            Buy SketchCuisine
                                            Buy FormFonts

                                            Advertisement