sketchucation logo sketchucation
    • Login
    1. Home
    2. tomot
    3. Topics
    ℹ️ Licensed Extensions | FredoBatch, ElevationProfile, FredoSketch, LayOps, MatSim and Pic2Shape will require license from Sept 1st More Info
    T
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 116
    • Posts 703
    • Groups 1

    Topics

    • T

      If the world could vote!

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      27
      0 Votes
      27 Posts
      566 Views
      david_hD
      A little Election Day Story. .. . Battlestar Democratica!. . . A smallragtag troop of intrepid demos are being led to the new promised world. . .Hopeland. Led by the sage Elder Commander Obama. . .aided by warriors Dirk Biden ,Lt. Sheba Pilosi- and Starbuck Reid. . .but they must first defeat the evil NeoCons in a battle to restore order to the Galaxy. . . [image: eFPD_silon.jpg] [image: wZvN_obamaadama.jpg]
    • T

      [Plugin] DoorTool starter

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      18
      0 Votes
      18 Posts
      19k Views
      C
      very HELPFUL and HANDY plugin!, THANKS A LOT!
    • T

      Ruby capable text editor

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      5
      0 Votes
      5 Posts
      2k Views
      M
      Noteapd +1
    • T

      How to draw non static Arc's?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      329 Views
      T
      @unknownuser said: Tell me if you need some code for that in 3D. Fredo Thanks! I'll take you up on that offer. I will PM you.
    • T

      New improved Computer Monitor cleaner!

      Watching Ignoring Scheduled Pinned Locked Moved Corner Bar
      17
      0 Votes
      17 Posts
      980 Views
      C
      did that to a friend last week. hardest part is keeping quiet while they blurt out obscenities... he was like "well, my hard drive isn't running so how can it be locked up? can it?"
    • T

      Why is polar missing from the API?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      504 Views
      R
      A sloped roof doesn't lie in any of the 3 standard planes, so there's a quick exception, and was the kind of thing I was talking about. It is planar, but not orthogonal to the coordinate system. And a sloped roof on a wall at a 30 degree angle to the x axis compounds the issue... @tomot said: those that wrote the API didn't think a polar method was necessary. True, because they provided vectors and transformations. Polar is simply a kind of transformation.
    • T

      [Plugin] Window Tools: Revised, 4 tools, incl. icons.

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      26
      0 Votes
      26 Posts
      31k Views
      TandemT
      Thank you very much for a great plugin.
    • T

      Sketchup and ParaCloud Modeler

      Watching Ignoring Scheduled Pinned Locked Moved Extensions & Applications Discussions extensions
      5
      0 Votes
      5 Posts
      2k Views
      K
      @unknownuser said: The funny thing is to see Excel build such complex and astonishing structures!
    • T

      FxRuby and GUI's

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      892 Views
      W
      Run following code in Sketchup , when I click the button "Quit", The promopte "Quit has been clicked!" can be printed,but dialog does't disappear . It sames that method "exit" for application can't finish the program in Sketchup! But in Ruby 1.8 , it works well. Why? require 'fox16' include Fox application = FXApp.new("Hello", "FoxTest") main = FXMainWindow.new(application, "Hello", nil, nil, DECOR_ALL) a_button=FXButton.new(main, "&Quit!", nil, application, FXApp;;ID_QUIT) a_button.connect(SEL_COMMAND){ p "Quit has been clicked!" application.exit } application.create() main.show(PLACEMENT_SCREEN) application.run() [image: 0fV0_hello.jpg]
    • T

      [Plugin] Mullion, Screen or Grille tool

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      11
      0 Votes
      11 Posts
      16k Views
      J
      tomot has released an updated version of this plugin as part of a suite of WindowTools; see here: http://www.sketchucation.com/forums/scf/viewtopic.php?f=180&t=12869
    • T

      Developing a specific if statement ?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      234 Views
      tbdT
      x,y,z = $Vec1.to_a if (-y && x>0) ... do your code end also try not to use global variables (see this discussion)
    • T

      $ versus @

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      20
      0 Votes
      20 Posts
      3k Views
      M
      Hello Fredo6 ! Thank you for your answer ! It works great ! get_toolid & set_toolid are perfect ! Just one thing, @@variable doesn't work. Just @variable... Thank you Fredo !
    • T

      Simple Glazing Frame & Exterior Trim tool

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      788 Views
      T
      @jim said: Here's one test.. > if( ($etthick != 0) and ($etwidth != 0) ) > # Both are not zero > # Your code here > end > Thanks: Jim for jumping to the rescue! I will re post this Ruby with your added code, since some members may not know how to cut and paste code snippets into Ruby files. WindowGlassFrame.rb
    • T

      Why are there 2 forums missing after login?

      Watching Ignoring Scheduled Pinned Locked Moved Newbie Forum sketchup
      2
      0 Votes
      2 Posts
      303 Views
      R
      A lot of people dont use those forums, so they were separated in to optional forums. You can sign up to them by going to the UCP (top left corner of your screen)->usergroups->select the ones you want->click 'sign up' at the bottom of the page.
    • T

      [Plugin] Simple Glazing tool

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      19
      0 Votes
      19 Posts
      16k Views
      T
      @fletch said: @Rick, ah well... c'est la vie... In fairness to RickW, he has produced some amazing code. I think he was the first one to create a dialog box in Ruby. Without which all input Rubies could not exist.
    • T

      Pushpull coding problem

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      1k Views
      Didier BurD
      Hi, The simplest way: arc= model.entities.add_arc([x+@dist, y+@dist, z], vecx, vecz, @d/2, 0, pi/2, @s) line1 = model.entities.add_line([x+@dist, y+@dist, z],[x+@dist, y+@dist+@d/2, z]) line2 = =model.entities.add_line([x+@dist, y+@dist, z],[x+@dist+@d/2, y+@dist, z]) face = model.entities.add_face[arc,line1,line2] face.pushpull @thick Regards,
    • 1 / 1