sketchucation logo sketchucation
    • Login
    1. Home
    2. dezmo
    3. Posts
    ๐Ÿ›ฃ๏ธ Road Profile Builder | Generate roads, curbs and pavements easily Download
    D
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 5
    • Posts 69
    • Groups 2

    Posts

    Recent Best Controversial
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @frederik said:

      One thing I'm really missing is the ability to make bends other than 90 degree...
      With the 3skeng you have the option to select the bend degree when connecting it to a pipe...

      If I select the pipe and bend, I can't get i.e. a 45 degree angle...

      Oh, yes. Originally it is designed to make perpendicular piping between two existing point, when I did not think even of the Pipe Auto function.
      But I get the idea of "pipe auto" and started to work on it, than pipe&bend remained as it is.

      The drawn line endpoint is the 90ยฐbend "other end" "horizontal" projection to be able to align to the next component. Right now the pipe length is the distance between picked point minus the bend radius. I do not know what should be the length if the angle is different than 90ยฐ, because the "end" face of the bend looking somewhere other direction than the length of the pipe+bend "height" (bend "height" = the bend two end face middle point distance.)
      If I allowing to put other than 90ยฐ I have to calculate backwards somehow and I would heve to know in advance the "height" of the bend + pipe length.
      Did you get my explanation, because I'm already lost... ๐Ÿ˜„

      So lot of questions raises regards your "simple" request.

      I'll see if I can do something... Currently I don't have any idea and my boss extended my work for (in) Denmark & the holiday season is also here... ๐Ÿ˜Ž

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @pilou said:

      French Manual! ๐Ÿ˜„

      What a nice surprise! Thanks! ๐Ÿ˜Ž ๐Ÿ˜„

      I'll put it to the first post!

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @pilou said:

      If you are interested in French UI and manual in French, don't hesitate! ๐Ÿ˜„
      Seems remember i have made the 3SKeng and site in French in the past for the fun! ๐Ÿ’š
      (seems they have updated that! There is only rest the menu on the left! ๐Ÿ˜ฎ

      For the UI I need a list or a multi-Language system, because I don't want to swim in the code! ๐Ÿ˜„

      Thanks a lot pilou!I am very grateful! ๐Ÿ˜„
      But unfortunately the code itself is not prepared for more than 1 language. (yet?) But at least the manual can be useful... ๐Ÿ˜‰

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      Update in the first post:
      Changes: (2016_0711_2005)

      • The HTML UI tuned (horizontal UI removed)
      • User input check is massively improved
        Note the input fields check still not 100% complete, be careful what you type in. If you got crash please report here!
      • Undo stack is more clear now
      • User manual updated
      • Other small improvement
      • clean up, reduce file sizes, typos etc...
      • small bugs, and other things what I don't remember...
      posted in Plugins
      D
      dezmo
    • RE: Selection error?? with Ruby API

      I think you were selected already what you want. ๐Ÿ˜‰
      But the "a" array is contains all groups since you were grep-ed it. Inside the iteration you have a right selection aray. You have to look for that for example like this:

      entities=Sketchup.active_model.active_entities
      selection = Sketchup.active_model.selection
      a = entities.grep(Sketchup;;Group).each{|e|selection.add e if e.name.include?('aaa')}
      
      selection.each{|e| e.hidden=true}
      

      So the "selection" will be your array of selected groups.
      (Btw. I don't think you can apply s.hidden=true you heve to iterate through each element... )

      More simple:

      entities=Sketchup.active_model.active_entities
      
      entities.grep(Sketchup;;Group).each{|e| e.hidden=true if e.name.include?('aaa')}
      
      posted in Developers' Forum
      D
      dezmo
    • RE: Auto close UI.messagebox (Bug or feature?)

      @thomthom said:

      What would the use case for that be?

      If you know in advance that there will be long operation, you can prepare a message box which will come after e.g. 5-10 min. " It seems to much time to process, do you want to abort or go ahead?"
      The UI:messagebox is suspending the operation and the code is continuing if it is closed. (At least in windows...)
      But if the user is not responding for e.g. 30-60sec the message box will close automaticly and the code is continuing to process.

      You can't use webdialog, because in long operation SU (including WD) is not responding at all.

      For sure there is other workaround, or possible to do your code on other way, but this could be an "easy" solution...

      (I'm just an amateur engineer, not a programmer ... ๐Ÿ˜‰ )

      posted in Developers' Forum
      D
      dezmo
    • RE: Auto close UI.messagebox (Bug or feature?)

      I hope it will be corrected sometime..and real autoclose (or close from code) will implemented for messagebox.

      posted in Developers' Forum
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @frederik said:

      But you're not Danish - right...?!
      Could have been fun to meet you and have a cup of coffee or a beer...
      Aahhh welll... Perhaps another time...

      I'm Hungarian, currently living in Germany and traveling a lot. Maybe one time we can have some coffee... ๐Ÿ˜Ž

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @frederik said:

      @dezmo said:

      ...my work in Denmark... )

      Your work in Denmark...?!?
      Where do you work in Denmark...?
      I'm based in Denmark and I'm working in the center of Copenhagen...

      I'm in the middle of nowhere... in industrial area. (Videbรฆk close to Herning)

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @frederik said:

      In particular I like the way users can make their own libraries...
      The company I worked with used a special DIN and I always had to adjust radius for bends and length of reducers etc...
      With the option your plugin has, it's much easier... ๐Ÿ‘

      Yes. Thanks for nice words. And you are right this was the main goal to use external file as a dimensions, so you can quickly choose what you want. Sure, you can override it manually you don't need some dimensions so often.

      As you can see you can "play" a lot with parameters but at the end you can resize the UI to smaller and you can use as a "toolbar" only...

      (BTW when I'm finishing my work in Denmark ๐Ÿ˜‰ I'll try to make some "final tune" on PomPi and the user manual... but I still can't give a deadline... )

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @frederik said:

      Hi Dezmo,

      Thanks for this plugin - it's really useful for people working with pipes... ๐Ÿ‘
      In the past I worked with cooling and ventilation systems and I've been using the 3skeng plugin, but I really like your plugin... ๐Ÿ˜„

      Is it possible only to have the outer mesh of the pipe?
      I'm asking about this, as the thickness isn't really needed and if you have very complex models, it will take a lot of geometry and make SU slow when orbiting the model...

      Nice to see if you like my plugin!

      Put 0 to inner diameter... ๐Ÿ˜‰

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      Fixed version in first post!
      (I hope if it OK now... I have not much time to test.)

      Fixed: (2016_0621_1551) Please test!

      • The "Arc" related crash should be OK
      • The interface will notice (and not allow to anything bend related operation) if outside diameter>=2bend radius (DO1>=2RBE)
        - Note the input fields check still not 100% complete, be careful what you type in. If you got crash please report here!
      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @jql said:

      And here I was thinking this was just another piping plugin. It seems I'd use this a lot.

      Let me ask you one thing: When it calculates the autopiping does it use standard corners radiuses or are they user input?

      I do a lot of those and always have to correct them after checking with my favorite steel worker ๐Ÿ˜„

      Happy to hear if you find it useful! ๐Ÿ˜„

      The radius of the corner (elbow) is "standard": coming from RBE field, what you can enter manually or coming from your (or mine) CSV file.
      As you may discovered in the user manual, You can create your CSV file according to your taste... and load it.

      The angle is determined by selected lines. (ignored the ABE filed)

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      Thanks for pilouto report:

      - If you apply Auto pipe -with a certain parameters- to "Arc" SU can crash! (Somtimes only when you try to undo it)
      (I typed into the first post too..)
      Sorry about it I will try to figure out why... sometime.

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @pilou said:

      You are lucky! ๐Ÿ’š
      Crash(es) becomes exacly like previous post and even more beautifuly! ๐Ÿ˜‰

      But maybe I have a little idea! I use 2016 and you 2014 so...?

      Even I input crazzy thing your plugin must alert me but not make a direct crash! ๐Ÿ’š

      Thanks a lot (I have W7/SU2014 on my work computer, W10 SU/2015Pro +2016pro + 2016Make in my home computer ... ๐Ÿ˜‰ )

      I reproduced the error now. It is only on SU 2016pro/make. (on SU2014 I will try later)

      But now I have to travel for 2-3 weeks working abroad... (Without my home computer... let see if I can do something during this time)

      Thanks again! Please try to create in an other way the 'Arc' or don't use PomPi on it don't use undo โ˜€
      ๐Ÿ˜‰

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @pilou said:

      Sorry but
      I draw a simple Arc
      Apply Auto Pipe
      cool : all works fine ๐Ÿ˜Ž

      but I will make a CTRL + Z (Undo)

      ---> total crash BugSlpatch --> Sketchup closed! ๐Ÿ˜ฎ

      Hm. Interesting. Thanks for reporting.
      I didn't faced any of single crash, but I have never tested with Free/Make version. And the ani-gif above has been made by applying auto pipe and undoing, applying auto pipe and undoing....
      However I don't see so much chance to check it in the next 2 weeks, but would you please try to post the file (skp) what causing the crash. Crete Arc, save the file... and try to reproduce the error, if you get crash please post the file, (and dimension/ settings in PomPi)
      Thanks!

      Update:
      I just installed SketchUp Make and can't reproduce your error!?

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @pilou said:

      You have a challenger here! ๐Ÿ˜‰

      Yes, I saw (as all of the other "pipe" plugin here...). My very first version were a little similar, but now I don't think you can compare...๐Ÿ˜‰

      posted in Plugins
      D
      dezmo
    • RE: [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      @pilou said:

      Seems very elaborated!

      Unfortunately, not as much as I'd like. Honestly my idea is started a year ago, but I had to learn a lot...
      But nowadays I can have a lot less time to dedicate to this.

      posted in Plugins
      D
      dezmo
    • [Plugin] PomPi (Pompous Piping 2016 RC2018 )

      PomPi
      Pompi2016RC2018_2.png
      Pompous Piping
      Uploaded to PluginStore!

      Version:2016RC 2018_0510_1833
      Release notes below.
      Language: English
      Creator:Dezmo (dezmo at freemail dot hu /Paypal donation)
      (For proper pronunciation of "PomPi" please put it to google translate and set the language to Hungarian/magyar and click to speaker icon!)

      I had some time to work on it again. It is still not perfect, but I hope you will enjoy it!

      Main features

      • Easy to predefine and load your own dimensionโ€™s library by CSV file. (examples included)

      Two-tree clicks to create and orient simple pipe, bend, reducer, flange, union or T.

      Aided line tool for define your piping path. NEW!

      Convert all selected edges to bends and pipes.
      Similar to Pipe Along Path, but โ€œfilletโ€ the connection points by elbow
      Not limited to one path.
      To align connected end segments, pipe elements will be twisted automatically

      Convert all selected bends and pipes back to edges. NEW!

      You can create your own CSV file with your preferred standards (ANSI, ASME, ISO EN, JISโ€ฆor) whatever you want and determine the dimensions of pipe and fittings with only a click.

      Handle millimeter and inch

      Similar pipe elements will be same existing component but other instance.

      Easy to define cross section (profile) as circle, triangle, square, pentagon, hexagon .... (up to 96 side polygon or circle). You can rotate it too.

      Generate report about selected PomPi pipe elements, save it to CSV file and show in HTML window. NEW!

      โ€œSide effectโ€: PomPi weld! Joins selected edges into a 'curve'. NEW! It is similar to TIG-weld but using different method. You can select more edges loops and all will be converted until branching point(s).

      Simple, self-explaining user interface. Scalable/resizable html UI.

      Free!

      Please check the second post for gif-video!

      With help of the html UI, you can create infinite variety of pipe element. (pipe, bend, T, reducer,...). Dimensions are from CSV file, or by manual entering.
      Please check the attached user manual for more info. (Or click on help in HTML UI if you are already installed. The help file is part of the plugin too.)

      Install it as the usual extension.

      The โ€œ2016โ€ in the name of the tool is intentional, it is referring that fact it may not work on future SKETCHUP versionsโ€ฆ but:
      Tested: SKETCHUP PRO 2014 on Windows 7, SKETCHUP PRO 2015&2016 on Windows 10. Partly tested on SKETCHUP Make 2017, but some functions (create T, reducersโ€ฆ) are not working on it, because e.g. โ€œsubtractโ€ โ€œunionโ€ functions are not supported in free version. Partly tested on SKETCHUP PRO 2018 too and itโ€™s okay on it.

      MAC user feedback are welcome !

      This plugin is using some bits from others. If you want to (and can), please check it in the program code files, and give thanks / credits / donation to them!

      First I just wanted to put some bends, T's... to my drawing automatically, then somehow this code went out from my fingers to keyboard. ๐Ÿ˜‰
      I'm still not a programmer, far from it, but I liked to discover ruby...and html ... and javascript ...and css.
      For sure this can be done any other way, but since I don't understand everything yet in this special languages, I used what I (more or less) can catch from hundreds of code what I read and get from SketchUp Ruby API documentation.
      The code is (mostly) heavily commented so maybe someone else might benefit from it. If nothing else, then use as a bad example.
      I think there is some interesting method in my code to sort out vertices of selected edges, (in Dezmo_pompi2016_auto.rb) and probably the bend (elbow) creating method (in Dezmo_pompi2016_bend.rb).

      I can not give any deadline, if at all, to finish this. Currently I have a lot other to do, Please enjoy what you get now. ๐Ÿ˜„

      (RC 2018_0505_1151) Please test!
      Lot of changes, fixes, new features...try it!

      RC 2018_0510_1833 (First Plugin Store release)

      • You can more flexible insert and rotate PomPi elements
      • Slightly changed UI, and naming of componets
      • Some code cleanup, correction.

      **RC 2018_0521_1631

      • Bug: can't create BOM if there were T's, has been eliminated.
      • Small changes to rotate PomPi elements (and other group/component)
      • Indication of possible bend if the last point==first point in aided draw
      • More easy to put PomPi's into Pipe center line (xRay if hover on pipe, green color if on centerline)**

      Although I do not like, but I'm waiting for criticism .. ๐Ÿ˜„

      French translate of OM (old version) Thanks to pilou : http://moiscript.weebly.com/pompi.html

      Download from PluginStore


      Doc:

      posted in Plugins
      D
      dezmo
    • Auto close UI.messagebox (Bug or feature?)

      Hi All,
      I did not find "official" method to automatically close messagebox. However when I tried to find some similar accidentally i find out this:
      (Paste it to your console.)

      wd = UI;;WebDialog.new("Dialog", true, "W1", 800,800,100,100,true)
      wd.set_html("This window will close automaticaly after 5 sec...")
      id = UI.start_timer(5, false) { wd.close;UI.beep }
      wd.show
      UI.messagebox('Do not click OK!...SketchUp will close this too')
      

      Btw: if you size the webdialog smaller than messagebox it is looks like you ara using only messagebox. (Since SU will put the messagebox same place as wd.)

      Is that a known feature or bug?

      posted in Developers' Forum
      D
      dezmo
    • 1 / 1