Introduction to C# scripting for Grasshopper
On this page we collect the materials and videos of the lectures on the introduction to C# scripting for Grasshopper. The course was offered at the chair of Computational Architecture at the Bauhaus-University Weimar in April 2018.
Script // Generative Urban Models // Chapter 1The Grasshopper file containing the C# scripts used in the introduction.
Part I // Introduction to C# Scripting for Grasshopper //
The video introduces basic programming concepts: declaring and using variables, creating instances of Rhino3D geometry objects and parametrize its properties.
Part II // Introduction to C# Scripting for Grasshopper //
The video introduces basic programming concepts: conditions and loops.
Part III // Introduction to C# Scripting for Grasshopper //
The video introduces a basic programming concept: nested loops.
Part IV // Introduction to C# Scripting for Grasshopper //
The video introduces a basic programming concept: custom function.