Scripting in Rhino is not new and getting more refine and powerful. I have gone through the basic introductory of scripting called vbscript for beginners downloaded from McNeel Wiki. Then I saw RhinoScript101 on the web as well. Spent the whole day in trying to create openings for voroni cells. Something like this posted by sonniewong on Caustic Surface: 3D Voronoi Script Test.

Here's my result with the script written by me.
What I did was
-> Pick Polysurface
-> Scale <1> Extractwireframe
-> Join as Polyline
-> CurveThroughPolyline
-> PlanarSrf the Curve
-> End (that was as far as I got last night)


Ideally, the close polyline of the cells can for planarsrf with the insetted curve.
Then, I can extrude surface with a thickness. Let's see how it goes tomorrow.
No comments:
Post a Comment