Grasshopper

algorithmic modeling for Rhino

Benjamin Golder's Blog (3)

Split All Curves

After running into the need to split up a big messy set of curves at all their intersection locations, I decided to make a python component.

Basically, if you input a bunch of curves, this component should find every place where they intersect and then split them up, return a list of curve pieces on a separate branch for each input curve.

It should be able to handle self intersections and overlaps.

Feel free to use it, edit the code, and let me know if…

Continue

Added by Benjamin Golder on July 1, 2012 at 10:00pm — 4 Comments

Grasshopper SVG export

I've been working on an SVG export script using python, and it seems to be going well

Here's a live example:

http://benjamingolder.com/static/files/dynamic_example.html

if you want to view or download the code or example files, you can do so on…

Continue

Added by Benjamin Golder on February 27, 2012 at 2:00pm — 4 Comments

A Place to Share Python Scripts

I just started a new github repo for sharing python scripts for Rhino and Grasshopper:

www.github.com/localcode/rhinopythonscripts



If you'd be interested in sharing scripts, please feel free to check it out (or fork it, as the case may be).

I'd love to share ideas about how to work with python in Rhino, using a shared repository. You can also fork it and edit the documentation, add examples,…

Continue

Added by Benjamin Golder on May 16, 2011 at 7:00pm — 8 Comments

About

Translate

Search

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service