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

    [Plugin] TIG-DualDims

    Scheduled Pinned Locked Moved Plugins
    28 Posts 13 Posters 3.8k Views 13 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.
    • TIGT Offline
      TIG Moderator
      last edited by

      Here's v1.1 http://sketchucation.com/pluginstore?pln=TIG_DualDims Now, if there is no selection it prompts you to see if you want to process all dims in the current context... AND also asks if you want to process any nested dims [inside Groups/Components].
      There's also a fix for stupid d.p. values [i.e. < 0 !]

      TIG

      1 Reply Last reply Reply Quote 0
      • KrisidiousK Offline
        Krisidious
        last edited by

        Nice TIG...

        By: Kristoff Rand
        Home DesignerUnique House Plans

        1 Reply Last reply Reply Quote 0
        • cottyC Offline
          cotty
          last edited by

          Thank you again, nice update!

          my SketchUp gallery

          1 Reply Last reply Reply Quote 0
          • JQLJ Offline
            JQL
            last edited by

            I have a very small, very tiny, infinitesimal request now that you've worked with the dimension stuff...

            What about creating a proper dimensioning set on SU? continuous dimensions, radial, angular, grouped, from edges or faces, expanded with a given offset from faces or edges, from section cut faces, wich would auto move text when too short...

            With an incredibly simple interface and some fancy toolbar.

            I'd also want a nice way of having height leaders with simpler outputs icons than the current leaders maybe a centered text above a triangle with it's vertex facing down, inclination leaders...

            All that sort of stuff that is absolutely standard in Architectural design but we have to find incredibly convoluted methods to add in SU+LO!

            Would it be asking too much? πŸ˜†

            www.casca.pt
            Visit us on facebook!

            1 Reply Last reply Reply Quote 0
            • TIGT Offline
              TIG Moderator
              last edited by

              Here's v1.2 http://sketchucation.com/pluginstore?pln=TIG_DualDims Now you can set the 'Upper Units' to 'Revert' - then the dimension[s] will revert to be the native single line type, with associative linking restored where appropriate.

              TIG

              1 Reply Last reply Reply Quote 0
              • C Offline
                cesaro36
                last edited by

                πŸ‘ Awesome, very useful. Saddly I reallized this issue once my set of plans were done.
                When the points that define the dimmension are not in the same plane the converted values don't match. Dim in red measures are the same 23 17/32" as the blue ones.

                Thanks


                issue in red

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

                  Imperials don't want die ? πŸ˜„

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

                  1 Reply Last reply Reply Quote 0
                  • C Offline
                    cesaro36
                    last edited by

                    LOL
                    At first I tried to move the company into the metric system (since we are in Mexico) But the owner of the company is from USA and most of the machinery too, and the carpenters at the shop were used to imperials too. So I couldn't help it.

                    1 Reply Last reply Reply Quote 0
                    • TIGT Offline
                      TIG Moderator
                      last edited by

                      @Cesar

                      Thank you for the error report about dims with non-planar start/end points.
                      Here's v1.3 - it addresses this issue http://sketchucation.com/pluginstore?pln=TIG_DualDims
                      The issue was that although you must initially create 'planar' dimensions, you could subsequently move one [or both] of the associated vertices so that the start/end of the dimension's 'points' become non-planar [the dim itself stays locked onto its original plane].
                      The API returns the start/end points of the associated 'picked vertices' etc, and the earlier versions simply measured the distance between them - when they are coplanar it is correct, but any non-planar points return the actual 'skewed' distance between them, not the dimension's measurement.
                      Unfortunately there is limited access to a dimension's properties in the API... however, I found a useful method '.plane', which gives us the plane on which the dimension lies.
                      Then we can project the dim's start and end points onto that plane and get the distance between those points - which is actually the true 'dimension' of the dim in every case - so this v1.3 should always work as you wish...

                      Please update the plugin, and rerun the tool on your selected dims - they should then be corrected...

                      TIG

                      1 Reply Last reply Reply Quote 0
                      • C Offline
                        cesaro36
                        last edited by

                        πŸ˜’ Not working yet. I'm attaching the SKP v2015


                        Pink and orange for v1.3


                        dualdims test.skp

                        1 Reply Last reply Reply Quote 0
                        • TIGT Offline
                          TIG Moderator
                          last edited by

                          @Cesar

                          Thanks for the further reports...

                          I can now see what's happening.
                          The last fix flattened the start/end points onto the dim's plane, BUT if the points are on the plane but offset along it then the dim=length still returns wrongly.
                          I think I can see how to make a final adjustment to align the two points to always return the true size...
                          Watch out for tomorrow's update πŸ˜’

                          TIG

                          1 Reply Last reply Reply Quote 0
                          • TIGT Offline
                            TIG Moderator
                            last edited by

                            @Cesar

                            Here's v1.4 http://sketchucation.com/pluginstore?pln=TIG_DualDims
                            It now takes into account any dims with planar start/end points which are themselves not aligned to be parallel with the dim's "arrow-line"...

                            NOW it ought to do everything you wish πŸ˜’

                            TIG

                            1 Reply Last reply Reply Quote 0
                            • C Offline
                              cesaro36
                              last edited by

                              Wow you really speak the ruby language.
                              It works great. 99% correct πŸ˜‰

                              There is still a dimension that doesn't work well, but I can't figure out why. I drew it again now its ok.
                              If it persist I'll tell you.

                              Thanks a lot. Specially for your entusiasm.

                              1 Reply Last reply Reply Quote 0
                              • TIGT Offline
                                TIG Moderator
                                last edited by

                                @cesaro36 said:

                                Wow you really speak the ruby language.
                                It works great. 99% correct πŸ˜‰

                                There is still a dimension that doesn't work well, but I can't figure out why. I drew it again now its ok.
                                If it persist I'll tell you.

                                Thanks a lot. Specially for your entusiasm.
                                @Cesar

                                If you find this elusive 'exception', then please let me know, I'm sure it's fixable !
                                Initially the simple tool only work on the originally created planar start/-end-point dims, then I fixed it for non-planar variants, then this latest one fixed any planar-but-non-aligned start/-end-point dims...
                                There's probably some other variant that I can't think of... πŸ˜†
                                If you find it, then we can fix it !!! πŸ˜•

                                TIG

                                1 Reply Last reply Reply Quote 0
                                • X Offline
                                  xyz
                                  last edited by

                                  Hello TIG
                                  Another wonderful plugin
                                  .
                                  Small request: When using the metric unit by default the second line gives imperial unity in decimal only.
                                  Is it possible to have it in fractional?
                                  In my area there is either fraction of pouce either mm.

                                  I said that if we work in by imperial dΓ©faut..tout goes well for fractional numbers (see the example of "Cesar")
                                  thank you
                                  Michel (Quebec)

                                  1 Reply Last reply Reply Quote 0
                                  • TIGT Offline
                                    TIG Moderator
                                    last edited by

                                    It's all but impossible to format a 'fractional' second dim - that's why it's not an option.
                                    It could be doable, with extremely convoluted parsing of the inch length into feet/inches/fractions - but I don't see it as worth the effort...
                                    If you must have fractional dims, then use those as the model's units - so then the first dims reflect that, then use mm for the second dims.

                                    TIG

                                    1 Reply Last reply Reply Quote 0
                                    • J Offline
                                      jgt1942
                                      last edited by

                                      TIG - MUCH thanks for this plugin. I find it SUPER useful!!!!!!!

                                      jgt

                                      1 Reply Last reply Reply Quote 0
                                      • M Offline
                                        MisterT
                                        last edited by

                                        Thanks TIG,

                                        This is very usefull. You need to understand than I'm British but dont do Imperial, like the rest of us (officaly). But when I come across a source document that is Imperial its good to visulise the result in both formats.

                                        Request πŸ˜‰
                                        To go the extra mile(kilomiter) the Imperial output could be in feet and inches rather than decimal feet so I can close the loop on the original document - check to be sure,to be sure.

                                        Thanks Again.

                                        MisterT

                                        1 Reply Last reply Reply Quote 0
                                        • TIGT Offline
                                          TIG Moderator
                                          last edited by

                                          Don't say that I don't listen...
                                          Here is v1.5
                                          http://sketchucation.com/pluginstore?pln=TIG_DualDims
                                          New Lower Units choice of ' " & ' /" added [i.e. feet & inches as decimal-inches using chosen d.p. or feet and fractional " - always to nearest 1/64"]. Also made into an Extension and signed for v2016 compatibility.

                                          TIG

                                          1 Reply Last reply Reply Quote 0
                                          • TIGT Offline
                                            TIG Moderator
                                            last edited by

                                            Here's v1.6
                                            http://sketchucation.com/pluginstore?pln=TIG_DualDims
                                            The latest ' " & ' /" formats now suppress the 0' if dim is <= 12".

                                            TIG

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

                                            Advertisement