Tuesday, June 23, 2009

NeoArchaic.Net Launch

NeoArchaic.net is now online!
Thats right, only 6 months late and still under Heavy development!
I will still maintain this blog, and be posting shortly, with more "usefull" content, however all links to scripts and content will now be directed to the home Domain.

So check out NeoArchaic.net
(as always feedback Welcome!)

Tuesday, June 9, 2009

Range Rebuild

Developed for optimizing curves for laser cutting files, and adapted for surfaces as well, this script allows the user to rebuild curves and surfaces that fall within a certain point count range. The user is asked to select a series of curves or surfaces and is then prompted to select a minimum and maximum point count as well as a point count for rebuilding if the curve falls within these parameters. Additionally the ability to override the degree of curvature is included, if the value is zero the exiting curvature is retained.

Range Rebuild Curve Script
Range Rebuild Surface Script

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

Thursday, April 30, 2009

Ye ole Rib Maker

Well, I finally made one. Ive been putting it off for a while, because so many of them already exist, but it provided the opportunity to look at information sorting in a more streamlined pattern. This Rib fabrication Rhino script allows the user to select a surface, input the row and column count, specify the rib dimensions, then sit back, have a coffee and let the computer do the work. Several curve splitting scripts related to the development of this script will be posted shortly. In the meantime, enjoy and post any feedback.

Rib Maker Script

Wednesday, April 1, 2009

Trianglulate Tile 3 Pack

This Rhino Script triangulates a surface with three pattern options

Pattern Types:
[A][A] | [A][B] | [A][B]
[A][A] | [A][B] | [B][A]
typ.0 _typ.1 _typ.2

This version of the script lays out the resulting triangular faces in a tiled grid with numbered tabs which allow for rapid reconstruction. To assemble simply match up tab numbers.
Tile Script