• Login
sketchucation logo sketchucation
  • Login
πŸ€‘ SketchPlus 1.3 | 44 Tools for $15 until June 20th Buy Now

[Plugin]T2H_BuildingStructureTools2.2.4 in20141207

Scheduled Pinned Locked Moved Plugins
332 Posts 106 Posters 455.8k Views 106 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.
  • C Offline
    CTMan
    last edited by 26 Aug 2012, 19:30

    Hi Tak2hata

    Thanks for you Building Structures Tools - it's a very useful plug-in

    I'm putting the UK steel sections into the CSV file which works very well for UBs and UCs

    Channels ( [ ) have tapered flanges on your PROFILE NAME SCHEMA

    Is there a way to put PFC profiles into the database

    Thanks Again for your great Plugins

    CTMan


    Parallel Falnge Channels

    1 Reply Last reply Reply Quote 0
    • S Offline
      sumaster
      last edited by 2 Sept 2012, 18:48

      @tak2hata said:

      @sumaster said:

      Hi,

      First thank you for made this plugin . . . . ,

      how i add previous toolbar . . . . ?
      its very Helpful. . . .

      Hi,sumaster.

      I changed all dialogs to one webdialog in version1.0+.

      So I worried many icons in the toolbar become obstructive.

      And older dialogs is not valid now.

      I can create toolbar with many icons like older.
      It will open webdialog with specified class(ex. STEEL_COLUMN,RC_GIRDER,etc).

      Please wait.

      Thanks.

      yes its interesting . . . . πŸ‘ πŸ˜„

      Thank you,
      SUmaster

      1 Reply Last reply Reply Quote 0
      • S Offline
        sumaster
        last edited by 2 Sept 2012, 20:06

        HI,

        I try to add some shortcuts " extend to face, extend to structure, Grow to face, Combine each "

        and extend to face & extend to structure not working good . . . .

        Thank you,
        SUmaster

        1 Reply Last reply Reply Quote 0
        • S Offline
          sumaster
          last edited by 2 Sept 2012, 20:39

          CHK


          1.png


          2.png


          3.png


          4.png

          Thank you,
          SUmaster

          1 Reply Last reply Reply Quote 0
          • T Offline
            tak2hata
            last edited by 3 Sept 2012, 16:24

            Hi,CTman.
            You are welcome!
            If you upload the PFC profile file here , I will create link to your post in top of thread.
            Your PFC profile file will help users of BST!

            Hi,Sumaster.
            I also checked the bug.
            I will fix the problem within several days.
            And I will update here.

            Thanks.


            by TAK2HATA

            1 Reply Last reply Reply Quote 0
            • S Offline
              sumaster
              last edited by 3 Sept 2012, 19:06

              @tak2hata said:

              Hi,Sumaster.
              I also checked the bug.
              I will fix the problem within several days.
              And I will update here.

              Thanks.

              Yes WAiTING . . . .

              THANK YOU . . . πŸ˜‰

              Thank you,
              SUmaster

              1 Reply Last reply Reply Quote 0
              • D Offline
                DavidATCW
                last edited by 4 Sept 2012, 03:57

                Hi All,

                New the SU but finding it very useful.

                Thanks to Tak2hta for the BST plugin. I looks realy good.

                I'm using SU8 Pro on Window 7 OS.

                In the PlugIns menu under building structure tool I don't seem to have the 'Add New Profile'. The tutorial video seems to indicate it should be there??

                Appreciate any help.

                Thanks

                1 Reply Last reply Reply Quote 0
                • T Offline
                  tak2hata
                  last edited by 4 Sept 2012, 15:57

                  Hi,
                  I update this in Sep 05,2012.
                  Bugfix about extending to face with selecting single bst entity.

                  Hi,Sumaster.
                  Adding toolbar like previous version has not done well yet.
                  I gave priority to correction of a bug and update.
                  wait while.

                  Hi,david.
                  "Add new profile" was disable since version1.0.
                  Because the adding to CSV with ruby script has problem.
                  The text code is defferent between languages.
                  So the character peculiar in the language included in csv will be modified strange when ruby overwrite the csv file.
                  Please edit CSV file with application like Excel or open office calc.

                  Thanks.


                  by TAK2HATA

                  1 Reply Last reply Reply Quote 0
                  • D Offline
                    DavidATCW
                    last edited by 4 Sept 2012, 23:56

                    Hi TAK2HTA,

                    Thanks for the reply.

                    I presume modifying CSV file allows new sizes for existing profile to be added. This is not what I want to do.

                    Like CTMan I would like to add new profile shape for beams, similar to CTMan's PFC profiles. Instrucion on how to this would be apprecated. We need to be able to customise to get the most out of this realy useful plugin.

                    Thanks

                    1 Reply Last reply Reply Quote 0
                    • B Offline
                      beginner
                      last edited by 5 Sept 2012, 11:59

                      Hi Guys,
                      I would like to draw your attention to the 'shapes' in tak2hata's plugin - look at the Class SHAPE and the profiles defined as *.SKP files.

                      You can draw any complex shape as long is contained within single face - sample below.


                      20120905-Tak2HataShapes.png

                      Regards, SU 'beginner'

                      1 Reply Last reply Reply Quote 0
                      • S Offline
                        sumaster
                        last edited by 8 Sept 2012, 20:26

                        @tak2hata said:

                        Hi,Sumaster.
                        Adding toolbar like previous version has not done well yet.
                        I gave priority to correction of a bug and update.
                        wait while.

                        Hi Tak2hata,

                        wow nice update . . . . πŸ‘

                        Extend to Face tool is working perfectly . . . . but
                        Extend to Structure is not working properly . . .

                        CHK

                        1.png

                        2.png

                        3.png

                        4.png

                        5.png

                        I add some items in plugin menu . . . πŸ˜‰
                        please add all previous item in plugin menu

                        
                        tst_main_menu = UI.menu("Plugins").add_submenu("#{langconv( 'BS Tool - 1.0' )}")
                        tst_main_menu.add_item("#{langconv('>> Extend to Face')}") { Sketchup.active_model.select_tool TST1_class_extend_face.new( false ) }
                        tst_main_menu.add_item("#{langconv('>> Extend to Structure')}") { Sketchup.active_model.select_tool TST1_class_extend_str.new }
                        tst_main_menu.add_item("#{langconv('>> Growup to Face')}") { Sketchup.active_model.select_tool TST1_class_grow_face.new( false ) }
                        tst_main_menu.add_item("#{langconv('>> Combine Each')}") { Sketchup.active_model.select_tool TST1_class_chamfer.new }
                        tst_main_menu.add_separator
                        
                        

                        6.png

                        And thank you so much for this plugin . . . . πŸ˜„
                        i use your plugin daily . . . .
                        its save my basic modeling time . . . too good . . . .

                        Thank you,
                        SUmaster

                        1 Reply Last reply Reply Quote 0
                        • V Offline
                          victor hugo
                          last edited by 8 Sept 2012, 20:37

                          Does anyone know where to find more RC_WALL options for the BST, when I installed it (which is very useful BTW) it only shows 4 options?

                          Thanks.

                          1 Reply Last reply Reply Quote 0
                          • C Offline
                            CTMan
                            last edited by 9 Sept 2012, 00:07

                            @tak2hata said:

                            Hi,CTman.
                            You are welcome!
                            If you upload the PFC profile file here , I will create link to your post in top of thread.
                            Your PFC profile file will help users of BST!

                            Hello Tak2hata - please find attached csv file for British Steel Beams and Columns

                            Hi,Sumaster.
                            I also checked the bug.
                            I will fix the problem within several days.
                            And I will update here.

                            Thanks.


                            British Steel Beams and Columns

                            1 Reply Last reply Reply Quote 0
                            • T Offline
                              tak2hata
                              last edited by 9 Sept 2012, 15:18

                              Hi,CTMan.
                              I add link to your reply in the top of thread.
                              Thanks a lot for uploading your profile list of UK STEEL.

                              Channel([) have tapered flanges when the schema is like "[-100x50x5x7.5x8x4"
                              Channel([) have not tapered flanges when the schema is like "[-100x50x5x7.5"
                              So If you want to not tapered flange Channel,the schema is like "[-AxBxCxD".

                              Hi,sumaster.
                              "Extend to structure" tool works extending the structure to the other structure.not to face.
                              extending to structure.
                              Using "Extending to Face" to extend like this picture takes time and effort.
                              So "Extend to Structure" exists for that purpose.

                              I see the "undo" problem.
                              I will fix it few days.

                              Thanks.


                              by TAK2HATA

                              1 Reply Last reply Reply Quote 0
                              • S Offline
                                sumaster
                                last edited by 9 Sept 2012, 20:13

                                @tak2hata said:

                                Hi,CTMan.
                                I add link to your reply in the top of thread.
                                Thanks a lot for uploading your profile list of UK STEEL.

                                Channel([) have tapered flanges when the schema is like "[-100x50x5x7.5x8x4"
                                Channel([) have not tapered flanges when the schema is like "[-100x50x5x7.5"
                                So If you want to not tapered flange Channel,the schema is like "[-AxBxCxD".

                                Hi,sumaster.
                                "Extend to structure" tool works extending the structure to the other structure.not to face.
                                [attachment=0:165mbbk2]<!-- ia0 -->extending_to_structure.JPG<!-- ia0 -->[/attachment:165mbbk2]
                                Using "Extending to Face" to extend like this picture takes time and effort.
                                So "Extend to Structure" exists for that purpose.

                                I see the "undo" problem.
                                I will fix it few days.

                                Thanks.

                                yes

                                and another problem facing here . . .
                                i upgrade your new version but when i OPEN my OLD version file means (i was working your old BS tool) and exend to face and other 3 tools are not working good . . .

                                Pleas CHK

                                Thank you,
                                SUmaster

                                1 Reply Last reply Reply Quote 0
                                • T Offline
                                  tak2hata
                                  last edited by 10 Sept 2012, 03:27

                                  @sumaster said:

                                  yes

                                  and another problem facing here . . .
                                  i upgrade your new version but when i OPEN my OLD version file means (i was working your old BS tool) and exend to face and other 3 tools are not working good . . .

                                  Pleas CHK

                                  Hi,Please upload your data include problems.
                                  The part to limit the problem entities.


                                  by TAK2HATA

                                  1 Reply Last reply Reply Quote 0
                                  • S Offline
                                    sumaster
                                    last edited by 11 Sept 2012, 17:34

                                    @tak2hata said:

                                    @sumaster said:

                                    yes

                                    and another problem facing here . . .
                                    i upgrade your new version but when i OPEN my OLD version file means (i was working your old BS tool) and exend to face and other 3 tools are not working good . . .

                                    Pleas CHK

                                    Hi,Please upload your data include problems.
                                    The part to limit the problem entities.

                                    Yes . . .

                                    Please CHK the Compound wall . .

                                    Sept11 2012 _3 (For Tak2hata) .skp

                                    Thank you,
                                    SUmaster

                                    1 Reply Last reply Reply Quote 0
                                    • T Offline
                                      tak2hata
                                      last edited by 17 Sept 2012, 13:27

                                      Hi,All.
                                      I update to version1.2. in Sep17,2012.
                                      v1.2:2012.09.17:
                                      Bugs? fixed.and Improves.
                                      #Fix:Undo when Multi(Extend/Chamfer/Grow).
                                      #Fix:Undo when change properties of many entities.
                                      #Fix:(Extend/Chamfer/Grow) Structure entity which have devided side by user.
                                      #Improve about create slab.

                                      Hi,Sumaster.
                                      In your file ,there was no compound wall.
                                      But the wall's edge was cutted by your manipulation.It do not good for "Extend tool" in previous version.
                                      It was improved in this ver.

                                      Thanks.


                                      by TAK2HATA

                                      1 Reply Last reply Reply Quote 0
                                      • S Offline
                                        sumaster
                                        last edited by 19 Sept 2012, 08:50

                                        @tak2hata said:

                                        Hi,All.
                                        I update to version1.2. in Sep17,2012.
                                        v1.2:2012.09.17:
                                        Bugs? fixed.and Improves.
                                        #Fix:Undo when Multi(Extend/Chamfer/Grow).
                                        #Fix:Undo when change properties of many entities.
                                        #Fix:(Extend/Chamfer/Grow) Structure entity which have devided side by user.
                                        #Improve about create slab.

                                        Thanks.

                                        Hi Tak2hata

                                        Thanks you πŸ‘ πŸ˜‰
                                        And I'm CHKing Now

                                        @tak2hata said:

                                        Hi,Sumaster.
                                        In your file ,there was no compound wall.
                                        But the wall's edge was cutted by your manipulation.It do not good for "Extend tool" in previous version.
                                        It was improved in this ver.

                                        Thanks.

                                        Oh. . . .

                                        and here the new tool get random color
                                        how i fix the color means ( Walls get White, Steel Member get Medium Red, . . etc )

                                        Thank you,
                                        SUmaster

                                        1 Reply Last reply Reply Quote 0
                                        • T Offline
                                          tak2hata
                                          last edited by 21 Sept 2012, 14:57

                                          Hi,all.
                                          I attach CTMan's UK Steel pflist file on top of this thread.

                                          It will helps Building structure tool users.

                                          Thanks.


                                          by TAK2HATA

                                          1 Reply Last reply Reply Quote 0
                                          • 1
                                          • 2
                                          • 8
                                          • 9
                                          • 10
                                          • 11
                                          • 12
                                          • 16
                                          • 17
                                          • 10 / 17
                                          10 / 17
                                          • First post
                                            184/332
                                            Last post
                                          Buy SketchPlus
                                          Buy SUbD
                                          Buy WrapR
                                          Buy eBook
                                          Buy Modelur
                                          Buy Vertex Tools
                                          Buy SketchCuisine
                                          Buy FormFonts

                                          Advertisement