Tuesday, May 12, 2009

Re Orient Curves

This Rhino Script takes allows the user to select a series of curves and a curve to reference them against. From this relationship the user can select a new curve which will deform the series of curves relative to the difference between the two reference curves. There is an occasional bug which occurs which will be replaced as soon as I am able to determine the cause.

reOrientCurves Script

Sunday, May 3, 2009

Scale Field by Image

This Rhinoscript takes any image reads the luminance value of the image at a user specified 2d increment and uses the results as a scalar multiplier against a user specified value for a selected set of objects.

scalarField Script

Friday, May 1, 2009

Dash Curve

A simple script developed during the Rib maker script, this Rhinoscript interface allows the user to select a set of curves then input a sequential set of curve parameters between 0 and 1. The curve set is then broken according to the sequential parameters.


DashCurve Script