Articles tagged with #my_first_component




Video Tutorial - My First Component

As a compliment to My First Component there is now a video tutorial available going through the steps of creating the component in My First Component



My First Component Run

Run Component You have to save and restart Grasshopper before we start testing the our component. We do that to make sure that Rhino has loaded the newest versions of the scripts from %appdata%\McNeel\Rhinoceros\5.0\scripts\livestock3d When you open "1 - My First Component.gh" it should …



My First Template

Template Now when the Grasshopper component is written, it is time to write the template and the CPython script. Navigate to where you put the templates.py and open it. It can easily be found by in explorer typing: %appdata%\McNeel\Rhinoceros\5.0\scripts\livestock3d Python scripts can be …



My First Component

When you successfully installed the requirements for Livestock, then it is time to create your first component. Firstly you should open the Grasshopper script called "1 - My First Component.gh" The script should contain two panels and a component called "Python Executor". We start by double clicking on the Grasshopper …