ALGORITHMIC SKETCH BOOK
STUDIO AIR ABPL30048 SEMESTER TWO 2015
XIAODI ZHANG 6576951
CONTENTS 4
2
WEEK ONE PRACTICE
3
WEEK ONE
LOFTING
4
5
DELAUNAY EDGES
Delaunay Edges is a command which generates planar triangles between points without overlap.
6
Surface Morph as a bridge helps to transform the pattern to a surface. The U, V domain of the surface should be the same as the domain for the command. The domain is set as 0 to 1 in the example. “Reparameterize“ command is used to set the domain in rhino.
7
METABALL
8
VORONOI 3D & OCTREE
Voronoi 3D generates cells according to a geometry and the number of cells is depending on the points generated in the boundary of the geometry.
OcTree creats a series of boxes fitting to the geometry.
9
10
11
DIVIDE CURVES & POINT ON CURVE
12