Grasshopper

algorithmic modeling for Rhino

Since I saw a few posts about shape blending / curve blending I thought it would be nice to share this with you.

 

Here is a definition for a vbComponent to blend curves (actually, point sets) in grasshopper like you would in maya using the blend shape method.

 

You can add multiple curves and slide between the values. There are two outputs: one is the mean value of the four shapes, the other one is the set of points caculated according to the weights input.

 

It will also work on any other lineair set of comparable (= equal size in terms of points, vertexes, etc.) point list, such as meshes or any other point set. You just need to decompose it into a flat list of points, and give weights for each piece of geometry. (see example).

Views: 3012

Attachments:

Replies to This Discussion

Why all the complicated scripting? You get the same result using just a few components:

 

Ah, nice. I was practicing the rhinocommon SDK, this seemed like a nice task. Thanks for sharing!

Thanx for sharing...

Thank!

RSS

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service