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

    Topics

    • S

      [Plugin] Statistics Probe

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      2
      0 Votes
      2 Posts
      4k Views
      D
      Thanks Steve. This looks very useful.
    • S

      [Plugin] Statistics Probe

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      3
      0 Votes
      3 Posts
      2k Views
      jujuJ
      Links, or it didn't happen.
    • S

      [Plugin] SB Trilateration

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      4
      0 Votes
      4 Posts
      952 Views
      BepB
      You will find the download here: https://sketchucation.com/plugin/2106-sb_trilateration
    • S

      Fredo6 Tools problems on macOS High Sierra

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      9
      0 Votes
      9 Posts
      2k Views
      fredo6F
      Steve, Just sent you a PM about all this. Fredo
    • S

      [Plugin] Angular Dimension 2

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      27
      0 Votes
      27 Posts
      3k Views
      S
      We have just published v6.0 of this extension on the PluginStore. This release adds support for additional languages, improves handling of text placement in many cases, and fixes some minor bugs.
    • S

      [plugin] Circle Intersect

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      19
      0 Votes
      19 Posts
      3k Views
      S
      For anyone else who sees this, I just uploaded the corrected version to the plugin store. Sorry about the error!
    • S

      Sheraton Desk

      Watching Ignoring Scheduled Pinned Locked Moved Woodworking
      6
      0 Votes
      6 Posts
      1k Views
      Dave RD
      Indeed! And no wasted wood.
    • S

      Compound angle Tool

      Watching Ignoring Scheduled Pinned Locked Moved Woodworking
      14
      0 Votes
      14 Posts
      2k Views
      S
      Version 0.3 now available on the sketchUcation Plugin Store adds leg vs box type to allow planes to be located more usefully for compound miter joints vs legs.
    • S

      One-shot toolbar button on Mac

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Bug Reporting sketchup
      1
      0 Votes
      1 Posts
      935 Views
      No one has replied
    • S

      One-shot toolbar buttons?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      11
      0 Votes
      11 Posts
      366 Views
      tt_suT
      Oh, right - yes I noticed that there's a bug under OSX. Sorry, I mostly use PC so I'd forgotten. I think there's an issue for it, but I'll check again and bump it.
    • S

      Intersect_with revisited

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      27
      0 Votes
      27 Posts
      3k Views
      C
      @sdmitch said: Perhaps but then you have the added burden of figuring out what is horizontal and what is vertical. Creating a group for each edge seems to work every time and does so fairly quickly. The trouble is that entities.add_group becomes very slow after a while. Nevertheless, I've attached my final version. It divides the edges into classes based on orientation, and these classes are then further divided into groups of max 250 edges. All examples seems to merge correctly. There is also some verification built into the code. I encountered this problem in flowify where the (extended) projection grid intersects the geometry and even though distributing the edges over many groups alliviated the problem it did not fully solve it, so I'm quite happy to have found a better way. As a general observation, intersection is really two distinct problems, the first is to find the intersection edges and the second is to merge the geometry. My biggest problem with intersect stems from the first part. A face in Sketchup does only have to be almost flat while the intersection between two faces is computed from two exactly flat mathematical planes. This means that the intersection edges may fail to merge with the not-exactly-flat face due to tolerance issues. I've found that the following procedure produces a more robust intersect, especially for complicated surfaces: 1) Transform the geometry to a gigantic scale 2) Check all faces by computing a plane form the vertices and then check that all vertices are on that plane. If they are not, then triangulate the face. 3) Intersect Complicated grids.. GridTest.rb
    • S

      What use are Tool id's?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      258 Views
      Dan RathbunD
      Last I knew Mac only worked with string arguments for actions.
    • S

      What does SketchUp 2013 do for developers?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      44
      0 Votes
      44 Posts
      8k Views
      thomthomT
      @dacastror said: when opening sketchup 8 will not get a notice to upgrade to 2013 version (because of this, they will lose millions of users) It does update. Unless you have a firewall that blocks access. @dacastror said: in "Sketchup 2013 free" entities transformations performed more slowly than "Sketchup 2013 pro" and "Sketchup 8". These things are really serious errors Got a reproducible sample case for this?
    • S

      Web dialog and cookies on Mac

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      116 Views
      S
      @dan rathbun said: Would it easier to use the LocalStorage interface instead of cookies ? Dan, Thanks for the tip! I tried it, and it not only works more portably, it is cleaner code. Steve
    • S

      Latest version for Mac?

      Watching Ignoring Scheduled Pinned Locked Moved SketchUp Bug Reporting sketchup
      18
      0 Votes
      18 Posts
      2k Views
      D
      won't be here for long john %(#FF0040)[REMOVED, you can delete this post and remove them from yours as well...]
    • S

      Webdlg debugging on Mac using WebKit inspector

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      8
      0 Votes
      8 Posts
      1k Views
      tt_suT
      Install Visual Studio Express (free). Then you can either attach it to SketchUp's process, or inject debugger; statement in your JS code to make the system prompt you to debug. You can then set breakpoints in Visual Studio and inspect variables and call stacks. I sometimes use a catch-all code like this to trigger the debugger on errors without having to inject debugger; around in the code: window.onerror = function(message, location, linenumber, error) { // Trigger an request to attach debugger. debugger; return false; };
    • S

      [Plugin] Dimension management tools

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      25
      0 Votes
      25 Posts
      50k Views
      TIGT
      @tdoolittle said: How do I remove this extension from Sketchup2016? Since it's a simple Plugin [rather than an Extension which would also have its own subfolder], you can simply find its RB file ' dimension_utilities.rb' and delete it. Look in your Plugins folder... This one-liner copy+pasted into the Ruby Console +<enter> will open your Plugins folder for you [it is in a folder-path that is hidden by default]: UI.openURL("file:///#{Sketchup.find_support_file('Plugins')}") Alternatively if you have the SketchUcation Toolset installed you can use its Plugins-Manager dialog to Disable any listed plugin-file that is being Loaded/Enabled - when SketchUp restarts it won't load, but you could always reinstate it if you so desired, OR in the same toolset - use its submenu item to 'Uninstall' that plugin in which case, thereafter it won't load or even appear in any of its Manager dialogs, but it could still be Reinstalled later, if desired - by using the same dialog...
    • S

      [Plugin] Angular Dimension

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      63
      0 Votes
      63 Posts
      69k Views
      S
      @pntch06 said: Hi! I don`t know if someone else has issues when launching sketchup after installing the pluging. It is freezing the program Please help That's a new issue that hasn't been reported previously. I haven't been able to reproduce it. The code hasn't been modified since 2015, so this isn't due to any recent changes by me. Have you tried uninstalling the plugin to see if that makes the problem go away? It doesn't do anything during SketchUp startup that would explain freezing the program, so I unless some other plugin is interacting with it, I am at a loss as to what may be going on. As @DaveR mentioned, Angular Dimension 2 is the successor plugin to this one. It uses 3D text in the plane of the angle instead of leader text floating on the screen. That avoids issues where the leader text punches through or hides behind objects in the view. It also provides a lot of format customization options that the original Angular Dimension did not have.
    • S

      [Plugin] Layer Zero Fixup Tools

      Watching Ignoring Scheduled Pinned Locked Moved Plugins
      12
      0 Votes
      12 Posts
      12k Views
      Bob JamesB
      @jclements said: Here are links to PutOnLayer http://rhin.crai.archi.fr/rld/plugin_details.php?id=315 And PutOnCurrentLayer http://rhin.crai.archi.fr/rld/plugin_details.php?id=312 @jclements said: I combined the two into one. Where
    • 1 / 1