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

      @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
                    • D Offline
                      driven
                      last edited by

                      @unknownuser said:

                      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

                      Start.rb is not finding iconv.so is what your message says, and it needs it so it reports an error....

                      I'm on mac, but it looks like you need to put the missing file into your plugins folder >>> iconv.so

                      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
                      • FrederikF Offline
                        Frederik
                        last edited by

                        Looks like a very interesting plugin... 👍
                        Unfortunately I seem to share the same issue as Ken...
                        I've never had any issue installing a plugin - before now... 😕
                        I even tried to copy the iconv.so to the plugins folder, but to no avail... 😐


                        SU-plugins-CoolPipe.jpg


                        SU-plugins.jpg


                        CoolPipe-Error-msg.jpg

                        Cheers
                        Kim Frederik

                        1 Reply Last reply Reply Quote 0
                        • FrederikF Offline
                          Frederik
                          last edited by

                          OK... Tried to see if I could see something in the coolpipe_Start.rb
                          (yep - it's dangerous when having a very limited knowledge when it comes to coding... 😆 )

                          The original code looked like this:

                          #encoding; utf-8
                          ##################################################################################################
                          ##################################################################################################
                          # Cool Pipe Engine 2011-2012
                          # Cool Pipe Engine 2011-2012 to the SketchUp interface
                          # version 1.2
                          # Software Author;     Borisov Denis Vladimirovich (yad2000@rambler.ru)
                          # Design;              Borisov Denis Vladimirovich (yad2000@rambler.ru)
                          # ©2012 by Borisov Denis Vladimirovich (yad2000@rambler.ru)
                          #История версий
                          #-v1.2.1
                          #-Мультиязычность проекта (русский,английский,французский,итальянский,испанский,немецкий), возможность выбора языка в процессе работы с плагином
                          #-Расчет массы отвода (стального), расчитыватеся по геометрическим параметрам (может не соответствовать с заводским изделиям)
                          #-Структура кода измененена; отсутствует изменение стандартных классов, весь код объединен в классы и модули
                          #-внесено исправление по загрузке iconv.so; на MAC не загружать, только на Windows
                          #-редактирование элементов вынесено за пределы Observer при выделении на отдельную командную кнопку
                          #-исправлен принцип сортировки элементов спецификации на стандартный .sort (для избежания утечки памяти в процессе подсчета и зависаний SketchUP)
                          
                          #-v1.2
                          #-Изменение структуры работы с базой данных элементов
                          #-Рисование и редактирование трубопроводов
                          #-Рисование и редактирование отводов
                          #-Рисование и редактирование переходов
                          #-Рисование и редактирование тройников
                          #-Рисование заглушек
                          #-Рисование фланцев
                          #-Создание спецификации
                          #-Функция копирования свойств (слой+материал) для объектов CoolPipe и групп
                          #v1.1
                          #-Следующие публикации по адресу; http://coolpipe.ru/load
                          #-Кардинально изменен дизайн диалога с пользователем
                          #-Дополнена база ГОСТов трубопроводов
                          #-Рисование трубопроводов мышью
                          #-Накладывание слоев, собственный редактор "быстрых" слоев
                          #-Накладывание материалов (боевая раскраска трубопроводов)
                          #-Накладывание теплоизоляции + редактор стандартных толщин изоляции
                          #-Функция "Прилепить отвод"
                          #-Функции редактирования трубопроводов (задание уклона или отметок трубопровода)
                          #-Функции редактирования отводов при выделении самих отводов мышью (экранное меню)
                          #-Функция "Составление спецификации"
                          #--разработка прервана 
                          #v1.0
                          #Пробный плагин (в виде тулбара) рисующий трубы, отводы, переходы, тройники, заглушки, фланцы по известным ГОСТам
                          #Первая публикация по адресу; http://forum.abok.ru/index.php?&showtopic=30806&st=160
                          ##################################################################################################
                          ##################################################################################################
                          require 'sketchup.rb'
                          require 'CoolPipe/cp_Lang.rb'
                          require 'CoolPipe/Service_proc.rb'
                          require 'CoolPipe/PipeTool.rb'
                          require 'CoolPipe/ElbowTool.rb'
                          require 'CoolPipe/ReducerTool.rb'
                          require 'CoolPipe/TeeTool.rb'
                          require 'CoolPipe/CapTool.rb'
                          require 'CoolPipe/FlangeTool.rb'
                          require 'CoolPipe/cpCSVBase.rb'
                          require 'CoolPipe/CopyOptionsTool.rb'
                          
                          pform = (Object;;RUBY_PLATFORM =~ /mswin/i) ? ;windows ; ((Object;;RUBY_PLATFORM =~ /darwin/i) ? ;mac ; ;other)
                          platform = pform.to_s
                          if platform == "windows"
                            require 'CoolPipe/iconv.so' #  применяем iconv
                          elsif platform == "mac"
                             #  не применяем
                          end
                          CoolPipe_number_version = "1.2.1" # Текущая версия плагина
                          ##################################################################################################
                          coolpipe_plugin = CoolPipePluginApp.new
                          coolpipe_plugin.run
                          

                          So I deleted the two spaces in line 62 in front of "require"

                          if platform == "windows"
                          require 'CoolPipe/iconv.so' #  применяем iconv
                          

                          Now I get this Load Error message:


                          CoolPipe-Load-Errors.jpg

                          Cheers
                          Kim Frederik

                          1 Reply Last reply Reply Quote 0
                          • yorik1984Y Offline
                            yorik1984
                            last edited by

                            Copy iconv.co to C:\Windows\system32

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

                              @yorik1984 said:

                              Copy iconv.so to C:\Windows\system32

                              NO.. DO NOT !

                              It does not belong in the OS system directory !

                              I'm not here much anymore.

                              1 Reply Last reply Reply Quote 0
                              • yorik1984Y Offline
                                yorik1984
                                last edited by

                                if platform == "windows"
                                  require 'CoolPipe/iconv.so' #  применяем iconv
                                elsif platform == "mac"
                                   #  не применяем
                                end
                                

                                Frederik has WINDOWS!

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

                                  @yorik1984 said:

                                  Frederik has WINDOWS!

                                  and Dan is saying "DON'T" move the file into the C:\Windows\system32 system path, it won't be found and doesn't belong there...

                                  @ Fredrick if you suspect the require is not working test it in 'Ruby Console'. e.g.

                                  
                                  pform = (Object;;RUBY_PLATFORM =~ /mswin/i) ? ;windows ; ((Object;;RUBY_PLATFORM =~ /darwin/i) ? ;mac ; ;other)
                                  platform = pform.to_s
                                  

                                  should return windows
                                  then try

                                  if platform == "windows"
                                    require 'CoolPipe/iconv.so' #  применяем iconv
                                  elsif platform == "mac"
                                     #  не применяем
                                  end
                                  

                                  should return true
                                  if it does it's not the problem, if it doesn't, check permissions on that file... 'CoolPipe/iconv.so' in that Directory, don't move it...
                                  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
                                  • FrederikF Offline
                                    Frederik
                                    last edited by

                                    Thanks for the heads up...
                                    Much appreciated... 👍

                                    I don't dare to copy any files into the C:\Windows\System32 folder...
                                    It seem strange that I would need to copy a file to a OS system folder... 😐

                                    From the videos this plugin looks very interesting...
                                    I'm working as Project Manager and my job is to make 2D and 3D drawings, mechanical design, building design, surface calculation, volume calculation, walk through in buildings, equipment layout in control/engineering rooms, piping design, piping and equipment support design, of the cooling systems we're going to be working on...

                                    On a daily basis I'm using the 3skeng plugin, which suits my needs well...
                                    Since this is also related to the piping industry I wanted to check it out, but as long as I can't get it to work, I will stick to the 3skeng plugin... 😉

                                    Cheers
                                    Kim Frederik

                                    1 Reply Last reply Reply Quote 0
                                    • FrederikF Offline
                                      Frederik
                                      last edited by

                                      @driven said:

                                      @ Fredrick if you suspect the require is not working test it in 'Ruby Console'. e.g.

                                      
                                      > pform = (Object;;RUBY_PLATFORM =~ /mswin/i) ? ;windows ; ((Object;;RUBY_PLATFORM =~ /darwin/i) ? ;mac ; ;other)
                                      > platform = pform.to_s
                                      

                                      should return windows

                                      It sure does...

                                      @driven said:

                                      then try

                                      if platform == "windows"
                                      >   require 'CoolPipe/iconv.so' #  применяем iconv
                                      > elsif platform == "mac"
                                      >    #  не применяем
                                      > end
                                      

                                      should return true

                                      if it does it's not the problem, if it doesn't, check permissions on that file... 'CoolPipe/iconv.so' in that Directory, don't move it...
                                      john

                                      A bit strange...
                                      It seem to only allow me to write

                                      if platform == "windows"
                                      

                                      I don't seem to be able to insert the remaining text... 😕

                                      Cheers
                                      Kim Frederik

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

                                        @frederik said:

                                        I don't seem to be able to insert the remaining text... :?

                                        I think that's the windows single line 'Ruby Console' thing... mac is multiline, and mines actually full page as well, sorry..

                                        just use the require and see if it returns true

                                        require 'CoolPipe/iconv.so'
                                        

                                        might need the rest of path if nothing else has loaded..
                                        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
                                        • D Offline
                                          driven
                                          last edited by

                                          I think single line looks like this

                                          if platform == "windows"; require 'CoolPipe/iconv.so'; elsif platform == "mac";  end
                                          

                                          but I never need it so... 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
                                          • FrederikF Offline
                                            Frederik
                                            last edited by

                                            Cheers, John...!

                                            I believe I will just leave it as is for the time being...
                                            Like I wrote I don't like to copy anything to any system folder, so until they come up with an alternative plugin, I will stick to 3skeng... 😄

                                            Cheers
                                            Kim Frederik

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

                                            Advertisement