sketchucation logo sketchucation
    • Login
    1. Home
    2. bigcatln
    3. Topics
    ⚠️ Attention | Having issues with Sketchucation Tools 5? Report Here
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 8
    • Posts 20
    • Groups 1

    Topics

    • B

      sign extension doesn't work

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      351 Views
      TIGT
      It was flaky last week, when drag-n-drop of the RBZ didn't work on some specific OSs, but then navigating to the RBZ file and selecting it would still work... I'm surprised it's not been properly fixed by now.
    • B

      Overlapping detection

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      2
      0 Votes
      2 Posts
      207 Views
      jolranJ
      There is BoundingBox.intersect But I gather you want to be more precise than so. So it will cost to calculate intersections for many Groups however you do it. You don't mention if is this is on 1 plane or 3d.
    • B

      Need openssl.so

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      307 Views
      B
      Thanks , TIG and Dan, I have decided to install Ruby, though it seem a little complex to me
    • B

      How to find loops edges from selection

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      7
      0 Votes
      7 Posts
      146 Views
      B
      thanks TIG, I worked it out by classify_point and raytest
    • B

      How to do a crossing box select by ruby?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      6
      0 Votes
      6 Posts
      259 Views
      thomthomT
      You could perhaps do a simplified version and map the boundingbox of the groups to a cached array, then use Geom.point_in_polygon_2D to see if any of the points are within the selectionbox of your custom tool. It will miss the cases where a selectionbox crosses the group's boundingbox but the corner points are outside, but if you start to do intersection on all that you might very well end up with a sluggish tool. Might be good enough?
    • B

      How to upload skp to server by ruby plugin?

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      10
      0 Votes
      10 Posts
      1k Views
      Dan RathbunD
      There are already several Ruby bindings written for curl. http://rubygems.org/search?utf8=%E2%9C%93&query=curl Maybe one could be made to work under SketchUp ??
    • B

      How to scale a face nested in component

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      4
      0 Votes
      4 Posts
      239 Views
      B
      http://code.google.com/intl/zh-CN/apis/sketchup/docs/ourdoc/entities.html Important note: If you apply a transformation to entities that are not in the current edit context (i.e. faces that are inside a group), SketchUp will apply the transformation incorrectly, since the geometry has one origin and the current edit context has another. You can correct for this by watching the Model.edit_transform and Model.active_path. See ModelObserver.onActivePathChanged for more information. I put it in the origin and tried, there still is a problem ,the side face of the tube come out of the group(component) with the top and bottom face being still in the group
    • B

      Ruby can't connect MS access

      Watching Ignoring Scheduled Pinned Locked Moved Developers' Forum
      3
      0 Votes
      3 Posts
      995 Views
      B
      thank you, yes you are right, I used ASP grammar here:( but I find I also used wrong database driver provider, anyway ,I have worked it out.
    • 1 / 1