sketchucation logo sketchucation
    • Login
    ⚠️ Attention | Having issues with Sketchucation Tools 5? Report Here

    Guidelines at fibonacci series spacing?

    Scheduled Pinned Locked Moved SketchUp Discussions
    sketchup
    28 Posts 7 Posters 877 Views 7 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.
    • john2J Offline
      john2
      last edited by

      I'm somehow not able to understand the functioning of the golden gauge plugin. Can anyone make a step by step tutorial for it? Reading on smustard didn't help

      Sketchup Make 2017 (64-bit), Vray 4.0 , Windows 10 – 64 bit, corei7-8750H, 16GB RAM, Nvidia GeForce GTX 1050Ti 4GB

      1 Reply Last reply Reply Quote 0
      • BoxB Offline
        Box
        last edited by

        If you are not understanding how to draw the gauge and you are using 2015, then it's because it doesn't work in 2015.

        1 Reply Last reply Reply Quote 0
        • john2J Offline
          john2
          last edited by

          @box said:

          If you are not understanding how to draw the gauge and you are using 2015, then it's because it doesn't work in 2015.

          Okay. Thanks. Again. I've broken records for saying thanks on a forum in single day today. πŸ‘ πŸ˜„

          Sketchup Make 2017 (64-bit), Vray 4.0 , Windows 10 – 64 bit, corei7-8750H, 16GB RAM, Nvidia GeForce GTX 1050Ti 4GB

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

            It works in 2015...

            Face to gauge

            Golden-Guage-Tut-001.JPG

            select GG from extensions menu.

            Golden-Guage-Tut-002.JPG

            Select the first corner of the face to gauge.

            Golden-Guage-Tut-003.JPG

            Select the second corner of the face to gauge.

            Golden-Guage-Tut-004.jpg

            Select the third corner of the face to gauge.

            Golden-Guage-Tut-0045.JPG

            viola

            Golden-Guage-Tut-005.JPG

            viola

            By: Kristoff Rand
            Home DesignerUnique House Plans

            1 Reply Last reply Reply Quote 0
            • BoxB Offline
              Box
              last edited by

              There must be some sort of conflict for me then as it works perfectly in 2014 and does nothing in 2015.

              1 Reply Last reply Reply Quote 0
              • john2J Offline
                john2
                last edited by

                Alrighty, in 2015 it works on vertical faces but not horizontal faces. Thanks a lot for replying. πŸ‘ πŸ‘

                Sketchup Make 2017 (64-bit), Vray 4.0 , Windows 10 – 64 bit, corei7-8750H, 16GB RAM, Nvidia GeForce GTX 1050Ti 4GB

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

                  strange... I guess I didn't try vertical. gimmie a minute.

                  confirmed... doesn't work when second point is clicked in a Z axis... second point must be X or Y. third point can then be Z axis.

                  something's wrong.

                  By: Kristoff Rand
                  Home DesignerUnique House Plans

                  1 Reply Last reply Reply Quote 0
                  • BoxB Offline
                    Box
                    last edited by

                    Personally I don't think it functions correctly in 14 or 15. It's erratic and needs to be updated.

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

                      I don't know how active Rick is anymore...

                      By: Kristoff Rand
                      Home DesignerUnique House Plans

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

                        The GoldenGauge.rb file requires select.rb
                        That is the file with an issue if the old 'examples' has not been set up and which would have made $exStrings - but this is not likely in the newer SketchUp versions !
                        To fix it - edit select.rb using Notepad/Notepad++ - near the start add the two green lines shown, below the first ' require':


                        require 'sketchup.rb' **%(#008000)[require 'langhandler.rb' $exStrings = LanguageHandler.new('examples.strings') unless $exStrings]**


                        It'll now work in all versions of SketchUp...

                        TIG

                        1 Reply Last reply Reply Quote 0
                        • BoxB Offline
                          Box
                          last edited by

                          Yep that works.
                          Am I right in thinking it isn't designed to work on the Z Plane, ie: you can't draw one flat on the floor.

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

                            @box said:

                            Yep that works.
                            Am I right in thinking it isn't designed to work on the Z Plane, ie: you can't draw one flat on the floor.
                            I see what you mean !
                            I only ever used it on vertical wall-faces !

                            I'll look at it...

                            TIG

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

                              The code transforms in the Z, so if all Z's are the same it won't work [i.e. it's a flat horizontal face].
                              Is suppose the clue is in the prompts: 'select width' p2 and 'select width' p3 - suggesting walls - after all such proportions are usually in elevations, fenestration etc...

                              It'd be quite possible to make non-plane specific version - but it's more work than a minor 'tweak'...
                              😞

                              TIG

                              1 Reply Last reply Reply Quote 0
                              • BoxB Offline
                                Box
                                last edited by

                                Doesn't matter to me, just wanted to clarify.
                                It's simple to flip on its side if you want it on the floor.

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

                                  @tig said:

                                  The GoldenGauge.rb file requires select.rb
                                  That is the file with an issue if the old 'examples' has not been set up and which would have made $exStrings - but this is not likely in the newer SketchUp versions !
                                  To fix it - edit select.rb using Notepad/Notepad++ - near the start add the two green lines shown, below the first ' require':


                                  require 'sketchup.rb' **%(#008000)[require 'langhandler.rb' $exStrings = LanguageHandler.new('examples.strings') unless $exStrings]**


                                  It'll now work in all versions of SketchUp...

                                  πŸ‘

                                  By: Kristoff Rand
                                  Home DesignerUnique House Plans

                                  1 Reply Last reply Reply Quote 0
                                  • john2J Offline
                                    john2
                                    last edited by

                                    Thanks TIG sir! Well, is it ethical that the moderator or the admin modifies the plugin uploaded on Smustard website for the betterment of its use by the common people who don't know coding? And posts it here? πŸ’­

                                    It is available free of cost anyway. So, there is no legal issues.

                                    It doesn't matter. A better stuff is available on SCF rather than the outdated thing. Don't you think sir? πŸ’­

                                    Sketchup Make 2017 (64-bit), Vray 4.0 , Windows 10 – 64 bit, corei7-8750H, 16GB RAM, Nvidia GeForce GTX 1050Ti 4GB

                                    1 Reply Last reply Reply Quote 0
                                    • K Offline
                                      kaas
                                      last edited by

                                      you could also make a group / component with 3 lines spaced at the golden gauge intervals. If you need to divide any other/new surface just move the group/component and scale it to the desired endpoints. The 'middle' line (golden gauge) will be at the correct scaled position.

                                      1 Reply Last reply Reply Quote 0
                                      • D Offline
                                        driven
                                        last edited by

                                        @john2 said:

                                        Well, is it ethical that the moderator or the admin modifies the plugin uploaded on Smustard website
                                        tig hasn't 'redistributed' a modified version of the ruby, he has shared how he fixed his version to make it fit for purpose...
                                        If you chose to modify your version, then any ethical dilemma is yours...
                                        I might add that in the UK [at least] modifying your own copies of software for your own use, is considered a consumer right, and overrides any 'license' or 'copy-write' conditions forbidding the activity...

                                        john

                                        learn from the mistakes of others, you may not live long enough to make them all yourself...

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

                                          I think he was asking Tig to do so permanently, not questioning whether he had broken any ethic.

                                          By: Kristoff Rand
                                          Home DesignerUnique House Plans

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

                                            Yes, I have done nothing wrong in suggesting a fix which YOU might apply to a freely download-able file - the infringement of copyright is entirely yours... The select.rb file does state it is copyright.
                                            Do not copy it, but if you modify it for your own use, then no one will ever know. This fix is one which the author might have done, had he been arsed to do it. He is probably still around... but he does not seem to support/fix his older toolsets...

                                            The reason I did not suggest a similar fix for his GoldenGauge.rb, was because it needed such a change in thew way it works that it was difficult to fix with a single 'tweak'. It could be recoded... but that is a very different issue...
                                            πŸ˜’

                                            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