Grasshopper

algorithmic modeling for Rhino

Hello, 

I'd like to do a wind direction&power analysis drawing like this. However, as a newcomer of grasshopper, I don't have any idea about this. can anyone give me a hint?

thanks in advance!

Views: 327

Replies to This Discussion

So assuming you have a symbol consisting of various pieces of geometry (be it a circle with a line like in your image or an arrow like in my example), you want to populate a grid with that symbol, where each instance has a custom rotation and scale. So you need to in fact combine three separate transformations in order to make each instance:

  1. A rotation.
  2. A dilation (aka scale).
  3. A translation (aka move).

The order or the first two doesn't matter, but moving needs to happen last, otherwise the amount you move will be affected by the scaling factor and the direction you move in will be affected by the rotation angle.

You could perform these three steps on the symbol in succession, but a more efficient method is to only compute all transformations, combine them into a single one and only then actually transform your symbols:

Attachments:

Dear David,

Thanks for your prompt reply as well as suggestion so much!!! It's really helpful!!! Thank you sincerely!!!

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service