Algorithm sketchbook sijing liu 395923

41
1 STUDIO AIR SKETCHBOOK 2015 semester 1, Tutorial 9 Sijing Liu 395923

description

 

Transcript of Algorithm sketchbook sijing liu 395923

Page 1: Algorithm sketchbook sijing liu 395923

1

STUDIO AIRSKETCHBOOK

2015 semester 1, Tutorial 9Sijing Liu 395923

Page 2: Algorithm sketchbook sijing liu 395923

2

1. Create 3 random points using number slider and digit scroller 2. Feed the points to Interpolate command to form a curve3. The same procedure for the other curve4. Use the Extend Line command to extend one of the curve at the ends5. Generate surface using Loft command and achieve different results by changing the param-eters

Page 3: Algorithm sketchbook sijing liu 395923

3

WEEK 1 1. VASE

Page 4: Algorithm sketchbook sijing liu 395923

4

The strategy is to create different circles at different positions in z axix and loft them to create the vol-umn, the form is changed through control points.

Page 5: Algorithm sketchbook sijing liu 395923

5

WEEK 1 2.Vase

Page 6: Algorithm sketchbook sijing liu 395923

6

1. Generate a series of number from 0 to 2 pi 2. Input these numbers to points and create a y = sin(x) function using the graph mapper3. Duplicate the process and create another sin curve 4. Loft the two curves to form a surface5. Offset the surface, however it does not have a solid option in GH5. Explode the edges and loft again to obtain a solid object

Page 7: Algorithm sketchbook sijing liu 395923

7

WEEK 13.VASE

Page 8: Algorithm sketchbook sijing liu 395923

8

1. Define random points 2. Form closed curves using those points 3. Create surface of the closed loop4. loft to create the volumn

Page 9: Algorithm sketchbook sijing liu 395923

9

WEEK 14.VASE

Page 10: Algorithm sketchbook sijing liu 395923

10

1. Construct four points to create a curve2. At the end of the curve, form a circle with its centre located at the end point3. Sweep the circle along the rail line

10

Page 11: Algorithm sketchbook sijing liu 395923

11

WEEK 15.Vase

Page 12: Algorithm sketchbook sijing liu 395923

12

Page 13: Algorithm sketchbook sijing liu 395923

13

WEEK 2Pavilion

Weaverbird Method

The pavilion is created by catenary between two closed curve. The height of the curve is determined by an influencing factor point that pass through the pavilion. In practise, the influencing factor could be the direction of sun, the view, or the circulation pattern. From the studio, I applied the weaverbird texture to the pavilion.

Page 14: Algorithm sketchbook sijing liu 395923

14

The contouring method divide the pavilion geometry vertically into equal pieces to provide an interesting visual effect. In a real project, the contouring method generates interesting shadow pattern from the sunlight and makes the object more interactive.

Contouring Method

Page 15: Algorithm sketchbook sijing liu 395923

15

WEEK 2Pavilion

Page 16: Algorithm sketchbook sijing liu 395923

16

Inspired by the online tutorial. The driftwood method divides the pavilion into vertical compo-nents that makes the manufacturing process easier by digital fabrication. It gives the pavilion a fluid look that creates interesting visual effect with timber.

Driftwood Method

Page 17: Algorithm sketchbook sijing liu 395923

17

WEEK 2Pavilion

Page 18: Algorithm sketchbook sijing liu 395923

18

Page 19: Algorithm sketchbook sijing liu 395923

19

WEEK 2Data Tree

Page 20: Algorithm sketchbook sijing liu 395923

20

I created a random curve among the grid system to see how the cull pattern works. By changing the 4 boolean toggle I have obtained different density of curves that connect points from the grid to the points on the curve. The cull pattern ignores the row of points on the grid that is set to false.

Page 21: Algorithm sketchbook sijing liu 395923

21

WEEK 3Cull Pattern 1

Page 22: Algorithm sketchbook sijing liu 395923

22

By adding the flatten tree command to the grid system, the data has become a single branch. Interestingly, the pattern has changed as well. The row of points becomes diagonal in the cull pattern. And all curves seem to join at the end of the random curve i created.

Page 23: Algorithm sketchbook sijing liu 395923

23

WEEK 3Cull Pattern 2

Page 24: Algorithm sketchbook sijing liu 395923

24

The voronoi pattern is formed by hexagons with each face connecting to another hexagon. The structure is very efficient as it was used in the Water Cube in China. It cannot be achieved with-out the cull pattern command to ignore the alternating diagonal string of points.

Page 25: Algorithm sketchbook sijing liu 395923

25

WEEK 3Voronoi

Page 26: Algorithm sketchbook sijing liu 395923

26

Gathering a pattern such as pedestrian movement, noise, heat can be very useful in the analyz-ing stage in design. In this example, the density of brightness is presented by the size of the di-ameter of a circle; The brighter the larger diameter. Cull pattern can be used to delete unwanted information that exceeds the limit.

Page 27: Algorithm sketchbook sijing liu 395923

27

WEEK 3Image Sampler

Page 28: Algorithm sketchbook sijing liu 395923

28

To apply a grid pattern on a surface, it needs to be reparametized in order to fit into the new defined space. By using this method, any pattern can be applied to buildings easily.

Page 29: Algorithm sketchbook sijing liu 395923

29

WEEK 3Pattern on surface

Page 30: Algorithm sketchbook sijing liu 395923

30

x = cos (x) - cos^3 (80x)y = sin (x) - sin^3 (80x)

Page 31: Algorithm sketchbook sijing liu 395923

31

WEEK 4Expression

x = cos (80x) - cos^3 (x)y = sin (x) - sin^3 (80x)

Page 32: Algorithm sketchbook sijing liu 395923

32

Helix

Page 33: Algorithm sketchbook sijing liu 395923

33

WEEK 4Expression

The Butterfly

Page 34: Algorithm sketchbook sijing liu 395923

34

Page 35: Algorithm sketchbook sijing liu 395923

35

WEEK 4Sin Cos Wave

Page 36: Algorithm sketchbook sijing liu 395923

36

Graph mapper = Bezier

Page 37: Algorithm sketchbook sijing liu 395923

37

WEEK 5Spider Web

Page 38: Algorithm sketchbook sijing liu 395923

38

Graph mapper = Bezier

Graph mapper = Gaussian

Page 39: Algorithm sketchbook sijing liu 395923

39

Graph mapper = Conic

Graph mapper = Gaussian

Page 40: Algorithm sketchbook sijing liu 395923

40

Parabola Parabola

Gaussian Conic

Page 41: Algorithm sketchbook sijing liu 395923

41

WEEK 5Magnetic Field

Parabola Bezier

Conic