11
WEEK 2 - ALGORITHMIC EXPLORATION DESIGN TASK Tommy Heng - 516673 Studio 8/9

algorithmic exploration 2

Embed Size (px)

DESCRIPTION

algorithmic exploration 2

Citation preview

Page 1: algorithmic exploration 2

WEEK 2 - ALGORITHMIC EXPLORATION DESIGN TASK

Tommy Heng - 516673 Studio 8/9

Page 2: algorithmic exploration 2

1. Describing a simple rectangle by manipulating the X and Y inputs about a specified plane.

A L G O R I T H M - 1

2. Moving the base geometry in the Z direction x units as controlled by the number slider. The corners of the geometry is then extrapolated as points and joined to form a cube.

3. The surface is then extruded from the base geomtry to form and solid cube.

4. The geometry is then popularted with a random set of points and voronoid to produce a set of arbitrary points and surfaces.

5. The wireframe is extracted to illustrate the algorithms end result of converting/reinterprating the form produced into simple curves and points.

Page 3: algorithmic exploration 2

A L G O R I T H M - 2

1. Two curves are first described in Rhino 3d modelling space.

2. The curves are then divided into equal seg-ments and conencted through an arc in the Z plane.

3. The arcs are lofted and given a set of control points which can be later manipulated and altered.

4. The lofted surface is divided further by overlay-ing a grid over it. The control points are extrapo-lated as one approach.

5. The intersection points of the overlayed grid are identified as to provide an alternative set of points to mathemtically reduce the surface into curves and points.

6. Another algorithm is used to cconvert the surface to its definited edge curves. Points are similarly defined.

Page 4: algorithmic exploration 2

A L G O R I T H M - 2

1. A series of points are sequentially described by interpo-lating a curve through them.

2. The resultant curve is divided into segments of equal lengths and then linked with archs drawn between them.

3. The arcs/curves are then lofted to produce a desired surface.

4. The control points are established on the surface. 5. The overlayed grid is divided further and with the number of points generated controlled using a number slider.

Page 5: algorithmic exploration 2
Page 6: algorithmic exploration 2
Page 7: algorithmic exploration 2
Page 8: algorithmic exploration 2
Page 9: algorithmic exploration 2
Page 10: algorithmic exploration 2
Page 11: algorithmic exploration 2