sketchucation logo sketchucation
    • Login
    โ„น๏ธ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info

    [Plugin] Construction Tools (2014-03-22)

    Scheduled Pinned Locked Moved Plugins
    14 Posts 8 Posters 23.3k Views 8 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.
    • schorradtS Offline
      schorradt
      last edited by schorradt

      Hello Community,
      first let me say that all her made good work! Some Scripts and Plugins are amazing and partly free. ๐Ÿ‘

      I have some good plugins, from here and other places, collect and build a toolbar.
      I've added icons and cursors.
      Some scripts I have modified slightly. This is a collection for construction-points and -lines.
      I hope is Useful! Copyright is not by me ๐Ÿ˜„

      2 scripts are from Jim (Construction Line (older Version)) and (Arc Centerpoint)
      1 script is from TIG (AddVertex)
      1 script "Pointify Edges" unknown

      Update: 2014-03-22 #2

      • Add small Icons 16x16

      Update: 2014-03-22 #1

      • Bugfix Strict Code
      • Toolbar structure and icons remastered
      • tested on Sketchup Pro 2014

      Construction Tools (2014-03-22)


      http://www.henryschorradt.de/

      1 Reply Last reply Reply Quote 0
      • P Offline
        purplewind
        last edited by

        Awsome work! Thank you schorradt!

        http://www.sketchupbar.com

        1 Reply Last reply Reply Quote 0
        • EdsonE Offline
          Edson
          last edited by

          could you please list which scripts are in your new toobar? this will make it easier for us to decide whether to download it or not. thanks.

          edson mahfuz, architect| porto alegre โ€ข brasil
          http://www.mahfuz.arq.br

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

            Cool idea. ๐Ÿ‘
            As Edson said, it might be good to mention the rubies used in your first post of this thread.

            1 Reply Last reply Reply Quote 0
            • schorradtS Offline
              schorradt
              last edited by

              @kwistenbiebel said:

              Cool idea. ๐Ÿ‘
              As Edson said, it might be good to mention the rubies used in your first post of this thread.

              Sorry! I am now back in the community...
              The embedded scripts are:
              2 scripts from Jim (Construction Line Tool(older Version)) and (Arc Centerpoint)
              1 script is from TIG (AddVertex)
              1 script "Pointify Edges" unknown


              http://www.henryschorradt.de/

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

                Icons in 2014 is too large, uncoordinated, where the modified icon file

                Icon.rar

                ๐Ÿ‘

                I come from China, is to learn

                1 Reply Last reply Reply Quote 0
                • schorradtS Offline
                  schorradt
                  last edited by

                  @guanjin said:

                  Icons in 2014 is too large, uncoordinated, where the modified icon file

                  ๐Ÿ‘

                  i have Sketchup 2014 and no problems... large icons or small icons.

                  can you me explain the problem?


                  http://www.henryschorradt.de/

                  1 Reply Last reply Reply Quote 0
                  • jolranJ Offline
                    jolran
                    last edited by

                    Hi.

                    I don't know if something has changed in Sketchup 2014 regarding iconsize behavior, but for what I know it looks like you have same pathname for small_icon and large Icon.

                    
                    cmd.small_icon = File.join("mx_constructtools","addendpoints_icon.png")      
                    cmd.large_icon = File.join("mx_constructtools","addendpoints_icon.png")
                    

                    Normally you provide different pathnames & different sized Icons(16px and 24px), as Guanjin has provided.

                    something like:

                    
                    cmd.small_icon = File.join("mx_constructtools","addendpoints_icon16.png")
                    cmd.large_icon = File.join("mx_constructtools","addendpoints_icon24.png")
                    
                    1 Reply Last reply Reply Quote 0
                    • schorradtS Offline
                      schorradt
                      last edited by

                      thx, i have added the small icons.


                      http://www.henryschorradt.de/

                      1 Reply Last reply Reply Quote 0
                      • jolranJ Offline
                        jolran
                        last edited by

                        ๐Ÿ‘

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

                          @schorradt said:

                          [Plugin] Construction Tools (2014-03-22)

                          You got me all excited that it was to do with actual construction... Now the rest of my day is ruined. ๐Ÿ˜ž

                          Nice plugin though.

                          By: Kristoff Rand
                          Home DesignerUnique House Plans

                          1 Reply Last reply Reply Quote 0
                          • schorradtS Offline
                            schorradt
                            last edited by

                            hehe I'm so sorry.
                            I should probably rename the plugin ๐Ÿ˜„


                            http://www.henryschorradt.de/

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

                              Technically, the name is both descriptive and correct; so... I wouldn't.

                              What you should do is make a real construction plugin next... Yeah... That's what you should do. ๐Ÿ˜Ž

                              By: Kristoff Rand
                              Home DesignerUnique House Plans

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

                                Error Loading File wco_addcpoint.rb
                                Error: C:/Users/Audrius/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/wco_addcpoint.rb:31: syntax error, unexpected ',', expecting ')'
                                @@cu_addcpoint = UI::create_cursor (c, 5 , 18);

                                                                     ^
                                

                                C:/Users/Audrius/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/wco_addcpoint.rb:159: invalid multibyte char (UTF-8)
                                C:/Users/Audrius/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/wco_addcpoint.rb:159: syntax error, unexpected tIDENTIFIER, expecting ')'
                                cmd = UI::Command.new("Konstruktionspunkt hinzufรผgen...") {

                                                                                ^
                                

                                C:/Users/Audrius/AppData/Roaming/SketchUp/SketchUp 2014/SketchUp/Plugins/wco_addcpoint.rb:162: syntax error, unexpected tCONSTANT, expecting end-of-input
                                cmd.small_icon = "WCO_ADDCPOINT/icon_addcpoint.png"

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

                                Advertisement