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

    [Plugin] Architect Tools

    Scheduled Pinned Locked Moved Plugins
    119 Posts 32 Posters 152.5k Views 32 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.
    • utilerU Offline
      utiler
      last edited by

      I think you right, Thom. Your plan tools are a little different from the urban forms tool..... Maybe expand city gen and incorporate the morph thingy....?
      👍

      purpose/expression/purpose/....

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

        Yea, I was thinking that parts of City Gen could be merged. And some parts of this plugin could go into other, or new plugin. Just to make the plugin more defined. Because it's clear that it has an identity crisis.

        It's been a collection of tools I've built to just get the job done - so it's not as polished as the rest. And I think many don't realize what it does - where in fact it is one of the most time-saving plugins I got.

        Working on new tools for it, making layered terrain. Started to clean up the plugin as I go along.

        @utiler said:

        morph thingy

        Whatismajiggy? 😕 ❓

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

        1 Reply Last reply Reply Quote 0
        • utilerU Offline
          utiler
          last edited by

          That sound logical, Thom.

          I've been working on urban renewal project of late where I cam provided with all types of GIS data from property boundaries, roads, contours, even elevation data points on buildings... here's a few screenshots....
          2012-02-22_1045.png
          2012-02-22_1048.png
          2012-02-22_1047.png
          2012-02-22_1046.png
          2012-02-22_1045_001.png

          I import all aerial photo's, CAD lines into SU and set particular layers to I can manipulate scenes in LO efficiently.... Particular to note I find it best to layer scenes with linework in Vector mode over scenes of aerial photography in Raster mode as Hybrid just doesn't cut it yet.

          Morph:

          Morph.png

          Cheers, 👍

          purpose/expression/purpose/....

          1 Reply Last reply Reply Quote 0
          • DareDevilD Offline
            DareDevil
            last edited by

            I dont know how the remaining time is computed, but when the Generate Buildings sequence started it was 20 minute ; finally the works take 2 hours and 30 minutes !
            Fortunately, it made what I was waiting 😄

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

              The estimated remaining time is based on how much time it has taken to process the current set of entities vs the remaining. The problem is that adding geometry to SketchUp gets slower the more geometry there is - which is problematic to estimate. I haven't even tried to account for that.

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

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

                Why not use a '% complete' report ?
                It changes to show it's working and the user then knows how much is left to do...
                If THEY assume the second 50% will take as long as the first 50%, then that's their issue not yours.
                All you will have done is told them how much has been processed so far, and that it is actively continuing...

                TIG

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

                  I was reusing some generic code - which for linear time code works well.
                  I am working on a version 2 where I am cleaning up lots of stuff. Everything has so far just been quickly assembled to automate tasks I've been working on.

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

                  1 Reply Last reply Reply Quote 0
                  • DareDevilD Offline
                    DareDevil
                    last edited by

                    @thomthom said:

                    The estimated remaining time is based on how much time it has taken to process the current set of entities vs the remaining. The problem is that adding geometry to SketchUp gets slower the more geometry there is - which is problematic to estimate. I haven't even tried to account for that.

                    I dont know if it's many or not, the process made 7,000 groups. My computer is a i5 @2.4 GHz with 3 Gb RAM. It's not a race computer but is not a Minitel...
                    For this job, the problem was'nt the time but just my wife asking me "when you will be back home ?"... "SU says in fifty minutes..." and half an hour later "SU says in one hour...". SU is a liar !! 😆

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

                      Many or not many - doesn't matter. The time it takes to add geometry in SU slows down every time more geometry is added.

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

                      1 Reply Last reply Reply Quote 0
                      • guanjinG Offline
                        guanjin
                        last edited by

                        Help loading error!
                        未命名.jpg

                        I come from China, is to learn

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

                          That's strange - can't quite pin-point where the error is. "eval" error..

                          Exactly what SketchUp version do you have?
                          And what TT_Lib2 version?

                          Did you just install Plan Tools and got the error on first run? Or did it suddenly appear?

                          Can you open the Ruby Console and type:
                          load 'tt_plan_tools.rb'

                          post back any error-messages.

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

                          1 Reply Last reply Reply Quote 0
                          • guanjinG Offline
                            guanjin
                            last edited by

                            @thomthom said:

                            That's strange - can't quite pin-point where the error is. "eval" error..

                            Exactly what SketchUp version do you have?
                            And what TT_Lib2 version?

                            Did you just install Plan Tools and got the error on first run? Or did it suddenly appear?

                            Can you open the Ruby Console and type:
                            load 'tt_plan_tools.rb'

                            Starts running, and later has been an error
                            sketchup8M2
                            Latest
                            QQ截图20120226115449.jpg

                            I come from China, is to learn

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

                              @guanjin said:

                              Starts running, and later has been an error

                              Can you explain more. It's very hard to debug with so little info.

                              And did you try the Ruby Console command?

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

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

                                @hygicell said:

                                after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
                                I get the following error messages:

                                The ones that relate to my plugins appear to be a result of not having TT_Lib2 installed. It's a library listed as a requirement for most of my plugins. You find a link to it in the Requirement section of the description.

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

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

                                  @Frank

                                  Please correctly install thomthom's missing Lib...

                                  But a problem persists with my tools [almost certainly with different error messages] then perhaps you have mis-installed the 'flattentoplane' and/or 'workplane' scripts too - so, reread their threads to ensure that you also have everything installed that is needed for those tools too [e.g. the first one needs the second one to make the workplane needed to be flattened too]...
                                  It might be that one tools error generates another, but if there are several overlapping errors it is harder to resolve,,,

                                  I also see you have '000_AdditionPluginFolder' loading... unless you are specifically expecting files located in folders other than Plugins and Tools to be auto-loaded at startup then you do not really need this... Its error reporting is really specific to itself, but if you have mis-installed another script's files then its messages can also be somewhat confusing, since the replicate much of the normal error reports too, with overlaid info...

                                  TIG

                                  1 Reply Last reply Reply Quote 0
                                  • H Offline
                                    hygicell
                                    last edited by

                                    after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
                                    I get the following error messages:
                                    ScreenHunter_59 Dec. 03 10.32.jpg

                                    more:
                                    Error Loading File #FlattenToPlane.rb
                                    no such file to load -- #WorkPlane.rbError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/close_gaps.rb
                                    uninitialized constant TTError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/core.rb
                                    uninitialized constant TT::Plugins::EdgeTools::PREF_KEYError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/divider.rb
                                    undefined method add_item' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/make_colinear.rb undefined method add_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_EdgeTools/simplify.rb
                                    undefined method add_separator' for nil:NilClassError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/TT_QuadFaceTools/core.rb uninitialized constant TT::Plugins::QuadFaceTools::PLUGIN_IDError Loading File C:/Program Files (x86)/Google/Google SketchUp 8/Plugins/bim-tools/clsBtEntity.rb undefined local variable or method ' for main:Object

                                    PS I have apparently solved the Bim Tools error thanks to Jan's and your and other's help
                                    thanks to all !

                                    greetings
                                    Frank

                                    1 Reply Last reply Reply Quote 0
                                    • H Offline
                                      hygicell
                                      last edited by

                                      I have learned how to follow your very adequate instructions, Thom
                                      so TT_Lib2 was and still is installed
                                      should I delete and renew it ?

                                      @thomthom said:

                                      @hygicell said:

                                      after installing "plan tools", "edge tools", "quadface tools" and "additional plugin folders" (I used your installer for that),
                                      I get the following error messages:

                                      The ones that relate to my plugins appear to be a result of not having TT_Lib2 installed. It's a library listed as a requirement for most of my plugins. You find a link to it in the Requirement section of the description.

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

                                        Ensure you have the latest version of that Lib.

                                        Otherwise. if you STILL get errors after updating, then it might be [the superfluous] '000_AdditionPluginFolder' throwing up errors, when you have not installed all of the scripts needed for 'my tools' ???

                                        TIG

                                        1 Reply Last reply Reply Quote 0
                                        • H Offline
                                          hygicell
                                          last edited by

                                          @tig said:

                                          @Frank

                                          Please correctly install thomthom's missing Lib...

                                          checked that, Tig, it was installed, should I delete and reinstall?
                                          I am pretty sure it is the latest version, as I installed it the same day

                                          But a problem persists with my tools [almost certainly with different error messages] then perhaps you have mis-installed the 'flattentoplane' and/or 'workplane' scripts too - so, reread their threads to ensure that you also have everything installed that is needed for those tools too [e.g. the first one needs the second one to make the workplane needed to be flattened too]...
                                          It might be that one tools error generates another, but if there are several overlapping errors it is harder to resolve,,,

                                          checked that too, both files were missing. Installed them. The errors still keep popping up

                                          I also see you have '000_AdditionPluginFolder' loading... unless you are specifically expecting files located in folders other than Plugins and Tools to be auto-loaded at startup then you do not really need this... Its error reporting is really specific to itself, but if you have mis-installed another script's files then its messages can also be somewhat confusing, since the replicate much of the normal error reports too, with overlaid info...

                                          [b]although it is obviously loading, I can't find it anywhere (to delete it):[/b]
                                          ScreenHunter_60 Dec. 03 11.45.jpg

                                          Frank
                                          PS you guys are fabulously helpful !!!
                                          tell me how to donate !
                                          Thomthom already knows I do

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

                                            hm... might be that the files have ended up in VirtualStore because you don't have full permissions to the Plugins folder. Here's a way to check for that: http://sketchucation.com/forums/viewtopic.php?f=180&t=48399

                                            It's a but difficult to debug when you've installed so much at the same time and get so many errors spread across multiple plugins. :s

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

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

                                            Advertisement