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

    I invite for acquaintance with Russian plug-in

    Scheduled Pinned Locked Moved Plugins
    77 Posts 18 Posters 21.7k Views 18 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.
    • yad2000Y Offline
      yad2000
      last edited by

      @jorge2011 said:

      thanks for the update. But still generates the same error, when using the tool "tube":
      Error: #<ArgumentError: Not enough edges - at least 3 required>
      C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:569:in add_face' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:569:in cp_create_pipe_geometry'
      C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/PipeTool.rb:110:in `onLButtonDown'
      C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:247
      you can fix it?
      I use:
      windows xp in Spanish
      sketchup 8 pro in Spanish

      hmm ...
      very strange ...
      I was not able to repeat that mistake, I can recommend:

      Line number 569 is:

      face = entities.add_face circle
      

      Try replacing the line number 557:

      circle = entities.add_circle pt1, vecbegin, radius, numsegs
      

      on the line

      circle = entities.add_circle pt1, vecbegin, radius, 24
      

      or if not, then the line

      circle = entities.add_circle pt1, vecbegin, radius
      

      language is not involved, but rather a problem of API in your version of SketchUP, although the design:

      circle = entities.add_circle
      

      works with the version of SketchUp 6.0+, can you have an earlier version, not 8.0 PRO? in a previous version of the plug CoolPipe 1.2.0 you have the same problem was, nobody else it is not repeated

      CoolPipe Plugin

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

        This solution does not work.

        Untitled.gif

        the list of error:

        Error: #<ArgumentError: Not enough edges - at least 3 required>
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:570:in add_face' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:570:in cp_create_pipe_geometry'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/PipeTool.rb:110:in onLButtonDown' Error: #<NoMethodError: undefined method bounds' for nil:NilClass>
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/ReducerTool.rb:90:in creategeometry' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/ReducerTool.rb:67:in onLButtonDown'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:570
        Error: #<NoMethodError: undefined method bounds' for nil:NilClass> C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/TeeTool.rb:90:in creategeometry'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/TeeTool.rb:68:in onLButtonDown' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/ReducerTool.rb:90 Error: #<NoMethodError: undefined method bounds' for nil:NilClass>
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/FlangeTool.rb:90:in creategeometry' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/FlangeTool.rb:67:in onLButtonDown'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/TeeTool.rb:90
        Error: #<NoMethodError: undefined method bounds' for nil:NilClass> C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/FlangeTool.rb:90:in creategeometry'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/FlangeTool.rb:67:in onLButtonDown' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/FlangeTool.rb:90 Objeto elegido CoolPipe = Error: #<NoMethodError: undefined method []' for nil:NilClass>
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/PipeTool.rb:594:in getparams_frompipe' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/PipeTool.rb:327:in reset'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/PipeTool.rb:296:in initialize' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:3070:in new'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:3070:in cp_edit_coolpipe_elements' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:21:in cp_add_toolbar_button'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/FlangeTool.rb:90:in call' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/FlangeTool.rb:90 Error: #<NoMethodError: undefined method layer' for nil:NilClass>
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/CopyOptionsTool.rb:67:in onLButtonDown' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/PipeTool.rb:594 Error: #<NoMethodError: undefined method layer' for nil:NilClass>
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/CopyOptionsTool.rb:67:in onLButtonDown' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/CopyOptionsTool.rb:67 Error: #<NoMethodError: undefined method length' for nil:NilClass>
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:2819:in cp_get_length_tube' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:2931:in generate_CoolPipe_specification'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:2925:in each' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:2925:in generate_CoolPipe_specification'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/Service_proc.rb:25:in cp_add_toolbar_button' C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/CopyOptionsTool.rb:67:in call'
        C:/Archivos de programa/Google/Google SketchUp 8/Plugins/CoolPipe/CopyOptionsTool.rb:67

        1 Reply Last reply Reply Quote 0
        • Dan RathbunD Offline
          Dan Rathbun
          last edited by

          @yad2000 said:

          Line number 569 is:

          face = entities.add_face circle
          

          try:
          face = entities.add_face( circle.edges )

          I'm not here much anymore.

          1 Reply Last reply Reply Quote 0
          • yad2000Y Offline
            yad2000
            last edited by

            That's right, because you're not going to work. This plugin is targeted to the appropriate users. You have added a new document and a new tube without any parameters, of course anything you do will not work. The parameters necessary to specify everything: nominal diameter, outside diameter, wall thickness, the name of the pipeline, etc. All that is required.
            So that promote your cause, or assist in the development or discourage new users

            CoolPipe Plugin

            1 Reply Last reply Reply Quote 0
            • yad2000Y Offline
              yad2000
              last edited by

              Please bring a list of documents for which you want to add elements. Now used only 2 Russian document on the piping. If you write a number of documents that you use and you can download them somewhere, I'll add them to the database to avoid similar mistakes.

              CoolPipe Plugin

              1 Reply Last reply Reply Quote 0
              • T Offline
                tony bombata
                last edited by

                @jorge2011 said:

                @unknownuser said:

                I receive the following error code after installing.

                Thanks you in advance for your help.

                Ken

                You must copy the file "iconv.so" in the folder:
                windows/system32

                i use x64 windows and i had the same problem

                copied iconv.so and iconv.dll to win2, wow64, sketchup plugins and coolpipe folders
                don't know which worked out but it's working

                1 Reply Last reply Reply Quote 0
                • Dan RathbunD Offline
                  Dan Rathbun
                  last edited by

                  Well which one of those paths are in the $LOAD_PATH array ??

                  I'm not here much anymore.

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

                    @yad2000 said:

                    Please bring a list of documents for which you want to add elements. Now used only 2 Russian document on the piping. If you write a number of documents that you use and you can download them somewhere, I'll add them to the database to avoid similar mistakes.

                    I can not open the page, to download, why not posted on the website

                    I come from China, is to learn

                    1 Reply Last reply Reply Quote 0
                    • yad2000Y Offline
                      yad2000
                      last edited by

                      @guanjin said:

                      I can not open the page, to download, why not posted on the website

                      Coolpipe.ru site - located in the ucoz.com - if none of the sites of ucoz you can not read - then the problem is with your provider.

                      CoolPipe Plugin

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

                        @yad2000 said:

                        @irwanwr said:

                        if the plugin will be available in English version and shared here too.
                        if it is true.

                        this is true, but it will probably not soon. Will take some time to create a fully functional version of the native language, only then do the translation. It is possible I will ask for help - if you do not mind

                        未命名.jpg

                        Finally downloaded, loaded error

                        I come from China, is to learn

                        1 Reply Last reply Reply Quote 0
                        • yad2000Y Offline
                          yad2000
                          last edited by

                          @guanjin said:

                          @yad2000 said:

                          @irwanwr said:

                          if the plugin will be available in English version and shared here too.
                          if it is true.

                          this is true, but it will probably not soon. Will take some time to create a fully functional version of the native language, only then do the translation. It is possible I will ask for help - if you do not mind

                          [attachment=0:15v5ur39]<!-- ia0 -->未命名.jpg<!-- ia0 -->[/attachment:15v5ur39]
                          Finally downloaded, loaded error

                          in the file that you changed - Error!
                          you must:
                          "沿线 管道 目录 列表,
                          replaced by
                          "沿线 管道 目录 列表",
                          should work

                          CoolPipe Plugin

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

                            Successfully translated into Chinese, but has not been used successfully, the of plumbing tools?
                            😒 😒 😒

                            I come from China, is to learn

                            1 Reply Last reply Reply Quote 0
                            • yad2000Y Offline
                              yad2000
                              last edited by

                              @guanjin said:

                              Successfully translated into Chinese, but has not been used successfully, the of plumbing tools?
                              😒 😒 😒

                              Normative documents only Russian. To broaden the base of the elements - I need to know what documents you use. They are very much, all I add one can not afford

                              CoolPipe Plugin

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

                                @yad2000 said:

                                @guanjin said:

                                Successfully translated into Chinese, but has not been used successfully, the of plumbing tools?
                                😒 😒 😒

                                Normative documents only Russian. To broaden the base of the elements - I need to know what documents you use. They are very much, all I add one can not afford

                                I do not know that you mean ,the file is a common indoor plumbing components

                                I come from China, is to learn

                                1 Reply Last reply Reply Quote 0
                                • yad2000Y Offline
                                  yad2000
                                  last edited by

                                  I also do not understand what you want)))

                                  CoolPipe Plugin

                                  1 Reply Last reply Reply Quote 0
                                  • yad2000Y Offline
                                    yad2000
                                    last edited by

                                    I will say this: I have now developed a new version of the plugin, which will not appear on [iconv] and [web dialogues]. The most interesting thing to come, as the plugin will look - still a secret. When will the release of do not know. Work to be very much as I want to do everything in Ruby without any HTML and JavaScript

                                    CoolPipe Plugin

                                    1 Reply Last reply Reply Quote 0
                                    • yad2000Y Offline
                                      yad2000
                                      last edited by

                                      who knows how to use the database MongoDB in Ruby for SketchUP ❓

                                      here...

                                      CoolPipe Plugin

                                      1 Reply Last reply Reply Quote 0
                                      • yad2000Y Offline
                                        yad2000
                                        last edited by

                                        Time is now developing a new interface for plug-in.
                                        Here is a screenshot

                                        I want to abandon HTML, JavaScript, CSV. I am looking for ways to solve problems with the database.

                                        Who share the standards DIN / EN / ISO / API / ASTM / ASME?

                                        CoolPipe Plugin

                                        1 Reply Last reply Reply Quote 0
                                        • yad2000Y Offline
                                          yad2000
                                          last edited by

                                          Who shares the standards DIN / EN / ISO / API / ASTM / ASME?
                                          For further development of the plugin. Interest standards for all items, not just on the tube. At least to start with 2 pcs. You can share the standard is not complete, but only the image and style options.

                                          Google Translator gives terrible translations)))

                                          In Russia, the translation is: "Your - my not understand"))))

                                          CoolPipe Plugin

                                          1 Reply Last reply Reply Quote 0
                                          • kenK Offline
                                            ken
                                            last edited by

                                            Hello

                                            I have tried and tried to get this program to work. I keep getting the attached error. I have the file, iconv.so in the correct directory as shown.

                                            So what is wrong, and can it be fixed? I deal with pipes diagrams and would like for this to work.

                                            So thanks in advance for your help.

                                            Ken


                                            CoolPipeError.png

                                            Fight like your the third monkey on Noah's Ark gangway.

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

                                            Advertisement