algorithmic sketches week 1

5
STUDIO AIR A B P L 3 0 0 4 8 SEM 1 | 2015 rizal ambotang // 641233 // Group 3 // Sonya Parton week one Algorithmic Sketches

Upload: rizal-ambotanguniwork

Post on 08-Apr-2016

216 views

Category:

Documents


1 download

DESCRIPTION

ABPL30048

TRANSCRIPT

Page 1: Algorithmic Sketches Week 1

STUDIO

AIRA B P L 3 0 0 4 8S E M 1 | 2 0 1 5

r i z a l a m b o t a n g / / 6 4 1 2 3 3 / / G r o u p 3 / / S o n y a P a r t o n

w e e k o n e

Algorithmic Sketches

Page 2: Algorithmic Sketches Week 1

2

EDGE CURVE 1EDGE CURVE 2

EDGE CURVES

SURFACE 1

1) I referenced 4 curves into GH (Grasshopper)

2) Loft all the curves to make a surface

SURFACE 2

1) From the referenced curves, I pick the 1st curve (index =0) and the last curve (index = 3)

2) I lofted the 2 curves together.

SURFACE 1

SURFACE 3

SURFACE 2

lofting & surface creation

SURFACE 3

1) From the output of SURFACE 1, I extracted the edge curves using the DEBREP component

2) I created a new surface , SURFACE 3, from the edge curves using EDGESRF1 component

Page 3: Algorithmic Sketches Week 1

3

SEA SPONGES

- LOFTING USING NETWORk OF cURvES

Page 4: Algorithmic Sketches Week 1

4

SEA SPONGES

Create a rail curveDivide rail curve into points of equal distance

Reparameterized the length into a domain of 0 to 1

Create surface profile using graph mapping component

Amplify the parameterized distance with a scalar multiplier

Position a circle on each points along the rail curve with a ra-dius governed by the surface profile

Loft the network of circles to-gether to make a surface

Repeat using different surface profile

ALGORITHM1

1

2 2

3

3

4

4

5

6

7

LOFTING USING PARAMETERIZED SURFACE PROFILE

Page 5: Algorithmic Sketches Week 1

5

1

2

3

4

network curves & lofted surfaces

Rail curve