12
1 ALGORITHMIC SKETCH BOOK STUDIO AIR ABPL30048 SEMESTER TWO 2015 XIAODI ZHANG 657695

Zhang xiaodi 657695 algorithmic sketchbook w1

Embed Size (px)

DESCRIPTION

 

Citation preview

Page 1: Zhang xiaodi 657695 algorithmic sketchbook w1

1

ALGORITHMICSKETCH BOOK

STUDIO AIR ABPL30048

SEMESTER TWO 2015

XIAODI ZHANG657695

Page 2: Zhang xiaodi 657695 algorithmic sketchbook w1

CONTENTS

4 WEEK ONE PRACTICE

2

Page 3: Zhang xiaodi 657695 algorithmic sketchbook w1

3

Page 4: Zhang xiaodi 657695 algorithmic sketchbook w1

WEEK ONE

LOFTING

4

Page 5: Zhang xiaodi 657695 algorithmic sketchbook w1

5

Page 6: Zhang xiaodi 657695 algorithmic sketchbook w1

DELAUNAY EDGES

Delaunay Edges is a command which generates planar triangles between points without overlap.

Surface Morph as a bridge helps to transform the pattern to a sur-face. 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 exam-ple. “Reparameterize“ command is used to set the domain in rhino.

6

Page 7: Zhang xiaodi 657695 algorithmic sketchbook w1

7

Page 8: Zhang xiaodi 657695 algorithmic sketchbook w1

METABALL

8

Page 9: Zhang xiaodi 657695 algorithmic sketchbook w1

VORONOI 3D & OCTREE

Voronoi 3D generates cells ac-cording to a geometry and the number of cells is depend-ing on the points generated in the boundary of the geometry.

OcTree creats a series of box-es fitting to the geometry.

9

Page 10: Zhang xiaodi 657695 algorithmic sketchbook w1

10

Page 11: Zhang xiaodi 657695 algorithmic sketchbook w1

11

Page 12: Zhang xiaodi 657695 algorithmic sketchbook w1

DIVIDE CURVES & POINT ON CURVE

12