sketchucation logo sketchucation
    • Login
    1. Home
    2. tt_su
    3. Posts
    Oops, your profile's looking a bit empty! To help us tailor your experience, please fill in key details like your SketchUp version, skill level, operating system, and more. Update and save your info on your profile page today!
    🚨 Skimp | 25% Off until March 30 Buy Now
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1,034
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: How to subclass a drawing element

      You cannot inherit or sub-class the DrawingElement type of classes we provide. They are defined in C in such a way that it's not possible.

      Further more, we don't condone this - nor do we allow extensions that modify the Ruby or our Ruby API classes to be submitted to the Extension Warehouse.

      The reason for this is that if people modified existing methods they would break the behaviour we promise with our API and it would be impossible to develop for the Ruby API as all extensions share the same environment.

      We also don't allow people to add methods to our classes or modules because:

      1. It'd be the same as adding methods to the global namespace. What if someone else implement a Entities.add_sphere? Then there'd be a conflict.
      2. We reserve the namespace for us. Maybe we would like to implement an add_sphere method - in which case we wouldn't want it overridden by third party extensions.

      So you should instead be writing it with an alternative syntax. Make a method that accepts the Entities object where the sphere will be added. It's not as pretty, but for the sake of integrity and the sanity of the developers that use the API it's the way to go.

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: Base Camp 2014.

      You'll find me at the bar. I've had enough snow!

      posted in Corner Bar
      tt_suT
      tt_su
    • RE: 2013 Unconference

      That will be released later as we get closer to releasing SketchUp 2014. We cannot release all the details publicly yet. We do have a great amount of recordings from the event.

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: 2013 Unconference

      😍

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: [Plugin] Layers Panel 1.2.1

      SketchUp makes use of the OS render engine - under Windows that means IE and under OSX that is WebKit. Many other applications also uses embedded web controls - which will mostly mean IE. So keeping IE up to date is important - because it affects not only the browser but IE as a development platform. Ensuring you have the latest IE also makes your system more secure as IE is deeply embedded into the OS.

      posted in Plugins
      tt_suT
      tt_su
    • RE: [Plugin][$] Vertex Tools

      Adding to wish-list. Will take a look at it.

      posted in Plugins
      tt_suT
      tt_su
    • RE: [Plugin] QuadFaceTools

      Flattening a non-planar face into a planar one would affect connected geometry - cascading to the entire mesh. Such would be insanely complex and difficult - if not impossible.

      Maybe To Components can be reworked to handle QuadFace quads?

      posted in Plugins
      tt_suT
      tt_su
    • RE: Mac Scrambler for 2013

      Can you send me the RB and RBS file you are working with? I'd like to hook this up to our own debugger.

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: [Plugin] Layers Panel 1.2.1

      @jiminy-billy-bob said:

      That's not possible, unfortunatly 😞

      Workaround suggestion, size the window and leave a small clickable header in the HTML itself.

      posted in Plugins
      tt_suT
      tt_su
    • RE: Mac Scrambler for 2013

      Do you have sample data we can look at?

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: Add_face gives error duplicate point in array

      If you want to push a bunch of points into a set, and merge points that SketchUp thinks of as identical, you can use the PolygonMesh class. Just add the points and SU will merge similar points.

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: Add_face gives error duplicate point in array

      FYI, the reason for this tolerance is due to floating point tolerance: http://floating-point-gui.de/

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: Add_face gives error duplicate point in array

      @jolran said:

      Getting position values from a mathematical computation one should convert results to Point3d objects before comparison, right?

      What would ensure the data is treated fully as 3D points and handled using the internal tolerance, correct.

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: Add_face gives error duplicate point in array

      @jolran said:

      If you got duplicates Array.uniq! should do the trick though πŸ˜•

      That would only work when the numeric values are identical. But that would not filter out points from this error. If they are within tolerance they are considered identical.

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: Add_face gives error duplicate point in array

      @garry k said:

      The second point is the culprit. Does anyone know how close 2 points can be without producing an error?

      SketchUp's internal tolerance is 1/1000th of an inch. Comparing two Geom::Point3d objects using == will use this tolerance.

      posted in Developers' Forum
      tt_suT
      tt_su
    • RE: [Plugin] Solid Inspector

      Try to remove TT_Lib completely and then reinstal it. (Make sure to exit all SketchUp windows first.)

      posted in Plugins
      tt_suT
      tt_su
    • RE: [Plugin] Solid Inspector

      What error where you getting? (The actual error messages are usually the most useful when debugging.)

      posted in Plugins
      tt_suT
      tt_su
    • RE: SketchUp 2014 Wishlist

      @john sayers said:

      1. Somewhere down the line Google screwed the zoom in. Now construction lines also disappear if you zoom in too far. This never happened in earlier versions.

      Under Preferences there is a checkbox labelled "Disable pre-pick on Push/Pull Tool" which will return the behaviour to the old style.
      Alternatively, hit Ctrl+T to quickly deselect and you can use hover over a face to push pull it.

      posted in SketchUp Feature Requests
      tt_suT
      tt_su
    • RE: [Plugin] SketchUcation Tools

      @rich o brien said:

      Someone on IE8 please test pluginstore 2 for me?

      Clear cache beforehand to force new css update

      The IE Compatibility Mode is rather good for testing backwards compatibility in IE.

      posted in Plugins
      tt_suT
      tt_su
    • RE: [Plugin] SketchUcation Tools

      Shiny! πŸ˜„

      posted in Plugins
      tt_suT
      tt_su
    • 1
    • 2
    • 44
    • 45
    • 46
    • 47
    • 48
    • 51
    • 52
    • 46 / 52