sketchucation logo sketchucation
    • Login
    1. Home
    2. neapandele
    ⌛ Sale Ending | 30% Off Profile Builder 4 ends 30th September
    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