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

    arlibby

    @arlibby

    0
    Reputation
    1
    Profile views
    1
    Posts
    0
    Followers
    0
    Following
    Joined
    Last Online

    arlibby Unfollow Follow
    registered-users

    Latest posts made by arlibby

    • RE: Shortest path analysis in Sketchup?

      I have been working on something similar and have had some success with Dijkstra's algorithm. This is my first project with SketchUp and Ruby so my plugin has been built by trial and error and isn't very pretty.

      The Calculate Shortest Routes command in the Plugins menu writes the results to the Ruby Console window. There is another command that writes the results to a .csv file.


      dijkstra.rb


      dijkstra_example.skp

      posted in Developers' Forum
      A
      arlibby