SlideShare a Scribd company logo
1 of 43
Download to read offline
Cultural Center
Jean Marie Tjibaou
Noumea, New Caledonia
1991-1998
Renzo Piano Workshop
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
primary_ double layered wooden colonnaires
secondary_steel bracing
prototype
Exterior Surface
+ Shape
+ Subdivision
Primary Structure
+ Building Frame Organization
+ Geometric Organization
Secondary Structure
+ Secondary Systems
+ Geometric Logic / Differences
+ Detailing Geometries, Structual Loads, And Assembly
Summary
+ Systems And Relationships
+ Construction And System Details
+ Diagrams Of Different Geometries
Enclosure System 01
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Exterior Surface
+ Shape
+ Subdivision
Primary Structure
+ Building Frame Organization
+ Geometric Organization
Secondary Structure
+ Secondary Systems
+ Geometric Logic / Differences
+ Detailing Geometries, Structual Loads, And Assembly
Summary
+ Systems And Relationships
+ Construction And System Details
+ Diagrams Of Different Geometries
Enclosure System 01
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
+ Define the prototype parametric component of a typical enclosure
a_Colonnaires
b_Horizontal beams
c_Perpendicular Bracing
Connections
Enclosure Components 02
(a)
(a)
(b)
(b)
(c)
(c)
4.517 Parametric and Building Information Modeling | Assignment 01 Christine Min, GSD M.Arch II
Exterior Surface
+ Shape
+ Subdivision
Primary Structure
+ Building Fram Organization
+ Geometric Organization
Secondary Structure
+ Secondary Systems
+ Geometric Logic / Differences
+ Detailing Geometries, Structual Loads, And Assembly
Summary
+ Systems And Relationships
+ Construction And System Details
+ Diagrams Of Different Geometries
01Enclosure System
4.517 Parametric and Building Information Modeling | Assignment 01 Christine Min, GSD M.Arch II
Exterior Surface
+ Shape
+ Subdivision
Primary Structure
+ Building Frame Organization
+ Geometric Organization
Secondary Structure
+ Secondary Systems
+ Geometric Logic / Differences
+ Detailing Geometries, Structual Loads, And Assembly
Summary
+ Systems And Relationships
+ Construction And System Details
+ Diagrams Of Different Geometries
02
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Exterior Surface
+ Shape
+ Subdivision
Primary Structure
+ Building Frame Organization
+ Geometric Organization
Secondary Structure
+ Secondary Systems
+ Geometric Logic / Differences
+ Detailing Geometries, Structual Loads, And Assembly
Summary
+ Systems And Relationships
+ Construction And System Details
+ Diagrams Of Different Geometries
(x,y)_Circular Base // Equal Divisions
(x,y)_Symmetric Order
(x,y,z)_Crv through Control Points
02Enclosure System
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Exterior Surface
+ Shape
+ Subdivision
Primary Structure
+ Building Frame Organization
+ Geometric Organization
Secondary Structure
+ Secondary Systems
+ Geometric Logic / Differences
+ Detailing Geometries, Structual Loads, And Assembly
Summary
+ Systems And Relationships
+ Construction And System Details
+ Diagrams Of Different Geometries
Enclosure System
(x,y,z)_Adjust Heights of Exterior Colonnaires
(doman)_0.50 to 1.0 Heights
(x,y,z)_Adjust Heights of Interior Colonnaires
02
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
a_Circle.ByCenterPointRadius
b_NurbsCurve.ByPoints
	
c_Geometry. Translate(direction)
direction=
Vector.ByCoordinates
(0.25..0..#2,0,0);
Surface.ByLoft;
Surface.Thicken(surface,0.25);
d_Geometry.Rotate
	(geometry,origin,axis,degree)
__geometry=
__origin=
Point.ByCoordinates(0,0,0);
__axis=
vector=Vector.
ByCoordinates(0,0,1);
__degree=
div..#numVerts..div;
numVerts=Slider (36)
div=360/numVerts;
e_ List[3..32];
f_Geometry.Trim
	(geometry,tool,pick)
__geometry=
Plane.XY
Plane.Offset(13.5)
__tool=
Geometry.Rotate
Point.ByCoordinates(0,0,0);
Vector.ByCoordinates(0,1,0);
32.660;
__pick=
Point.ByCoordinates(0,0,27)
Exterior Vertical Colonnaires - Dynamo 03
(a)
(d)
(b)
(e)
(c)
(f )
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
a_Curve.Offset
b_ Line.
ByStartPointDirectionLength
c_Geometry. Translate(direction)
direction=
Vector.ByCoordinates
(0.25..0..#2,0,0);
Surface.ByLoft;
Surface.Thicken(surface,0.25);
d_Geometry.Rotate
	(geometry,origin,axis,degree)
__geometry=
__origin=
Point.ByCoordinates(0,0,0);
__axis=
vector=Vector.
ByCoordinates(0,0,1);
__degree=
div..#numVerts..div;
numVerts=Slider (36)
div=360/numVerts;
e_ List[3..32];
f_Geometry.Trim
	(geometry,tool,pick)
__geometry=
Plane.XY
Plane.Offset(13.5)
__tool=
Geometry.Rotate
Point.ByCoordinates(0,0,0);
Vector.ByCoordinates(0,1,0);
32.660;
__pick=
Point.ByCoordinates(0,0,27)
Interior Vertical Colonnaires - Dynamo 03
(a)
(d)
(b)
(e)
(c)
(f )
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
+ Colonnaire -List item
a_list colonnaires from 04 to 18;
exclude colonnaires from 00-03
Modeling Components - Colonnaires 03
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
+ Colonnaire - Thickening
a_Rectangular Loft
Modeling Components - Colonnaires 03
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
+ Input drivers
_ for level 01| Intersection between xy plane at 2360.00 height and vertical colonnaires
_ for all other levels | curve contour points at every 2250.00 mm
_reorganize points along vertical colonnaires at Z points
+ Output Geometry
Interpolated curve at defined Z points
Input Sort by Z pts
error | unsorted pts as input for creating interpolated curve
03Parametric Geometric Parti
(x,y,z)_Outer Horizontal Beams
Level 01_ +2360.00
Level 02+ _ (every 2250.00 mm)
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
a_Curve.Offset
b_ Line.
ByStartPointDirectionLength
c_Geometry. Translate(direction)
direction=
Vector.ByCoordinates
(0.25..0..#2,0,0);
Surface.ByLoft;
Surface.Thicken(surface,0.25);
d_Geometry.Rotate
	(geometry,origin,axis,degree)
__geometry=
__origin=
Point.ByCoordinates(0,0,0);
__axis=
vector=Vector.
ByCoordinates(0,0,1);
__degree=
div..#numVerts..div;
numVerts=Slider (36)
div=360/numVerts;
e_ List[3..32];
f_Geometry.Trim
	(geometry,tool,pick)
__geometry=
Plane.XY
Plane.Offset(13.5)
__tool=
Geometry.Rotate
Point.ByCoordinates(0,0,0);
Vector.ByCoordinates(0,1,0);
32.660;
__pick=
Point.ByCoordinates(0,0,27)
Horizontal Bracing - Dynamo 03
(a)
(d)
(b)
(e)
(c)
(f )
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
a_Geometry. Translate(direction)
direction=
Vector.ByCoordinates
(0.75..0..#2,0,0);
Curve.Offset(0.75/2)*-1.0;
Curve.PointAtParameter
Parameter=(0..1..#12);
b_Geometry.Rotate
	(geometry,origin,axis,degree)
__geometry=
__origin=
Point.ByCoordinates(0,0,0);
__axis=
vector=Vector.
ByCoordinates(0,0,1);
__degree=
div..#numVerts..div;
numVerts=Slider (36)
div=360/numVerts;
c_Select.OneCrv(list)
(index=1);
List.GetItemAtIndex(list,index);
list=list[1..7];
Horizontal Bracing - Dynamo 03
(a)
(a)
(b)
(b)
(c)
(c)
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
d_Surface.BySweep(profile,path)
__profile=
Circle at Y Axis
radius=0,10;
normal=
Vector.ByCoordinates(0,1,0);
Circle.
ByCenterPointRadiusNormal
(centerPoint,radius,normal);
centerPoint=
List.Slice(a,start,end);
a=List.Reverse(list);
start=1;
end=8;
__path=
Curve.
DivideEqually(curve,divisions=2)
List.LastItem
e_Surface.ByLoft
__Geometry.Rotate
	(geometry,origin,axis,degree)
__geometry=
__origin=
Point.ByCoordinates(0,0,0);
__axis=
vector=Vector.
ByCoordinates(0,0,1);
__degree=
div..#numVerts..div;
numVerts=Slider (36)
div=360/numVerts;
__List[31];
	
Horizontal Bracing - Dynamo 03
(d)
(d)
(e)
(e)
(f )
(f )
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
+ Curvilinear X-Vertical Bracing (i) to Lateral Horizontal Bracing (ii)
Steel Calculation 03
(i)
(i)
(ii)
(ii)
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Input
_Interpolated Curve Points of horizontal beam
_Sort List to combine points from both inner and exterior beams
_Flip matrix from columns to rows.
_Cull list to exclude points on the top three exterior beams
_Shift list of either inner or exterior beams to create x-crossing
(x,y)_Bracing and Connectors
Straight steel intersections on the same plane as the horizontal beamserror | line segment without flipping matrix or cull list
(x,y)_Bracing and Connectors
X-Bracing steel intersections on the same plane as the horizontal beams
03Parametric Geometric Parti
Input Cull
Cull
Shift List
Input
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
03Parametric Geometric Parti
Input
_Interpolated Curve Points of exterior colonnaires
_Offset Relative index
input | offset rules for relative item index
Input Offset Relative Item
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Physical model of the overall structural enclsoure components
Model Test 01 04
Model Test 01 04
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
a_Construction Detail
05Direction
In the next phases, the project will explore the
construction details and explore possible ways of
optimizing geometric and systematic relationship between
materials and components.
Tjibaou cultural center uses a range of materials--
laminated iroko wood, concrete, coral, aluminum casting,
glass panels, tree bark, and stainless steel.
While the wood was acquired from the local site, the
stave frames were prefabricated in France. There are
several different types of pin connections that knit the
exterior and interior wooden staves by steel members.
The assembly required skilled labor and it was a delicate
procedure.
The following are quantitative factors that evaluate the
construction procedure and techniques.
i) number of components or connection types
ii) total building mass volume
iii) total assembly labor or on-site construction time
iv) total prefabrication time and shipping cost
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
connection type 04
connection type 05
connection type 04
connection type 06
connection type 05
connection type 05
connection type 03
connection type 01
connection type 02
connection type 03
a_Construction Detail
05Optimization/Goal Driven Generative Design
In the next phases, the project will explore the
construction details and explore possible ways of
optimizing geometric and systematic relationship between
materials and components.
Tjibaou cultural center uses a range of materials--
laminated iroko wood, concrete, coral, aluminum casting,
glass panels, tree bark, and stainless steel.
While the wood was acquired from the local site, the
stave frames were prefabricated in France. There are
several different types of pin connections that knit the
exterior and interior wooden staves by steel members.
The assembly required skilled labor and it was a delicate
procedure.
The following are quantitative factors that evaluate the
construction procedure and techniques.
i) number of components or connection types
ii) total building mass volume
iii) total assembly labor or on-site construction time
iv) total prefabrication time and shipping cost
Architect:	Renzo	Piano	Building	Workshop
Location:	Noumea,	New	Caledonia
Year:	1998
Project	Highlights:	
•	 Natural	ventilation	(sea	winds),	
•	 Solar	shading
•	 Dynamic	inner	facade
Ten	conical	pavilions	are	arranged	across	the	
site	each	a	different	size.	Each	pavilion	uses	a	
double	roof	structure	in	tandem	with	a	double	
skin.	The	outer	shell	of	wooden	ribs	and	slats	
acts	as	structure	and	solar	shading.	An	inner	
skin	includes	glass	louvers	open	and	close	in	
tandem,	responding	to	current	wind	speeds.	
Marie Tjibaou Cultural Center
Architect:	Renzo	Piano	Building	Workshop
Location:	New	Caledonia
Year:	1998
Marie Tjibaou Cultural Center
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
a_Construction Detail
05Optimization/Goal Driven Generative Design
In the next phases, the project will explore the
construction details and explore possible ways of
optimizing geometric and systematic relationship between
materials and components.
Tjibaou cultural center uses a range of materials--
laminated iroko wood, concrete, coral, aluminum casting,
glass panels, tree bark, and stainless steel.
While the wood was acquired from the local site, the
stave frames were prefabricated in France. There are
several different types of pin connections that knit the
exterior and interior wooden staves by steel members.
The assembly required skilled labor and it was a delicate
procedure.
The following are quantitative factors that evaluate the
construction procedure and techniques.
i) number of components or connection types
ii) total building mass volume
iii) total assembly labor or on-site constrution time
iv) total prefabication time and shipping cost
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
a_Construction Detail
05Optimization/Goal Driven Generative Design
In the next phases, the project will explore the
construction details and explore possible ways of
optimizing geometric and systematic relationship between
materials and components.
Tjibaou cultural center uses a range of materials--
laminated iroko wood, concrete, coral, aluminum casting,
glass panels, tree bark, and stainless steel.
While the wood was acquired from the local site, the
stave frames were prefabricated in France. There are
several different types of pin connections that knit the
exterior and interior wooden staves by steel members.
The assembly required skilled labor and it was a delicate
procedure.
The following are quantitative factors that evaluate the
construction procedure and techniques.
i) number of components or connection types
ii) total building mass volume
iii) total assembly labor or on-site construction time
iv) total prefabrication time and shipping cost
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
a_Construction Detail
05Optimization/Goal Driven Generative Design
In the next phases, the project will explore the
construction details and explore possible ways of
optimizing geometric and systematic relationship between
materials and components.
Tjibaou cultural center uses a range of materials--
laminated iroko wood, concrete, coral, aluminum casting,
glass panels, tree bark, and stainless steel.
While the wood was acquired from the local site, the
stave frames were prefabricated in France. There are
several different types of pin connections that knit the
exterior and interior wooden staves by steel members.
The assembly required skilled labor and it was a delicate
procedure.
The following are quantitative factors that evaluate the
construction procedure and techniques.
i) number of components or connection types
ii) total building mass volume
iii) total assembly labor or on-site construction time
iv) total prefabrication time and shipping cost
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
(i)
(i)
(ii)
(ii)
a_Exterior Colonnaire Deformation
i) - 1060 mm
foundation angle_ 36.27°
steel cable length_ 2018.4 meter
ii) + 1940 mm
foundation angle_ 48°
steel cable length_ 2712.7 meter
iii) + 4783 mm
foundation angle_ 59.07°
steel cable length_ 3714 meter
(a)
(d)
06Geometric Form Driven Design
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
06Parametric Geometric Parti
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
06Parametric Interpretation
a_Revit Family Manipulation - i
b_Grasshopper Comparative Calculation - ii
adjusting component parts -
	 i) foundation pins
	 ii) lateral connections
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Colonnaire Pin Joint System 06
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
06Parametric Interpretation
a_Revit Family Manipulation
adjusting component parts
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
06Parametric Interpretation
a_Revit Family Manipulation
adjusting component parts
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
06Parametric Interpretation
a_Revit Family Manipulation
adjusting component parts
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
06Parametric Interpretation
a_Revit Family Manipulation
adjusting component parts
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
angle_ 22.43
06Parametric Interpretation
a_Revit Family Manipulation
adjusting component parts
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
angle_ 30.43
angle_ 22.43
06Parametric Interpretation
a_Revit Family Manipulation
adjusting component parts
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
06Comparative Analysis
a_Cost
recipricoal relationship
prefabrication
mass/volume
1
1
=
manual construction
number of parts
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
06Comparative Analysis
a_Wood vs Steel
colonnaire volume_ 155.547 m3
mid-connection volume: 12.275 m3
ribs_steel length: 600.651 meters
cross bracing_steel length: 1158.481 meters
straight connection_steel length: 506.523 meters
total for 18mm diameter steel: 1106.904 meters
total for 12mm diameter steel: 2374.701 meters
x-bracing_steel length: 1216.220 meters
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Colonnaire Bracing System 06
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
+ Colonnaire - Thickening
a_Rectangular Loft
06Modeling Components - Horizontal Connection Steel Tie Rods
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
a_Morphing by Colonnaire Point Alteration
07Geometric Form Driven Design
pt.radius_6060
column angle
differentiation
pt.radius_8000
pt.radius_10000
pt.radius_7000
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
a_Morphing by Colonnaire Point Alteration
07Geometric Form Driven Design
angle_44.92°
angle_56.61°
angle_47.99°
angle_41.88°
4.517 Parametric and Building Information Modeling
2014 Fall
Christine Min, GSD M.Arch II
Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998
a_Morphing by Colonnaire Point Alteration
07Geometric Form Driven Design
4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II
Bibliography 08
Banfi, Mike, and Listair Guthrie. “Kanak Cultural Centre, Noumea, New Caledonia.” Arup
Journal 21 (1999): 26-29.
“Drawings - Jean-Marie Tjibaou Cultural Center - Rpf.” Drawings - Jean-Marie Tjibaou
Cultural Center - Rpf. Fondazionerenzopiano, n.d. Web. 19 Dec. 2014.
Piano, Renzo. Nouméa: Centre Culturel Jean-Marie Tjibaou. Genoa, Italy: Fondazione Renzo
Piano, 2008. Print.

More Related Content

What's hot

What's hot (20)

The interlace ,Singapore By OMA - architecture housing case study
The interlace ,Singapore By OMA - architecture housing case studyThe interlace ,Singapore By OMA - architecture housing case study
The interlace ,Singapore By OMA - architecture housing case study
 
Site Analysis
Site AnalysisSite Analysis
Site Analysis
 
Richard meier
Richard meierRichard meier
Richard meier
 
KOHINOOR SQUARE (High Rise Mixed use building) - Mumbai Case Study By Anurag ...
KOHINOOR SQUARE (High Rise Mixed use building) - Mumbai Case Study By Anurag ...KOHINOOR SQUARE (High Rise Mixed use building) - Mumbai Case Study By Anurag ...
KOHINOOR SQUARE (High Rise Mixed use building) - Mumbai Case Study By Anurag ...
 
Peter zumthor
Peter zumthorPeter zumthor
Peter zumthor
 
Case study milwaukee art museum.
Case study  milwaukee art museum.Case study  milwaukee art museum.
Case study milwaukee art museum.
 
Bulk active
Bulk activeBulk active
Bulk active
 
BRICK school of architecture, case study
BRICK school of architecture, case studyBRICK school of architecture, case study
BRICK school of architecture, case study
 
Vernacular arch and its adaptation in modern construction.
Vernacular arch and its adaptation in modern construction.Vernacular arch and its adaptation in modern construction.
Vernacular arch and its adaptation in modern construction.
 
Low Cost Housing India
Low Cost Housing IndiaLow Cost Housing India
Low Cost Housing India
 
Heydar Aliyev Cultural Centre
Heydar Aliyev Cultural CentreHeydar Aliyev Cultural Centre
Heydar Aliyev Cultural Centre
 
Works of Geoffrey Bawa
Works of Geoffrey BawaWorks of Geoffrey Bawa
Works of Geoffrey Bawa
 
HOUSING AT PARSIK HILL
HOUSING AT PARSIK HILLHOUSING AT PARSIK HILL
HOUSING AT PARSIK HILL
 
Case Study of Green School, Bali.
Case Study of Green School, Bali.Case Study of Green School, Bali.
Case Study of Green School, Bali.
 
Alvar alto
Alvar altoAlvar alto
Alvar alto
 
architectural case study of schools in auroville,puducherry, south india
architectural case study of schools in auroville,puducherry, south indiaarchitectural case study of schools in auroville,puducherry, south india
architectural case study of schools in auroville,puducherry, south india
 
Kindergarten Case&Site Analysis
Kindergarten Case&Site Analysis Kindergarten Case&Site Analysis
Kindergarten Case&Site Analysis
 
Rem koolhas
Rem koolhasRem koolhas
Rem koolhas
 
Kanchanjunga apartments
Kanchanjunga apartmentsKanchanjunga apartments
Kanchanjunga apartments
 
Geoffrey bawa house
Geoffrey bawa houseGeoffrey bawa house
Geoffrey bawa house
 

Viewers also liked

Centro cultural tjibaou
Centro cultural tjibaou Centro cultural tjibaou
Centro cultural tjibaou
armando maquera
 
Renzo Piano and some of his works (ENGLISH)
Renzo Piano and some of his works (ENGLISH)Renzo Piano and some of his works (ENGLISH)
Renzo Piano and some of his works (ENGLISH)
Rohit Arora
 
Richard meier and john hejduk
Richard meier and john hejdukRichard meier and john hejduk
Richard meier and john hejduk
vikashsaini78
 
The Islamic Cultural Center Of New York
The Islamic Cultural Center Of New York The Islamic Cultural Center Of New York
The Islamic Cultural Center Of New York
adriannatrusiak
 

Viewers also liked (20)

Centro cultural jean marie tjbaou
Centro cultural jean marie tjbaouCentro cultural jean marie tjbaou
Centro cultural jean marie tjbaou
 
Centro cultural tjibaou
Centro cultural tjibaou Centro cultural tjibaou
Centro cultural tjibaou
 
Jean Marie Tjibaou Cultural Center case study
Jean Marie Tjibaou Cultural Center case studyJean Marie Tjibaou Cultural Center case study
Jean Marie Tjibaou Cultural Center case study
 
Renzo Piano and some of his works (ENGLISH)
Renzo Piano and some of his works (ENGLISH)Renzo Piano and some of his works (ENGLISH)
Renzo Piano and some of his works (ENGLISH)
 
Renzo piano ppt
Renzo piano pptRenzo piano ppt
Renzo piano ppt
 
Renzo piano y tjibaou cultural center
Renzo piano y tjibaou cultural centerRenzo piano y tjibaou cultural center
Renzo piano y tjibaou cultural center
 
Renzo piano
Renzo pianoRenzo piano
Renzo piano
 
RENZO PIANO
RENZO PIANORENZO PIANO
RENZO PIANO
 
ARCHITECTURAL CASE STUDY RENZO PIANO
ARCHITECTURAL CASE STUDY RENZO PIANOARCHITECTURAL CASE STUDY RENZO PIANO
ARCHITECTURAL CASE STUDY RENZO PIANO
 
British Library - Presentation
British Library - PresentationBritish Library - Presentation
British Library - Presentation
 
Richard meier and john hejduk
Richard meier and john hejdukRichard meier and john hejduk
Richard meier and john hejduk
 
The Islamic Cultural Center Of New York
The Islamic Cultural Center Of New York The Islamic Cultural Center Of New York
The Islamic Cultural Center Of New York
 
Centro cultural jean marie tjibaou_UNIP Bacelar
Centro cultural jean marie tjibaou_UNIP BacelarCentro cultural jean marie tjibaou_UNIP Bacelar
Centro cultural jean marie tjibaou_UNIP Bacelar
 
Proyectos bioclimaticos
Proyectos bioclimaticosProyectos bioclimaticos
Proyectos bioclimaticos
 
Richard meier overview
Richard meier overviewRichard meier overview
Richard meier overview
 
Richard Meier - Architect Case Study
Richard Meier - Architect Case StudyRichard Meier - Architect Case Study
Richard Meier - Architect Case Study
 
Renzo Piano
Renzo PianoRenzo Piano
Renzo Piano
 
Presentacion final de renzo piano.. ººººº
Presentacion final de renzo piano.. ºººººPresentacion final de renzo piano.. ººººº
Presentacion final de renzo piano.. ººººº
 
Autodesk revit design(cultural art center 2016)
Autodesk revit design(cultural art center 2016)Autodesk revit design(cultural art center 2016)
Autodesk revit design(cultural art center 2016)
 
Renzo Paino Architect
Renzo Paino ArchitectRenzo Paino Architect
Renzo Paino Architect
 

Similar to Min christine parabim_tjibaou

57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modeling
manojg1990
 
57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modeling
manojg1990
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
manojg1990
 

Similar to Min christine parabim_tjibaou (20)

Performance Evaluation of G+5, G+10 and G+15 Story Symmetric and Asymmetric B...
Performance Evaluation of G+5, G+10 and G+15 Story Symmetric and Asymmetric B...Performance Evaluation of G+5, G+10 and G+15 Story Symmetric and Asymmetric B...
Performance Evaluation of G+5, G+10 and G+15 Story Symmetric and Asymmetric B...
 
IRJET- Seismic Analysis for Vertically Geometric Irregularity using E-Tabs
IRJET- Seismic Analysis for Vertically Geometric Irregularity using E-TabsIRJET- Seismic Analysis for Vertically Geometric Irregularity using E-Tabs
IRJET- Seismic Analysis for Vertically Geometric Irregularity using E-Tabs
 
Comparative Study of Different Types of Bracing Systems by Placing at Differe...
Comparative Study of Different Types of Bracing Systems by Placing at Differe...Comparative Study of Different Types of Bracing Systems by Placing at Differe...
Comparative Study of Different Types of Bracing Systems by Placing at Differe...
 
DYNAMIC ANALYSIS OF SHEAR BUILDING AT DIFFERENT LOCATIONS IN DIFFERENT SEISMI...
DYNAMIC ANALYSIS OF SHEAR BUILDING AT DIFFERENT LOCATIONS IN DIFFERENT SEISMI...DYNAMIC ANALYSIS OF SHEAR BUILDING AT DIFFERENT LOCATIONS IN DIFFERENT SEISMI...
DYNAMIC ANALYSIS OF SHEAR BUILDING AT DIFFERENT LOCATIONS IN DIFFERENT SEISMI...
 
Incremental Dynamic Analysis of RC Frames
Incremental Dynamic Analysis of RC FramesIncremental Dynamic Analysis of RC Frames
Incremental Dynamic Analysis of RC Frames
 
A250108
A250108A250108
A250108
 
Icsm08b.ppt
Icsm08b.pptIcsm08b.ppt
Icsm08b.ppt
 
SEISMIC ANALYSIS AND RETROFITTING USING STEEL BRACING IN A MULTI-STOREYED BUI...
SEISMIC ANALYSIS AND RETROFITTING USING STEEL BRACING IN A MULTI-STOREYED BUI...SEISMIC ANALYSIS AND RETROFITTING USING STEEL BRACING IN A MULTI-STOREYED BUI...
SEISMIC ANALYSIS AND RETROFITTING USING STEEL BRACING IN A MULTI-STOREYED BUI...
 
Geometrically Variations of Steel Frame Structures: P-Delta Analysis
Geometrically Variations of Steel Frame Structures: P-Delta AnalysisGeometrically Variations of Steel Frame Structures: P-Delta Analysis
Geometrically Variations of Steel Frame Structures: P-Delta Analysis
 
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
COMPUTER CONTROL IN PROCESS PLANNING Unit 2 (ME CAD/CAM)
 
IRJET- Collapse Analysis of Irregular Flat Slab Structure at different Seismi...
IRJET- Collapse Analysis of Irregular Flat Slab Structure at different Seismi...IRJET- Collapse Analysis of Irregular Flat Slab Structure at different Seismi...
IRJET- Collapse Analysis of Irregular Flat Slab Structure at different Seismi...
 
IRJET- Seismic Analysis of G+6 Frame Building using ETABS
IRJET-  	  Seismic Analysis of G+6 Frame Building using ETABSIRJET-  	  Seismic Analysis of G+6 Frame Building using ETABS
IRJET- Seismic Analysis of G+6 Frame Building using ETABS
 
COMPARISION OF RCC & COMPOSITE TALL STRUCTURE ON THE EFFECT OF LATERAL FORCES
COMPARISION OF RCC & COMPOSITE TALL STRUCTURE ON THE EFFECT OF LATERAL FORCESCOMPARISION OF RCC & COMPOSITE TALL STRUCTURE ON THE EFFECT OF LATERAL FORCES
COMPARISION OF RCC & COMPOSITE TALL STRUCTURE ON THE EFFECT OF LATERAL FORCES
 
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
111431635-geometric-modeling-glad1-150630140219-lva1-app6892 (1).pdf
 
Architectural Builds and Design V3 Land Fabrications
Architectural Builds and Design V3 Land FabricationsArchitectural Builds and Design V3 Land Fabrications
Architectural Builds and Design V3 Land Fabrications
 
COMPARISON OF ANALYSIS AND DESIGN OF REGULAR AND IRREGULAR CONFIGURATION OF M...
COMPARISON OF ANALYSIS AND DESIGN OF REGULAR AND IRREGULAR CONFIGURATION OF M...COMPARISON OF ANALYSIS AND DESIGN OF REGULAR AND IRREGULAR CONFIGURATION OF M...
COMPARISON OF ANALYSIS AND DESIGN OF REGULAR AND IRREGULAR CONFIGURATION OF M...
 
57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modeling
 
57892883 geometric-modeling
57892883 geometric-modeling57892883 geometric-modeling
57892883 geometric-modeling
 
Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)Geometric modeling111431635 geometric-modeling-glad (1)
Geometric modeling111431635 geometric-modeling-glad (1)
 
Seismic Performance of Flat Slab Structures Under Static and Dynamic Loads
Seismic Performance of Flat Slab Structures Under Static and Dynamic LoadsSeismic Performance of Flat Slab Structures Under Static and Dynamic Loads
Seismic Performance of Flat Slab Structures Under Static and Dynamic Loads
 

Min christine parabim_tjibaou

  • 1. Cultural Center Jean Marie Tjibaou Noumea, New Caledonia 1991-1998 Renzo Piano Workshop
  • 2. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II primary_ double layered wooden colonnaires secondary_steel bracing prototype Exterior Surface + Shape + Subdivision Primary Structure + Building Frame Organization + Geometric Organization Secondary Structure + Secondary Systems + Geometric Logic / Differences + Detailing Geometries, Structual Loads, And Assembly Summary + Systems And Relationships + Construction And System Details + Diagrams Of Different Geometries Enclosure System 01
  • 3. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Exterior Surface + Shape + Subdivision Primary Structure + Building Frame Organization + Geometric Organization Secondary Structure + Secondary Systems + Geometric Logic / Differences + Detailing Geometries, Structual Loads, And Assembly Summary + Systems And Relationships + Construction And System Details + Diagrams Of Different Geometries Enclosure System 01
  • 4. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II + Define the prototype parametric component of a typical enclosure a_Colonnaires b_Horizontal beams c_Perpendicular Bracing Connections Enclosure Components 02 (a) (a) (b) (b) (c) (c)
  • 5. 4.517 Parametric and Building Information Modeling | Assignment 01 Christine Min, GSD M.Arch II Exterior Surface + Shape + Subdivision Primary Structure + Building Fram Organization + Geometric Organization Secondary Structure + Secondary Systems + Geometric Logic / Differences + Detailing Geometries, Structual Loads, And Assembly Summary + Systems And Relationships + Construction And System Details + Diagrams Of Different Geometries 01Enclosure System 4.517 Parametric and Building Information Modeling | Assignment 01 Christine Min, GSD M.Arch II Exterior Surface + Shape + Subdivision Primary Structure + Building Frame Organization + Geometric Organization Secondary Structure + Secondary Systems + Geometric Logic / Differences + Detailing Geometries, Structual Loads, And Assembly Summary + Systems And Relationships + Construction And System Details + Diagrams Of Different Geometries 02
  • 6. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Exterior Surface + Shape + Subdivision Primary Structure + Building Frame Organization + Geometric Organization Secondary Structure + Secondary Systems + Geometric Logic / Differences + Detailing Geometries, Structual Loads, And Assembly Summary + Systems And Relationships + Construction And System Details + Diagrams Of Different Geometries (x,y)_Circular Base // Equal Divisions (x,y)_Symmetric Order (x,y,z)_Crv through Control Points 02Enclosure System
  • 7. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Exterior Surface + Shape + Subdivision Primary Structure + Building Frame Organization + Geometric Organization Secondary Structure + Secondary Systems + Geometric Logic / Differences + Detailing Geometries, Structual Loads, And Assembly Summary + Systems And Relationships + Construction And System Details + Diagrams Of Different Geometries Enclosure System (x,y,z)_Adjust Heights of Exterior Colonnaires (doman)_0.50 to 1.0 Heights (x,y,z)_Adjust Heights of Interior Colonnaires 02
  • 8. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II a_Circle.ByCenterPointRadius b_NurbsCurve.ByPoints c_Geometry. Translate(direction) direction= Vector.ByCoordinates (0.25..0..#2,0,0); Surface.ByLoft; Surface.Thicken(surface,0.25); d_Geometry.Rotate (geometry,origin,axis,degree) __geometry= __origin= Point.ByCoordinates(0,0,0); __axis= vector=Vector. ByCoordinates(0,0,1); __degree= div..#numVerts..div; numVerts=Slider (36) div=360/numVerts; e_ List[3..32]; f_Geometry.Trim (geometry,tool,pick) __geometry= Plane.XY Plane.Offset(13.5) __tool= Geometry.Rotate Point.ByCoordinates(0,0,0); Vector.ByCoordinates(0,1,0); 32.660; __pick= Point.ByCoordinates(0,0,27) Exterior Vertical Colonnaires - Dynamo 03 (a) (d) (b) (e) (c) (f )
  • 9. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II a_Curve.Offset b_ Line. ByStartPointDirectionLength c_Geometry. Translate(direction) direction= Vector.ByCoordinates (0.25..0..#2,0,0); Surface.ByLoft; Surface.Thicken(surface,0.25); d_Geometry.Rotate (geometry,origin,axis,degree) __geometry= __origin= Point.ByCoordinates(0,0,0); __axis= vector=Vector. ByCoordinates(0,0,1); __degree= div..#numVerts..div; numVerts=Slider (36) div=360/numVerts; e_ List[3..32]; f_Geometry.Trim (geometry,tool,pick) __geometry= Plane.XY Plane.Offset(13.5) __tool= Geometry.Rotate Point.ByCoordinates(0,0,0); Vector.ByCoordinates(0,1,0); 32.660; __pick= Point.ByCoordinates(0,0,27) Interior Vertical Colonnaires - Dynamo 03 (a) (d) (b) (e) (c) (f )
  • 10. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II + Colonnaire -List item a_list colonnaires from 04 to 18; exclude colonnaires from 00-03 Modeling Components - Colonnaires 03
  • 11. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II + Colonnaire - Thickening a_Rectangular Loft Modeling Components - Colonnaires 03
  • 12. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II + Input drivers _ for level 01| Intersection between xy plane at 2360.00 height and vertical colonnaires _ for all other levels | curve contour points at every 2250.00 mm _reorganize points along vertical colonnaires at Z points + Output Geometry Interpolated curve at defined Z points Input Sort by Z pts error | unsorted pts as input for creating interpolated curve 03Parametric Geometric Parti (x,y,z)_Outer Horizontal Beams Level 01_ +2360.00 Level 02+ _ (every 2250.00 mm)
  • 13. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II a_Curve.Offset b_ Line. ByStartPointDirectionLength c_Geometry. Translate(direction) direction= Vector.ByCoordinates (0.25..0..#2,0,0); Surface.ByLoft; Surface.Thicken(surface,0.25); d_Geometry.Rotate (geometry,origin,axis,degree) __geometry= __origin= Point.ByCoordinates(0,0,0); __axis= vector=Vector. ByCoordinates(0,0,1); __degree= div..#numVerts..div; numVerts=Slider (36) div=360/numVerts; e_ List[3..32]; f_Geometry.Trim (geometry,tool,pick) __geometry= Plane.XY Plane.Offset(13.5) __tool= Geometry.Rotate Point.ByCoordinates(0,0,0); Vector.ByCoordinates(0,1,0); 32.660; __pick= Point.ByCoordinates(0,0,27) Horizontal Bracing - Dynamo 03 (a) (d) (b) (e) (c) (f )
  • 14. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II a_Geometry. Translate(direction) direction= Vector.ByCoordinates (0.75..0..#2,0,0); Curve.Offset(0.75/2)*-1.0; Curve.PointAtParameter Parameter=(0..1..#12); b_Geometry.Rotate (geometry,origin,axis,degree) __geometry= __origin= Point.ByCoordinates(0,0,0); __axis= vector=Vector. ByCoordinates(0,0,1); __degree= div..#numVerts..div; numVerts=Slider (36) div=360/numVerts; c_Select.OneCrv(list) (index=1); List.GetItemAtIndex(list,index); list=list[1..7]; Horizontal Bracing - Dynamo 03 (a) (a) (b) (b) (c) (c)
  • 15. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II d_Surface.BySweep(profile,path) __profile= Circle at Y Axis radius=0,10; normal= Vector.ByCoordinates(0,1,0); Circle. ByCenterPointRadiusNormal (centerPoint,radius,normal); centerPoint= List.Slice(a,start,end); a=List.Reverse(list); start=1; end=8; __path= Curve. DivideEqually(curve,divisions=2) List.LastItem e_Surface.ByLoft __Geometry.Rotate (geometry,origin,axis,degree) __geometry= __origin= Point.ByCoordinates(0,0,0); __axis= vector=Vector. ByCoordinates(0,0,1); __degree= div..#numVerts..div; numVerts=Slider (36) div=360/numVerts; __List[31]; Horizontal Bracing - Dynamo 03 (d) (d) (e) (e) (f ) (f )
  • 16. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II + Curvilinear X-Vertical Bracing (i) to Lateral Horizontal Bracing (ii) Steel Calculation 03 (i) (i) (ii) (ii)
  • 17. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Input _Interpolated Curve Points of horizontal beam _Sort List to combine points from both inner and exterior beams _Flip matrix from columns to rows. _Cull list to exclude points on the top three exterior beams _Shift list of either inner or exterior beams to create x-crossing (x,y)_Bracing and Connectors Straight steel intersections on the same plane as the horizontal beamserror | line segment without flipping matrix or cull list (x,y)_Bracing and Connectors X-Bracing steel intersections on the same plane as the horizontal beams 03Parametric Geometric Parti Input Cull Cull Shift List Input
  • 18. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II 03Parametric Geometric Parti Input _Interpolated Curve Points of exterior colonnaires _Offset Relative index input | offset rules for relative item index Input Offset Relative Item
  • 19. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Physical model of the overall structural enclsoure components Model Test 01 04
  • 21. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 a_Construction Detail 05Direction In the next phases, the project will explore the construction details and explore possible ways of optimizing geometric and systematic relationship between materials and components. Tjibaou cultural center uses a range of materials-- laminated iroko wood, concrete, coral, aluminum casting, glass panels, tree bark, and stainless steel. While the wood was acquired from the local site, the stave frames were prefabricated in France. There are several different types of pin connections that knit the exterior and interior wooden staves by steel members. The assembly required skilled labor and it was a delicate procedure. The following are quantitative factors that evaluate the construction procedure and techniques. i) number of components or connection types ii) total building mass volume iii) total assembly labor or on-site construction time iv) total prefabrication time and shipping cost
  • 22. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 connection type 04 connection type 05 connection type 04 connection type 06 connection type 05 connection type 05 connection type 03 connection type 01 connection type 02 connection type 03 a_Construction Detail 05Optimization/Goal Driven Generative Design In the next phases, the project will explore the construction details and explore possible ways of optimizing geometric and systematic relationship between materials and components. Tjibaou cultural center uses a range of materials-- laminated iroko wood, concrete, coral, aluminum casting, glass panels, tree bark, and stainless steel. While the wood was acquired from the local site, the stave frames were prefabricated in France. There are several different types of pin connections that knit the exterior and interior wooden staves by steel members. The assembly required skilled labor and it was a delicate procedure. The following are quantitative factors that evaluate the construction procedure and techniques. i) number of components or connection types ii) total building mass volume iii) total assembly labor or on-site construction time iv) total prefabrication time and shipping cost Architect: Renzo Piano Building Workshop Location: Noumea, New Caledonia Year: 1998 Project Highlights: • Natural ventilation (sea winds), • Solar shading • Dynamic inner facade Ten conical pavilions are arranged across the site each a different size. Each pavilion uses a double roof structure in tandem with a double skin. The outer shell of wooden ribs and slats acts as structure and solar shading. An inner skin includes glass louvers open and close in tandem, responding to current wind speeds. Marie Tjibaou Cultural Center Architect: Renzo Piano Building Workshop Location: New Caledonia Year: 1998 Marie Tjibaou Cultural Center
  • 23. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 a_Construction Detail 05Optimization/Goal Driven Generative Design In the next phases, the project will explore the construction details and explore possible ways of optimizing geometric and systematic relationship between materials and components. Tjibaou cultural center uses a range of materials-- laminated iroko wood, concrete, coral, aluminum casting, glass panels, tree bark, and stainless steel. While the wood was acquired from the local site, the stave frames were prefabricated in France. There are several different types of pin connections that knit the exterior and interior wooden staves by steel members. The assembly required skilled labor and it was a delicate procedure. The following are quantitative factors that evaluate the construction procedure and techniques. i) number of components or connection types ii) total building mass volume iii) total assembly labor or on-site constrution time iv) total prefabication time and shipping cost
  • 24. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 a_Construction Detail 05Optimization/Goal Driven Generative Design In the next phases, the project will explore the construction details and explore possible ways of optimizing geometric and systematic relationship between materials and components. Tjibaou cultural center uses a range of materials-- laminated iroko wood, concrete, coral, aluminum casting, glass panels, tree bark, and stainless steel. While the wood was acquired from the local site, the stave frames were prefabricated in France. There are several different types of pin connections that knit the exterior and interior wooden staves by steel members. The assembly required skilled labor and it was a delicate procedure. The following are quantitative factors that evaluate the construction procedure and techniques. i) number of components or connection types ii) total building mass volume iii) total assembly labor or on-site construction time iv) total prefabrication time and shipping cost
  • 25. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 a_Construction Detail 05Optimization/Goal Driven Generative Design In the next phases, the project will explore the construction details and explore possible ways of optimizing geometric and systematic relationship between materials and components. Tjibaou cultural center uses a range of materials-- laminated iroko wood, concrete, coral, aluminum casting, glass panels, tree bark, and stainless steel. While the wood was acquired from the local site, the stave frames were prefabricated in France. There are several different types of pin connections that knit the exterior and interior wooden staves by steel members. The assembly required skilled labor and it was a delicate procedure. The following are quantitative factors that evaluate the construction procedure and techniques. i) number of components or connection types ii) total building mass volume iii) total assembly labor or on-site construction time iv) total prefabrication time and shipping cost
  • 26. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II (i) (i) (ii) (ii) a_Exterior Colonnaire Deformation i) - 1060 mm foundation angle_ 36.27° steel cable length_ 2018.4 meter ii) + 1940 mm foundation angle_ 48° steel cable length_ 2712.7 meter iii) + 4783 mm foundation angle_ 59.07° steel cable length_ 3714 meter (a) (d) 06Geometric Form Driven Design
  • 27. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II 06Parametric Geometric Parti
  • 28. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 06Parametric Interpretation a_Revit Family Manipulation - i b_Grasshopper Comparative Calculation - ii adjusting component parts - i) foundation pins ii) lateral connections
  • 29. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Colonnaire Pin Joint System 06
  • 30. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 06Parametric Interpretation a_Revit Family Manipulation adjusting component parts
  • 31. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 06Parametric Interpretation a_Revit Family Manipulation adjusting component parts
  • 32. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 06Parametric Interpretation a_Revit Family Manipulation adjusting component parts
  • 33. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 06Parametric Interpretation a_Revit Family Manipulation adjusting component parts
  • 34. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 angle_ 22.43 06Parametric Interpretation a_Revit Family Manipulation adjusting component parts
  • 35. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 angle_ 30.43 angle_ 22.43 06Parametric Interpretation a_Revit Family Manipulation adjusting component parts
  • 36. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 06Comparative Analysis a_Cost recipricoal relationship prefabrication mass/volume 1 1 = manual construction number of parts
  • 37. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 06Comparative Analysis a_Wood vs Steel colonnaire volume_ 155.547 m3 mid-connection volume: 12.275 m3 ribs_steel length: 600.651 meters cross bracing_steel length: 1158.481 meters straight connection_steel length: 506.523 meters total for 18mm diameter steel: 1106.904 meters total for 12mm diameter steel: 2374.701 meters x-bracing_steel length: 1216.220 meters
  • 38. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Colonnaire Bracing System 06
  • 39. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II + Colonnaire - Thickening a_Rectangular Loft 06Modeling Components - Horizontal Connection Steel Tie Rods
  • 40. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 a_Morphing by Colonnaire Point Alteration 07Geometric Form Driven Design pt.radius_6060 column angle differentiation pt.radius_8000 pt.radius_10000 pt.radius_7000
  • 41. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 a_Morphing by Colonnaire Point Alteration 07Geometric Form Driven Design angle_44.92° angle_56.61° angle_47.99° angle_41.88°
  • 42. 4.517 Parametric and Building Information Modeling 2014 Fall Christine Min, GSD M.Arch II Centre Cultural Jean-Marie Tjibaou | Renzo Piano Workshop | 1991-1998 a_Morphing by Colonnaire Point Alteration 07Geometric Form Driven Design
  • 43. 4.517 Parametric and Building Information Modeling Christine Min, GSD M.Arch II Bibliography 08 Banfi, Mike, and Listair Guthrie. “Kanak Cultural Centre, Noumea, New Caledonia.” Arup Journal 21 (1999): 26-29. “Drawings - Jean-Marie Tjibaou Cultural Center - Rpf.” Drawings - Jean-Marie Tjibaou Cultural Center - Rpf. Fondazionerenzopiano, n.d. Web. 19 Dec. 2014. Piano, Renzo. Nouméa: Centre Culturel Jean-Marie Tjibaou. Genoa, Italy: Fondazione Renzo Piano, 2008. Print.