[PLUGIN] Voronoi + Conic Curve
-
using voronoi is giving me error 'no guide points in selection; although i have guide point in selection
-
Post your SKP (save as V6 for a more large audiance)
and look all my videos or images "page 4" -
How do you download this extension
-
@munene said:
How do you download this extension
Please make some effort before asking questions, the link is on this very same page just 3 posts above yours.
-
Nide Plugin! , thank you.
-
i can t launch these extensions in sketchup and i don t know why
i tried to convrt theme to a .RBZ format but it didn t work
and how can i put them bth in the same extension ? -
@aymanechi said:
i can t launch these extensions in sketchup and i don t know why
i tried to convrt theme to a .RBZ format but it didn t work
and how can i put them bth in the same extension ?What version of SketchUp are you using? You listed a non-existent version in your forum profile.
How did you try to convert them to .rbz files?
-
hello where i find the link for plug in I cant see the link, would you mind putting the link down below . thank you
-
@Jaijai22 said in [PLUGIN] Voronoi + Conic Curve:
hello where i find the link for plug in I cant see the link, would you mind putting the link down below . thank you
https://sketchucation.com/pluginstore?pln=VoronoiXY
Or install directly in SketchUp using Sketchucation Tools
-
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!
Advertisement