sketchucation logo sketchucation
    • Login
    1. Home
    2. neapandele
    3. Posts
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 1

    Posts

    Recent Best Controversial
    • RE: [PLUGIN] Voronoi + Conic Curve

      If anyone is using SketchUp 2024 and Voronoi plugin stops working, then delauney3.rb file must be edited and any occurence of "TRUE" and "FALSE" should be replaced with "true" and "false". Like in this example:

      triang[0] = [p1 - 1, p2 - 1, p3 - 1]
      complete[0] = FALSE
      ntri = 1
      

      should become

      triang[0] = [p1 - 1, p2 - 1, p3 - 1]
      complete[0] = false
      ntri = 1
      

      Cheers!

      posted in Plugins
      N
      neapandele
    • 1 / 1