View RSS Feed

Recent Blogs Posts

THis is the RhinoScript Blog

  1. My First RhinoPython Script

    I know this is kinda cheezy, since I use the RhinoScript syntax. But hey! gotta start somewhere...


    Python Code:
      ###############################################################################
      # ArchimedeanSpiral.py -- July 2011
      # If this code works, it was written by Dale Fugier.
      # If not, I don't know who wrote it.
      #
      # Change 'a_const' to turn the spiral.
      # Change 'b_const' to control the distance between turnings.
       
      import
    ...

    Updated 07-26-2011 at 05:43 AM by Steve Baer

    Categories
    RhinoPython , RhinoScript
  2. Python component for Grasshopper

    Giulio Piacentino and I have been working on an update to the grasshopper/python component and finally have something to show off!!!

    http://www.food4rhino.com/project/ghpython - NOTE: Will only work in Rhino 5


    This component is a scripting component similar to the VB.NET and C# components that ship with Grasshopper. You get a component where you can define as many input and output variables as you want and then reference these variables in the python script. ...