Friday, February 1, 2013

surface domain 3D | rhinoscript python

This tutorial builds on a previous one from October 16, 2012 - found here. If you haven't gone through that yet do so before going through this one. I work off the original script downloadable here. I cover how to generate two point matrices from a NURBs surface and use them to generate curves and 3D geometry. Script can be downloaded here. Total Length: 19:01

Thursday, January 17, 2013

point matrix circle | rhinoscript - python

In this tutorial I cover how to create a basic attractor point script to produce a variable circle pattern. The tutorial introduces basic concepts: User Input Data, Looping, Appending Lists, and Conditionals. Download script here. Total Length:34.52