Posted on: July 29th, 2020
Date: 07.07.2020
Task 1
Title: Generating model in rhino script in Python.
Software used: Rhino6, Python 2.7,Jupyter notebook
Tools Used: Jupyter notebook
The session was to generate geometries in Rhino through direct scripting in jupyter notebook. The scripting was done to generate points and circles in the Rhino file. Further, converting the circles into nurb curves.
Importing rhino and random in jupyter notebook. Scripting for generating 20 points randomly in rhino.
Script to generate circles considering the points generated as centre points in rhino.
Circles with different radius generated in rhino.
Script done to convert curves of the circles in rhino into nurb curves.
Final outcome. Nurb curves generated in rhino.
Read More: