CumInCAD is a Cumulative Index about publications in Computer Aided Architectural Design
supported by the sibling associations ACADIA, CAADRIA, eCAADe, SIGraDi, ASCAAD and CAAD futures

PDF papers
References

Hits 1 to 20 of 2633

_id 2005_491
id 2005_491
authors Beirão, José and Duarte, José
year 2005
title Urban Grammars: Towards Flexible Urban Design
doi https://doi.org/10.52842/conf.ecaade.2005.491
source Digital Design: The Quest for New Paradigms [23nd eCAADe Conference Proceedings / ISBN 0-9541183-3-2] Lisbon (Portugal) 21-24 September 2005, pp. 491-500
summary Traditional urban plans have definitive design systems, without the flexibility required to deal with the complexity and change that characterise contemporary urban societies. To provide urban plans with increased flexibility, it is proposed a design methodology capable of producing various design solutions instead of a specific definitive design. The methodology uses shape grammars as a process for generating urban design. In this approach, design becomes a system of solutions rather than a specific one. Through the analyses of a group of urban plans, a design methodology was sketched in which rules are used to enable more flexibility. These plans where chosen for their perceived qualities in terms of language, planning efficiency, and latent flexibility. As a result, a four-phased methodology was identified and thus, proposed for designing urban plans. This methodology was then combined with shape grammars and tested in a design studio setting. Students were asked to use the methodology and shape grammars as auxiliary instruments in the design of a flexible plan for a new town. In the following year, to simulate real-world conditions and oblige students to consider urban ordering and scale, work was structured differently. First, students were asked to develop a rule-based urban plan as in the previous year. Second, they were asked to conceive a detail plan for a sector of an urban plan defined by another group of students following its rules. The plans were then analysed with the goal of refining the methodology. Results show that shape grammars produce urban plans with non-definitive formal solutions, while keeping a consistent spatial language. They also provide plans with explicit and implicit flexibility, thereby giving future designers a wider degree of freedom. Finally, they provide students with a concrete methodology for approaching urban design and foster the development of additional designing skills.
keywords Shape Grammars, Flexible Urban Design
series eCAADe
email
last changed 2022/06/07 07:54

_id caadria2007_585
id caadria2007_585
authors Menegotto, José Luis
year 2007
title The Nazca Lines and their Digital Architectural Representation
doi https://doi.org/10.52842/conf.caadria.2007.x.r9m
source CAADRIA 2007 [Proceedings of the 12th International Conference on Computer Aided Architectural Design Research in Asia] Nanjing (China) 19-21 April 2007
summary This paper relates to a digital architectural design experience in 2005 for the Nazca Competition. Nazca is an archaeological site situated about 400 kilometers south of Lima, Peru. It is a large desert with gigantic millenary geoglyphs carved on the surface, which can only be seen clearly from above. The Nazca geoglyphs are made up of hundreds of lines, spirals and triangular plazas, as well as zoomorphic figures like birds, fish, spider, etc. The Nazca Competition asked for an observatory-lodge of approximately 1.000m2 with 20 rooms, communal bathrooms, supporting areas and an observatory tower of at least 100 meters. The observatory-lodge was designed using a digital representation technique called "Genetically Constructed Structures". The structure was created using the geometric principle of the affinity of two conic sections: circle and ellipse. The form was produced transforming the circle and the ellipse by performing basic geometric transformations (translation, rotation, reflection and scaling). According to this technique, the sequence of transformations was codified in the form of an alphanumerical string, metaphorically named the "DNA structure". The code was inserted as extended data into the entities which shaped the structure profiles. The algorithms were programmed with AutoLISP language. The "DNA code" allowed the structure to be constructed and deconstructed from any point, generating many different forms, to be studied and compared. One year later, the same 3D model was used to test another digital technology called "musical box" where their geometrical points are captured, read and translated into musical parameters, generating music. In this paper we will present the graphical form of the tower as well as the music associated.
series CAADRIA
last changed 2022/06/07 07:50

_id ascaad2016_003
id ascaad2016_003
authors Al-Jokhadar, Amer; Wassim Jabi
year 2016
title Humanising the Computational Design Process - Integrating Parametric Models with Qualitative Dimensions
source Parametricism Vs. Materialism: Evolution of Digital Technologies for Development [8th ASCAAD Conference Proceedings ISBN 978-0-9955691-0-2] London (United Kingdom) 7-8 November 2016, pp. 9-18
summary Parametric design is a computational-based approach used for understanding the logic and the language embedded in the design process algorithmically and mathematically. Currently, the main focus of computational models, such as shape grammar and space syntax, is primarily limited to formal and spatial requirements of the design problem. Yet, qualitative factors, such as social, cultural and contextual aspects, are also important dimensions in solving architectural design problems. In this paper, an overview of the advantages and implications of the current methods is presented. It also puts forward a ‘structured analytical system’ that combines the formal and geometric properties of the design, with descriptions that reflect the spatial, social and environmental patterns. This syntactic-discursive model is applied for encoding vernacular courtyard houses in the hot-arid regions of the Middle East and North Africa, and utilising the potentials of these cases in reflecting the lifestyle and the cultural values of the society, such as privacy, human-spatial behaviour, the social life inside the house, the hierarchy of spaces, the segregation and seclusion of family members from visitors and the orientation of spaces. The output of this analytical phase prepares the groundwork for the development of socio-spatial grammar for contemporary tall residential buildings that gives the designer the ability to reveal logical spatial topologies based on socio-environmental restrictions, and to produce alternatives that have an identity while also respecting the context, place and needs of users.
series ASCAAD
email
last changed 2017/05/25 13:13

_id b190
authors Goldberg, Adele and Robson, David
year 1983
title Smalltalk-80: The language and its implementation
source New York, NY: Addison Wesley Co
summary Smalltalk-80 is the classic standard Smalltalk language as described in Smalltalk-80: The Language and Its Implementation by Goldberg and Robson. This book is commonly called "the Blue Book". Squeak implements the dialect of Smalltalk described in this book, but has a different implementation. Overview of the Smalltalk Language Smalltalk is a general purpose, high level programming language. It was the first original "pure" object oriented language, but not the first to use the object oriented concept, which is credited to Simula 67. The explosive growth of Object Oriented Programming (OOP) technologies began in the early 1980's, with Smalltalk's introduction. Behind it was the idea that the individual human user should be the most important component of any computing system, and that programming should be a natural extension of thinking, and also a dynamic and evolutionary process consistent with the model of human learning activity. In Smalltalk, these ideas are embodied in a framework for human-computer communication. In a sense, Smalltalk is yet another language like C and Pascal, and programs can be written in Smalltalk that have the look and feel of such conventional languages. The difference lies * in the amount of code that can be reduced, * less cryptic syntax, * and code that is easier to handle for application maintenance and enhancement. But Smalltalk's most powerful feature is easy code reuse. Smalltalk makes reuse of programs, routines, and subroutines (methods) far easier. Though procedural languages allow reuse too, it is harder to do, and much easier to cheat. It is no surprise that Smalltalk is relatively easy to learn, mainly due to its simple syntax and semantics, as well as few concepts. Objects, classes, messages, and methods form the basis of programming in Smalltalk. The general methodology to use Smalltalk The notion of human-computer interface also results in Smalltalk promoting the development of safer systems. Errors in Smalltalk may be viewed as objects telling users that confusion exists as to how to perform a desired function.
series other
last changed 2003/04/23 15:14

_id b6a7
authors Jensen, K.
year 1996
title Coloured Petri Nets: Basic Concepts
source 2nd ed., Springer Verlag, Berlin
summary This book presents a coherent description of the theoretical and practical aspects of Coloured Petri Nets (CP-nets or CPN). It shows how CP-nets have been developed - from being a promising theoretical model to being a full-fledged language for the design, specification, simulation, validation and implementation of large software systems (and other systems in which human beings and/or computers communicate by means of some more or less formal rules). The book contains the formal definition of CP-nets and the mathematical theory behind their analysis methods. However, it has been the intention to write the book in such a way that it also becomes attractive to readers who are more interested in applications than the underlying mathematics. This means that a large part of the book is written in a style which is closer to an engineering textbook (or a users' manual) than it is to a typical textbook in theoretical computer science. The book consists of three separate volumes. The first volume defines the net model (i.e., hierarchical CP-nets) and the basic concepts (e.g., the different behavioural properties such as deadlocks, fairness and home markings). It gives a detailed presentation of many small examples and a brief overview of some industrial applications. It introduces the formal analysis methods. Finally, it contains a description of a set of CPN tools which support the practical use of CP-nets. Most of the material in this volume is application oriented. The purpose of the volume is to teach the reader how to construct CPN models and how to analyse these by means of simulation. The second volume contains a detailed presentation of the theory behind the formal analysis methods - in particular occurrence graphs with equivalence classes and place/transition invariants. It also describes how these analysis methods are supported by computer tools. Parts of this volume are rather theoretical while other parts are application oriented. The purpose of the volume is to teach the reader how to use the formal analysis methods. This will not necessarily require a deep understanding of the underlying mathematical theory (although such knowledge will of course be a help). The third volume contains a detailed description of a selection of industrial applications. The purpose is to document the most important ideas and experiences from the projects - in a way which is useful for readers who do not yet have personal experience with the construction and analysis of large CPN diagrams. Another purpose is to demonstrate the feasibility of using CP-nets and the CPN tools for such projects. Together the three volumes present the theory behind CP-nets, the supporting CPN tools and some of the practical experiences with CP-nets and the tools. In our opinion it is extremely important that these three research areas have been developed simultaneously. The three areas influence each other and none of them could be adequately developed without the other two. As an example, we think it would have been totally impossible to develop the hierarchy concepts of CP-nets without simultaneously having a solid background in the theory of CP-nets, a good idea for a tool to support the hierarchy concepts, and a thorough knowledge of the typical application areas.
series other
last changed 2003/04/23 15:14

_id acadia12_187
id acadia12_187
authors Mei-Ling, Lin ; Han, Ling ; Kothapuram, Shankara ; Jiawei, Song
year 2012
title Digital Vernacular
doi https://doi.org/10.52842/conf.acadia.2012.187
source ACADIA 12: Synthetic Digital Ecologies [Proceedings of the 32nd Annual Conference of the Association for Computer Aided Design in Architecture (ACADIA) ISBN 978-1-62407-267-3] San Francisco 18-21 October, 2012), pp. 187-195
summary Digital Vernacular investigates the potential of the process of depositing a paste like material with precision using a CNC device which has produced an innovative system for design and fabrication of environmentally responsive housing. Architectural practice has been greatly impacted by technical innovations in the past, usually new building types emerge as part of new ideologies. Yet the current revolution in computer-aided design and fabrication has architecture focusing on form – without questioning what these new processes can bring for the masses. The research project 'Digital Vernacular' has investigated the potential of using CNC technology for the production of housing. It has focused on the design of the machinic devices as well as computational design tools, and revolves around the concept of fabrication on site. Using an additive and layered manufacturing process and locally available material, the project proposes a revolutionary new digital design and fabrication system that is based on one of the oldest and most sustainable construction methods in the world. The main potentials of this method are not to create complex forms for the sake of design, but to use parametric control to adapt each design to the specificities of its site. Using geometrical rules found during many research experiments with real material behaviour, a new architectural language is created that merges several environmental functionalities into a single integrated design.
keywords Digital , Vernacular , CNC , CAM , Housing , fabrication , environmental
series ACADIA
type panel paper
email
last changed 2022/06/07 07:58

_id ascaad2009_mahmoud_riad
id ascaad2009_mahmoud_riad
authors Riad, Mahmoud
year 2009
title Musical Deconstruction / Reconstruction: Visualizing architectonic spaces through music
source Digitizing Architecture: Formalization and Content [4th International Conference Proceedings of the Arab Society for Computer Aided Architectural Design (ASCAAD 2009) / ISBN 978-99901-06-77-0], Manama (Kingdom of Bahrain), 11-12 May 2009, pp. 225-233
summary There is a common belief that music and architecture are connected through a hidden a dimension. Both arts, when abstracted intellectually (through mathematics) or emotionally (through phenomenological experience), share a number of ordering principles, having the same notion of crescendo in sequence and progression. Many have sought to unlock this hidden dimension to create artwork that lets our souls transcend up to the heavens. There are five different methods where architects have used music in their design approach: there are those who use harmonic proportions found in musical consonances as room dimensions to create harmonic spaces, flowing into each other like musical chords (Palladio, Steven Holl); those who believe that music is ‘design in time’ use rhythmic elements of music and apply it to their vertical surfaces and structural grids (Iannis Xenakis, Le Corbusier); those who use architecture as a musical instrument experiment with sound and acoustics to create a phenomenological environment (Bernhard Leitner, Peter Zumthor); those gifted with synethsesia (stimulating one sensory preceptor with another, e.g. seeing colors by listening to music, or vice versa) use certain musical pieces as an inspiration for form generation (Wassily Kandinsky, Steven Holl); and there are those who deconstruct an element in music and reconstruct it to architectural form, highlighting common themes between both arts (Iannis Xenakis, Daniel Libeskind). These five different methods have been the topic of research of many architectural scholars using western music as reference. The question becomes what if the musical reference is changed? Classical, rock, pop, country, jazz, and blues music are very different from one another, yet they share similar foundational musical structures. One may go further and experiment with various world music as reference, which is very different than western music in terms of musical structure. Linguists and musicologists have discussed the origins of music in relation to language. They hypothesize that cognitive elements found in language are somehow carried into the region's music. This paper documents the research of the author in this topic, discussing the digital modeling applications adopted that make such an investigation possible. The interest here is exploring how the visual space is altered when the musical reference is changed, and whether properties of the musical reference are evident in the architectural visualization. The musical references will be limited to Western Classical and Arabic music.
series ASCAAD
email
last changed 2009/06/30 08:12

_id 89a8
authors Smeltzer, Geert T.A.
year 1994
title Virtual Reality in Architecture
doi https://doi.org/10.52842/conf.ecaade.1994.x.e4i
source The Virtual Studio [Proceedings of the 12th European Conference on Education in Computer Aided Architectural Design / ISBN 0-9523687-0-6] Glasgow (Scotland) 7-10 September 1994, pp. 244
summary This short presentation will describe the application of a Virtual Reality system for the architectural design process. This is based on the results of research into 6 technology and in particular on the possibilities of a natural interface between a designer and a design system. This description is also based on the development of a laboratory setup for a “fully immersive” (all-round representation) and a “partially immersive” (stereo representation) 6 application. This application offers a designer the possibility of modify-ing and assessing a 3D design model in “Virtual Reality” This presentation is mainly based on the use of Virtual Reality in the course of several case studies. One of these case studies was the making of a presenta-tion of a design to possibly interested parties. The other case study was the use of Virtual Reality in the course of a design process. Finally this publication includes the description of some future and anticipated developments. The research problem is mainly posed by the questions regarding the ways in which the design process changes under the influence of, amongst other factors, the 6 technology. Other questions concern the ways in which the interface between a designer and a design system can be made as natural as possible, the way in which a design model can be made as autonomous as possible, and the way in which a representation can be made as realistic as possible. With regard to these the starting points were respectively the use of sensors, behaviour characteristics and illumination simulations. The development problem is posed by the question regarding the way in which a laboratory setup, in cooperation with a supplier of hardware (Sun Microsystems Nederland BV) and a supplier of software (Autodesk Benelux BV), can be developed. In order to do this use has to be made of their system components, such as workstations and CAD software. Another problem for the development of the laboratory setup is the way in which the project was to be made to lead to presentations and demonstra-tions of 6 technology which was still not yet generally available. The first case study was the development of a 6 presentation of a housing project. This presentation was in the first instance intended for people who had an interest in the project. In addition, naturally, people who really only had an interest in Virtual Reality itself also attended. The presentation was announced as being a first Virtual Open House. Each interested party could wander through the 3D design model and move the furniture. In the course of this case study consideration was above all given to the relationships between the interfaces between the user and the system, the level of detail of the model and the speed of the representation. The second case study was the use of Virtual Reality during a design process. The system is used for the evaluation of visibility and safety aspects of another housing project. The use of the system was initially only intended for the designer and the principal. At the end of the process different design modifications were effected in accordance with their evaluations of the design. After that the system was also used for internal presentations of the applications as well as of the technology. The problem which played a role in the course of these studies was in the first instance a design problem and in the second in-stance a technical problem.

series eCAADe
last changed 2022/06/07 07:50

_id 2005_010
id 2005_010
authors Aish, Robert
year 2005
title From Intuition to Precision
doi https://doi.org/10.52842/conf.ecaade.2005.010
source Digital Design: The Quest for New Paradigms [23nd eCAADe Conference Proceedings / ISBN 0-9541183-3-2] Lisbon (Portugal) 21-24 September 2005, pp. 10-14
summary Design has been described as making inspire decisions with incomplete information. True, we may use prior knowledge, we may even think we understand the causalites involved, but what really matters is exploration: of new forms, of new materials, and speculation about the response to the resulting effects. Essentially, this exploration has its own dynamics, involving intuition and spontaneity, and without which there is no design. But of course we all know that this is not the whole story. Design is different to 'craft'; to directly 'making' or 'doing'. It necessarily has to be predictive in order to anticipate what the consequence of the 'making' or 'doing' will be. Therefore we inevitably have to counter balance our intuition with a well developed sense of premeditation. We have to be able to reason about future events, about the consequence of something that has not yet being made. There is always going to be an advantage if this reasoning can be achieved with a degree of precision. So how can we progress from intuition to precision? What abstractions can we use to represent, externalize and test the concepts involved? How can we augment the cognitive processes? How can we record the progression of ideas? And, how do we know when we have arrived? Design has a symbiotic relationship with geometry. There are many design issues that are independent of any specific configurations. We might call these “pre-geometric” issues. And having arrived at a particular configuration, there may be many material interpretations of the same geometry. We might call these “post-geometric” issues. But geometry is central to design, and without appropriate geometric understanding, the resulting design will be limited. Geometry has two distinct components, one is a formal descriptive system and the other is a process of subjective evaluation.
series eCAADe
email
last changed 2022/06/07 07:54

_id sigradi2005_673
id sigradi2005_673
authors Amorim, Arivaldo Leão de; Daniel Chudak
year 2005
title Digital Historic Heritage: documenting of Pelourinho, Salvador - Bahia, Brazil, with 3D laser scanning technology
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 2, pp. 673-678
summary This paper describes the Pelourinho Project realized past July in Salvador, during the 1st International Conference on 3D Laser Scanning for Heritage Documentation. The Pelourinho located at the historic center of Salvador, is an impressive wide set of buildings listed by UNESCO as World Heritage. The text contains a quickly overview about the 3D laser scanning technology, shows how data are captured and what they stored and what they means. The 3D laser scanning model, another kind of 3D geometric model is called point cloud and represents an excellent way to store data of some particular constructions. Because its irregular shapes it is very arduous to survey and represent these constructions by any other method. The point cloud model is an excellent way to represent with integrity and accuracy these particular complex shapes like the colonial baroque churches in Brazil. [Full paper in Portuguese]
series SIGRADI
email
last changed 2016/03/10 09:47

_id caadria2005_a_7c_a
id caadria2005_a_7c_a
authors Anandan Karunakaran
year 2005
title Organisation of Pedestrian Movements: an Agent-Based Approach
doi https://doi.org/10.52842/conf.caadria.2005.305
source CAADRIA 2005 [Proceedings of the 10th International Conference on Computer Aided Architectural Design Research in Asia / ISBN 89-7141-648-3] New Delhi (India) 28-30 April 2005, vol. 1, pp. 305-313
summary Cities are becoming more complex in this digital era due to technological changes. Thinking of cities without such technological changes is equivalent to an embryonic state in the morphology of city growth, that is, the growth seems less advanced. So it is appropriate to think of the non digital city digitally. Urban design is one state which establishes the perfect relationship between the street, people and building. The relationship of the people with the building and street is becoming one of the key factors in architecture. It has been observed that the design of a city has been influenced by the pedestrian movement. Many cities prior to the industrial era were largely determined by the social interactions based on walking. Thus the pedestrians play a key role in the formation of the city. They are a very important component in any representation of transport movements. They generally terminate or initiate a chain of linked activities, and if observed carefully, a single pedestrian movement is meant to include various sub journeys from one location to another. In order to organize pedestrians, we need to understand the pedestrian movement system. Though there is a lot of development of urban models in this aspect, it is still in a nascent state in comparison with the digital advancement. Thus much research work is carried out which can be applied to any given environmental setting, and as a result urban designers can respond to the changing socio-cultural technologies.
series CAADRIA
last changed 2022/06/07 07:54

_id sigradi2005_000
id sigradi2005_000
authors Angulo, Antonieta and Vásquez de Velasco, Guillermo (eds.)
year 2005
title SiGradi2005: Vision and Visualization
source Proceedings of the 9th Iberoamerican Congress of Digital Graphics Graphics / ISBN 978-1-59975-306-5] Lima (Perú) 21-23 november 2005, 826 p.
summary Paradoxically, one of the most difficult but enjoyable things we do is to imagine. To open the eyes of our mind and see what no one else can see. We see images of things that are yet to be and through the same skill we devise ways in which to make them happen. We design the future in the form of environments, graphics, products, films, and a growing range of new media. Our ability to develop a vision and to visualize it is a gift that we are called to cultivate and put to good use. We have been privileged with a great responsibility. In the process of developing a vision and communicating that vision to others, we “visualize”. Visualization can be a very private experience in which we are alone with mental images that help us shape our vision. In other instances visualization can be a component of mass communication. Visualization can be a means or can be an end. It can be a small architectural sketch on a paper napkin or a mega-graphic covering a high-rise building, an airplane or a ship. In every case, the relationship between vision and visualization is a mutually supportive articulation of what our eyes and our minds can see. Our vision of the role of computers in the art and science of visualization is in constant development. Computer visualization can support an intimate dialog between a designer and his/her vision. It can translate and communicate that vision to a larger audience and in the hands of a new-media artist it can actually constitute his/her vision. The 9th Annual Conference of SIGraDI (Ibero American Society for Computer Graphics) will explore our collective vision on the future of digital visualization and digital media in Environmental Design, Product Design, Graphic Design, Cinematography, New Media, and Art. Authors are invited to share their research work with a focus on how it contributes to shape a collective understanding of the past, awareness of the present, and vision of the future in our multiple disciplines.
series SIGRADI
email
last changed 2016/03/10 09:47

_id acadia05_170
id acadia05_170
authors Barker, Daniel and Dong, Andy
year 2005
title A Representation Language for a Prototype CAD Tool for Intelligent Rooms
doi https://doi.org/10.52842/conf.acadia.2005.170
source Smart Architecture: Integration of Digital and Building Technologies [Proceedings of the 2005 Annual Conference of the Association for Computer Aided Design In Architecture / ISBN 0-9772832-0-8] Savannah (Georgia) 13-16 October 2005, pp. 170-183
summary Intelligent rooms are a type of intelligent environment which enhance ordinary activities within the confines of a room by responding to human interaction using pervasive and ubiquitous computing. In the design of intelligent rooms, the specification of how the intelligent room enacts intelligent behavior through computational means is as integral as the geometric description. The self-aware and context-aware capabilities of intelligent rooms extend the requirements for computer-aided design tools beyond 3D modeling of objects. This article presents a Hardware as Agents Description Language for Intelligent Rooms (HADLIR) to model hardware in an intelligent room as “hardware agents” having sensor and/or effector modalities with rules and goals. End-users describe intelligent room hardware as agents based on the HADLIR representation and write agent rules and goals in Jess for each hardware component. This HADLIR agent description and the requisite software sensors/effectors constitute “hardware agents” which are instantiated into a multi-agent society software environment. The society is then bridged to either a virtual environment to prototype the intelligent room or to microelectronic controllers to implement a physical intelligent room. The integration illustrates how the HADLIR representation assists in the design, simulation and implementation of an intelligent room and provides a foundation technology for CAD tools for the creation of intelligent rooms.
series ACADIA
email
last changed 2022/06/07 07:54

_id sigradi2005_126
id sigradi2005_126
authors Barrios Hernandez, Carlos Roberto
year 2005
title EVALUATION OF parametric models: TWO PROVISOS FOR THE SAGRADA FAMILIA COLUMNS
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 1, pp. 126-132
summary This paper presents a research in progress in the development of parametric models for geometric manipulation of complex shapes, and introduces a methodology for evaluation of the design instances of a parametric model. The research presents a case study on the designs of the Spanish architect Antonio Gaudi, and takes on the fundamental rules of the form generation of the nave columns of the Expiatory Temple of the Sagrada Familia in Barcelona. The evaluation is done applying two provisos that determine if a shape is part of the design language and is an instance of the parametric model is a Gaudinian design.
series SIGRADI
email
last changed 2016/03/10 09:47

_id cf2011_p170
id cf2011_p170
authors Barros, Mário; Duarte José, Chaparro Bruno
year 2011
title Thonet Chairs Design Grammar: a Step Towards the Mass Customization of Furniture
source Computer Aided Architectural Design Futures 2011 [Proceedings of the 14th International Conference on Computer Aided Architectural Design Futures / ISBN 9782874561429] Liege (Belgium) 4-8 July 2011, pp. 181-200.
summary The paper presents the first phase of research currently under development that is focused on encoding Thonet design style into a generative design system using a shape grammar. The ultimate goal of the work is the design and production of customizable chairs using computer assisted tools, establishing a feasible practical model of the paradigm of mass customization (Davis, 1987). The current research step encompasses the following three steps: (1) codification of the rules describing Thonet design style into a shape grammar; (2) implementing the grammar into a computer tool as parametric design; and (3) rapid prototyping of customized chair designs within the style. Future phases will address the transformation of the Thonet’s grammar to create a new style and the production of real chair designs in this style using computer aided manufacturing. Beginning in the 1830’s, Austrian furniture designer Michael Thonet began experimenting with forming steam beech, in order to produce lighter furniture using fewer components, when compared with the standards of the time. Using the same construction principles and standardized elements, Thonet produced different chairs designs with a strong formal resemblance, creating his own design language. The kit assembly principle, the reduced number of elements, industrial efficiency, and the modular approach to furniture design as a system of interchangeable elements that may be used to assemble different objects enable him to become a pioneer of mass production (Noblet, 1993). The most paradigmatic example of the described vision of furniture design is the chair No. 14 produced in 1858, composed of six structural elements. Due to its simplicity, lightness, ability to be stored in flat and cubic packaging for individual of collective transportation, respectively, No. 14 became one of the most sold chairs worldwide, and it is still in production nowadays. Iconic examples of mass production are formally studied to provide insights to mass customization studies. The study of the shape grammar for the generation of Thonet chairs aimed to ensure rules that would make possible the reproduction of the selected corpus, as well as allow for the generation of new chairs within the developed grammar. Due to the wide variety of Thonet chairs, six chairs were randomly chosen to infer the grammar and then this was fine tuned by checking whether it could account for the generation of other designs not in the original corpus. Shape grammars (Stiny and Gips, 1972) have been used with sucesss both in the analysis as in the synthesis of designs at different scales, from product design to building and urban design. In particular, the use of shape grammars has been efficient in the characterization of objects’ styles and in the generation of new designs within the analyzed style, and it makes design rules amenable to computers implementation (Duarte, 2005). The literature includes one other example of a grammar for chair design by Knight (1980). In the second step of the current research phase, the outlined shape grammar was implemented into a computer program, to assist the designer in conceiving and producing customized chairs using a digital design process. This implementation was developed in Catia by converting the grammar into an equivalent parametric design model. In the third phase, physical models of existing and new chair designs were produced using rapid prototyping. The paper describes the grammar, its computer implementation as a parametric model, and the rapid prototyping of physical models. The generative potential of the proposed digital process is discussed in the context of enabling the mass customization of furniture. The role of the furniture designer in the new paradigm and ideas for further work also are discussed.
keywords Thonet; furniture design; chair; digital design process; parametric design; shape grammar
series CAAD Futures
email
last changed 2012/02/11 19:21

_id sigradi2005_511
id sigradi2005_511
authors Barrow, Larry R.
year 2005
title Man and machine: ideation and Making
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 1, pp. 511-516
summary The realization of architecture, that is the building of the physical artifact, requires numerous collaborative participates that requires a communication network in order to realize the vision. All efforts to communicate a design idea prior to physical realization, that is manufacturing or construction, are forms of visualization (i.e. representation). Herein lies the fundamental problem, the designer(s) must en-vision, and communicate that which is to BE ... physical, yet is NOT... physical. In this paper, we will review the emerging Human-Computer-Interface and technology influences on process and product; here we find the “humanistic” component is a critical factor in the success of “digital” strategies.
series SIGRADI
email
last changed 2016/03/10 09:47

_id sigradi2005_720
id sigradi2005_720
authors Bermudez, Julio; Jim Agutter
year 2005
title Data Architecture Studio: Premises, Pedagogy, and Results
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 2, pp. 720-724
summary Information Visualization (InfoVis) is the field devoted to the study of methods for displaying data in information-rich domains. Although most of the InfoVis solutions have been developed by scientists and engineers, artists and designers have began to bring in their expertise to advance the state of the art. The role that architects may play in this development could be substantial. Yet, participating in this new design frontier means to master skills and knowledge not necessarily covered by traditional architectural education. This paper presents a four-year effort devoted to develop such InfoVis curricula in an architectural context. The course encodes knowledge harvested over almost 10 year of InfoVis research bridging 5 disciplines and delivering many successful academic, technological, and commercial products. In particular, the class investigates the use of architecture as (1) a fundamental data organizational device and (2) a research method of examination, response, and communication for InfoVis problems.
series SIGRADI
email
last changed 2016/03/10 09:47

_id sigradi2005_438
id sigradi2005_438
authors Bessone, Miriam; Ricardo Pérez Miró, Isabel Molinas
year 2005
title Digital visualization and new intellectual associations among language - music - architecture
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 1, pp. 438-443
summary Throughout history, architecture has transposed contributions bound to structuralist focus or to musical composition. This is from linguistic and music respectively. New visualization systems show the possibility to give transpositions a new meaning, form the potentialities of hypermedia; locking for new projects parameters. This papers will show experimental workshop results developed within CI+D 2000 “New speeches and design process”. They study links and explore our work interrelating word – music and image. These processes are developed by people coming from literature, visual arts, music, and architecture areas. Lastly, the first results will be shown. Since parameters were transposed from music, by using NURBS forms, space prefiguration is tried out. [Full paper in Spanish]
series SIGRADI
email
last changed 2016/03/10 09:47

_id sigradi2005_494
id sigradi2005_494
authors Bund, Elizabeth A.; Mónica B. Rábano
year 2005
title Influences of the digital media in architectonic codification
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 1, pp. 494-498
summary This work considers affectation produced in disciplinarian codes by digital image, understood as a sign, and its influence in social codes in context of a hyper communicated macro society. Disciplinarian codes construct the significant structure of environment; affect behaviors in the identity sense, making comprehensive the habitable shapes and the individual and collective mechanisms of attribution of significance. The architect operates above them and in a dialectic action, connecting social and disciplinarian codes. The conformation of formal laws, generated in the context of the virtuality and the image, proposes to architects a renewal of language, working in a synthetic and ambiguous world. This paper adds to the theoretical frame of a current investigation, and its objective is to contribute to comprehension of modes in which, the electronic paradigm has been installed, in the relationship between the different actors that update the codes and ratify its dynamic role. [Full paper in Spanish]
series SIGRADI
last changed 2016/03/10 09:47

_id sigradi2005_603
id sigradi2005_603
authors Castañé, Dora; Claudio Deho, Adrián Barcesat, Carlos Tessier
year 2005
title Urbamedia: the design of an integrated system of urban-building visualization and communication
source SIGraDi 2005 - [Proceedings of the 9th Iberoamerican Congress of Digital Graphics] Lima - Peru 21-24 november 2005, vol. 2, pp. 603-608
summary This paper presents the advancements of the Urbamedia project which was designed as part of a research program at the Center CAO (Creation computer assist), School of Architectural Design and Urbanism, University of Buenos Aires, which was led by the valued master and advisory professor Architect Arturo F. Montagu. This proposal of the city of Buenos Aires on the Mayo Avenue expands the original historical fragment presented between the following two referenced representative landmarks: The Two Congresses Square and the Mayo Square. It continues with the advancement of methodologies and techniques implemented in a system of “integrated visualization and communication” for the development of a VRML (Virtual Reality Modeling Language) 3D virtual non-immersive and interactive vision. It also incorporates the development of a “foundation of digitally integrated knowledge” with fragments of central areas from other surrounding cities as well as interfaced phenomenological situations. The application of digital VRML technology has allowed for thoroughly researching the processes through dynamic simulation of specific urban fragments (Mayo Avenue within Buenos Aires) and the cities that are also participating in the project. [Full paper in Spanish]
series SIGRADI
email
last changed 2016/03/10 09:48

For more results click below:

this is page 0show page 1show page 2show page 3show page 4show page 5... show page 131HOMELOGIN (you are user _anon_526937 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002