Grasshopper

algorithmic modeling for Rhino

General rules to keep a script running smooth?

Hello people,

as I have a lot of speed issues recently, I wanted to ask, if anyone know some special tricks on which operators to avoid when there is a need for flexing...

Boolean operations are speed killers I believe, but will it also help for instance to try to only use integers?

What is your experiences?

Cheers!

PS: Buying a faster computer is out of discussion ;)

Views: 191

Replies to This Discussion

You often don't have a choice, especially with things like solid booleans. Sometimes you can come up with a clever algorithm that accomplishes something in a faster way, but often that's just not possible.

Disabling as many preview components as possible will increase both the framerate and the delay caused by the meshing step.

Putting data dams in a file will also allow you to stagger updates, only recalculating those areas that are of interest at any given moment.

RSS

About

Translate

Search

Photos

  • Add Photos
  • View All

Videos

  • Add Videos
  • View All

© 2025   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service