Tuesday, September 25, 2012

midpoint loaded | rhinoscript - python

In this tutorial I build upon the mid-point function by designing a new function that creates 'loaded' points (i.e. points that are generated by an equation that 'loads' them towards or away from either one of the generating points. Download script here. Total Length: 9.49

function - midpoint | rhinoscript - python

In this tutorial I cover a basic introduction to functions and create one to generate a mid-point from the end points of a line. Script can be downloaded here. Total Length:17.32

Wednesday, September 19, 2012

point matrix | rhinoscript - python

This tutorial covers the use of dictionary to create a point matrix with a keyed index. This allows one to later access any point in the matrix through these key values or through an equation. I demonstrate how to use this to create variable 2D patterns. The script can be downloaded here. Length:32.25