Grasshopper

algorithmic modeling for Rhino

Rajaa Issa's Blog – May 2009 Archive (4)

Create new layer and set as current

The following sample shows how to create new layer in Rhino document and set as current using a layer name as an input. Download Grasshopper definition (BakeToLayer.ghx)

Added by Rajaa Issa on May 20, 2009 at 9:00am — No Comments

Custom select and bake of objects using VB.NET

This will probably become an embedded feature in Grasshopper, but for now you can create a custom select and custom bake components using VB.NET.

The following examples show the details (click to download) . They show how to select a paneling grid created using PanelingTools plugin for Rhino 4.0, manipulate… Continue

Added by Rajaa Issa on May 20, 2009 at 7:00am — 3 Comments

Generative Algorithms: Cellular Automata (CA)

A cellular automaton consists of a regular grid of cells, each in one of a finite number of states, "On" and "Off" for example. The grid can be in any finite number of dimensions. For each cell, a set of cells called its neighborhood (usually including the cell itself) is defined relative to the specified cell. For example, the neighborhood of a cell might be defined as the set of cells a distance of 2 or less from the cell. An initial state (time t=0) is selected by assigning a state for…

Continue

Added by Rajaa Issa on May 18, 2009 at 12:00pm — 8 Comments

Generative Algorithms: Lindenmayer-System (L-System)

An L-system or Lindenmayer system is a parallel rewriting system, namely a variant of a formal grammar (a set of rules and symbols), most famously used to model the growth processes of plant development, but also able to model the morphology of a variety of organisms.

L-systems can also be used to generate self-similar fractals such as iterated function systems. L-systems were introduced and developed in 1968 by the Hungarian theoretical biologist and botanist from the University of…

Continue

Added by Rajaa Issa on May 18, 2009 at 9:30am — 27 Comments

About

Translate

Search

© 2024   Created by Scott Davidson.   Powered by

Badges  |  Report an Issue  |  Terms of Service