sketchucation logo sketchucation
    • Login
    1. Home
    2. neapandele
    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!
    🛣️ Road Profile Builder | Generate roads, curbs and pavements easily Download
    N
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 0
    • Posts 1
    • Groups 1

    neapandele

    @neapandele

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

    neapandele Unfollow Follow
    registered-users

    Best posts made by neapandele

    • 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

    Latest posts made by neapandele

    • 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