From the course: Grasshopper: Architectural Prototyping

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

Resolving issues

Resolving issues - Grasshopper Tutorial

From the course: Grasshopper: Architectural Prototyping

Start my 1-month free trial

Resolving issues

- [Narrator] Any script that's complex enough to prototype something interesting and useful is bound to have issues. It's important to understand how to categorize issues based on their origin and address each type effectively. Generally, issues in a Grasshopper script arise from three sources: defects of the wiring of components, defects or unexpected behavior in components, and unexpected inputs. Defects and unexpected behavior from components is really rare unless you're using plug-ins which haven't been tested extensively. So we're going to focus in this video on defects in wiring and defects from inputs. I have the exercise file open in Grasshopper. And I've finished adding functionality, but I haven't tested or reviewed it yet to see if it's working. If I zoom in the Solve Type section, I can see that I'm still inputting my default geometry, my sphere. So I need to grab the geometry in the insolation calculations from the rest of the script. But after I look at the insolation…

Contents