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 514

_id b188
authors Kuohsiang, Chen and Owen, Charles L.
year 1997
title Form Language and Style Description
source Design Studies 18, 3, pp. 249-274
summary This paper presents a `style description framework' for the analysis of style as it is exhibited by objects, artifacts and, particularly, products. The framework equips a designer with both the ability to analyse existing styles and to describe new styles for target markets. A `style profile' consists of a set of polar adjective scales and associated weighting mechanisms. Within the profile, stylistic attributes -- in the form of values given on the scales -- are grouped into six categories: form elements, joining relationships, detail treatments, materials, colour treatments and textures. Two weighting mechanisms, an importance index and confidence factor, fine-tune the description. The style profile can be used not only to communicate styles between designers and computers, but also to accumulate formal style knowledge.
series journal paper
last changed 2003/04/23 15:50

_id 6594
authors Emdanat, Samir S and Vakalo, Emmanuel G.
year 1997
title SHAPE GRAMMARS: AN ASSESSMENT OF THEIR UTILITY IN ARCHITECTURE
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 313-321
doi https://doi.org/10.52842/conf.caadria.1997.313
summary Shape grammars are generative formalisms that allow spatial computations to be carried out on shapes. This paper examines the assumptions, methodologies, and formalisms underlying shape grammar research in relation to architectural form and its making. The paper first establishes the criteria for evaluating the adequacy of a given generative system. Then, it applies them to the evaluation of the shape grammar formalism. Issues of the representation of style and language, procedural and declarative knowledge representation, as well as, the specificity and generalizability of the formalism will be addressed. The paper argues that, in its present state, shape grammar leaves a great deal to be desired in terms of its descriptive power and generalizability. The paper concludes by exploring some of the desired characteristics for languages of architectural form.
series CAADRIA
type normal paper
last changed 2022/06/07 07:55

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ga9921
id ga9921
authors Coates, P.S. and Hazarika, L.
year 1999
title The use of genetic programming for applications in the field of spatial composition
source International Conference on Generative Art
summary Architectural design teaching using computers has been a preoccupation of CECA since 1991. All design tutors provide their students with a set of models and ways to form, and we have explored a set of approaches including cellular automata, genetic programming ,agent based modelling and shape grammars as additional tools with which to explore architectural ( and architectonic) ideas.This paper discusses the use of genetic programming (G.P.) for applications in the field of spatial composition. CECA has been developing the use of Genetic Programming for some time ( see references ) and has covered the evolution of L-Systems production rules( coates 1997, 1999b), and the evolution of generative grammars of form (Coates 1998 1999a). The G.P. was used to generate three-dimensional spatial forms from a set of geometrical structures .The approach uses genetic programming with a Genetic Library (G.Lib) .G.P. provides a way to genetically breed a computer program to solve a problem.G. Lib. enables genetic programming to define potentially useful subroutines dynamically during a run .* Exploring a shape grammar consisting of simple solid primitives and transformations. * Applying a simple fitness function to the solid breeding G.P.* Exploring a shape grammar of composite surface objects. * Developing grammarsfor existing buildings, and creating hybrids. * Exploring the shape grammar of abuilding within a G.P.We will report on new work using a range of different morphologies ( boolean operations, surface operations and grammars of style ) and describe the use of objective functions ( natural selection) and the "eyeball test" ( artificial selection) as ways of controlling and exploring the design spaces thus defined.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 40d7
authors Dalyrmple, Michael and Gerzso, Michael
year 1998
title Executable Drawings: The Computation of Digital Architecture
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 172-187
doi https://doi.org/10.52842/conf.acadia.1998.172
summary Architectural designs are principally represented by drawings. Usually, each drawing corresponds to one design or aspects of one design. On the other hand, one executable drawing corresponds to a set of designs. These drawings are the same as conventional drawings except that they have computer code or programs embedded in them. A specific design is the result of the computer executing the code in a drawing for a particular set of parameter values. If the parameters are changed, a new design or design variation is produced. With executable drawings, a CAD system is also a program editor. A designer not only designs by drawing but also programming. It fuses two activities: the first, drawing, is basic in architectural practice; and the second, progamming, or specifying the relation of outputs from inputs, is basic in computer system development. A consequence of executable drawings is that architectural form is represented by graphical entities (lines or shapes) as well as computer code or programs. This type of architecture we call digital architecture. Two simple examples are presented: first, the design of a building in terms of an executable drawing of the architects, Sangallo the Younger and Michelangelo, and second, a description of an object oriented implementation of a preliminary prototype of an executable drawing system written in 1997 which computes a simple office layout.
series ACADIA
email
last changed 2022/06/07 07:55

_id 567d
authors Farrag, C., Pinna Braga, F. and Teixeira, P.
year 2000
title Investigação de Metodologia de Ensino de Informática Aplicada à Arquitetura (Research on the Methodology for Teaching Computer Applications in Architecture)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 347-349
summary Description of class research from 1997-2 to 2000-1 in “Applied Computing in Architecture” conducted in the sixth semester of the Architecture Program at Faculdade de Belas Artes de São Paulo. The study is intended to analyze, evaluate and discover new paradigms in the introduction/application of class methodologies of teaching the use of computer in the design process. Our intention is to verify the students natural understanding of the principles of 3D digital modeling by introducing new tools for defining space and form, using the computer as a communication/representation system, and not only as a mimetized production tool. The challenge was to find a natural syntony between the digital projectual process and the learning process. At the end of each semester we evaluated the results and redirected the class proposals.
series SIGRADI
email
last changed 2016/03/10 09:51

_id 6a37
authors Fowler, Thomas and Muller, Brook
year 2002
title Physical and Digital Media Strategies For Exploring ‘Imagined’ Realities of Space, Skin and Light
source Thresholds - Design, Research, Education and Practice, in the Space Between the Physical and the Virtual [Proceedings of the 2002 Annual Conference of the Association for Computer Aided Design In Architecture / ISBN 1-880250-11-X] Pomona (California) 24-27 October 2002, pp. 13-23
doi https://doi.org/10.52842/conf.acadia.2002.013
summary This paper will discuss an unconventional methodology for using physical and digital media strategies ina tightly structured framework for the integration of Environmental Control Systems (ECS) principles intoa third year design studio. An interchangeable use of digital media and physical material enabledarchitectural explorations of rich tactile and luminous engagement.The principles that provide the foundation for integrative strategies between a design studio and buildingtechnology course spring from the Bauhaus tradition where a systematic approach to craftsmanship andvisual perception is emphasized. Focusing particularly on color, light, texture and materials, Josef Albersexplored the assemblage of found objects, transforming these materials into unexpected dynamiccompositions. Moholy-Nagy developed a technique called the photogram or camera-less photograph torecord the temporal movements of light. Wassily Kandinsky developed a method of analytical drawingthat breaks a still life composition into diagrammatic forces to express tension and geometry. Theseschematic diagrams provide a method for students to examine and analyze the implications of elementplacements in space (Bermudez, Neiman 1997). Gyorgy Kepes's Language of Vision provides a primerfor learning basic design principles. Kepes argued that the perception of a visual image needs aprocess of organization. According to Kepes, the experience of an image is "a creative act ofintegration". All of these principles provide the framework for the studio investigation.The quarter started with a series of intense short workshops that used an interchangeable use of digitaland physical media to focus on ECS topics such as day lighting, electric lighting, and skin vocabulary tolead students to consider these components as part of their form-making inspiration.In integrating ECS components with the design studio, an nine-step methodology was established toprovide students with a compelling and tangible framework for design:Examples of student work will be presented for the two times this course was offered (2001/02) to showhow exercises were linked to allow for a clear design progression.
series ACADIA
email
last changed 2022/06/07 07:51

_id a92b
authors Kolarevic , Branko
year 1997
title Relational Description of Shapes and Form Generation
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 29-39
doi https://doi.org/10.52842/conf.caadria.1997.029
summary The paper describes a relations-based graphic environment of shape delineation and dynamic drawing manipulation that can provide a qualitatively different way to explore shape, dimension and geometric organization. Relational description of shapes based on the concept of construction or regulating lines is introduced as an explicit formulation of a strategy to form generation and creative discovery. A limited prototype of the relations-based graphic system, called ReDRAW, is briefly described and the implications of its use in conceptual architectural design are discussed.
series CAADRIA
email
last changed 2022/06/07 07:51

_id 4560
authors Kolarevic, Branko
year 1997
title Regulating Lines, Geometric Relations, and Shape Delineation in Design
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.n2n
summary The paper presents a computer-based graphic environment for shape delineation that can provide a qualitatively different way to explore shape, dimension, and geometric organization in design. Relational description of shapes based on the concept of regulating lines is introduced as an explicit formulation of a strategy to form generation and creative discovery. The paper also presents ReDRAW, a limited prototype of the relations-based graphic system, and discusses some implications of its use in conceptual architectural design.
keywords Elations-Based Design Systems, Shape Delineation, Regulating Lines, Geometric Relations
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/kolarev/kolarev.htm
last changed 2022/06/07 07:50

_id diss_marsh
id diss_marsh
authors Marsh, A.J.
year 1997
title Performance Analysis and Conceptual Design
source School of Architecture and Fine Arts, University of Western Australia
summary A significant amount of the research referred to by Manning has been directed into the development of computer software for building simulation and performance analysis. A wide range of computational tools are now available and see relatively widespread use in both research and commercial applications. The focus of development in this area has long been on the accurate simulation of fundamental physical processes, such as the mechanisms of heat flow though materials, turbulent air movement and the inter-reflection of light. The adequate description of boundary conditions for such calculations usually requires a very detailed mathematical model. This has tended to produce tools with a very engineering-oriented and solution-based approach. Whilst becoming increasingly popular amongst building services engineers, there has been a relatively slow response to this technology amongst architects. There are some areas of the world, particularly the UK and Germany, where the use of such tools on larger projects is routine. However, this is almost exclusively during the latter stages of a project and usually for purposes of plant sizing or final design validation. The original conceptual work, building form and the selection of materials being the result of an aesthetic and intuitive process, sometimes based solely on precedent. There is no argument that an experienced designer is capable of producing an excellent design in this way. However, not all building designers are experienced, and even fewer have a complete understanding of the fundamental physical processes involved in building performance. These processes can be complex and often highly inter-related, often even counter-intuitive. It is the central argument of this thesis that the needs of the building designer are quite different from the needs of the building services engineer, and that existing building design and performance analysis tools poorly serve these needs. It will be argued that the extensive quantitative input requirement in such tools acts to produce a psychological separation between the act of design and the act of analysis. At the conceptual stage, building geometry is fluid and subject to constant change, with solid quantitative information relatively scarce. Having to measure off surface areas or search out the emissivity of a particular material forces the designer to think mathematically at a time when they are thinking intuitively. It is, however, at this intuitive stage that the greatest potential exists for performance efficiencies and environmental economies. The right orientation and fenestration choice can halve the airconditioning requirement. Incorporating passive solar elements and natural ventilation pathways can eliminate it altogether. The building form can even be designed to provide shading using its own fabric, without any need for additional structure or applied shading. It is significantly more difficult and costly to retrofit these features at a later stage in a project’s development. If the role of the design tool is to serve the design process, then a new approach is required to accommodate the conceptual phase. This thesis presents a number of ideas on what that approach may be, accompanied by some example software that demonstrates their implementation.
series thesis:PhD
more http://www.squ1.com/site.html
last changed 2003/11/28 07:33

_id e941
authors Sariyildiz, Sevil, Durmisevic, Sanja and Ploco, Jasmina
year 1997
title Pattern Grammar within the Language of Architecture
source AVOCAAD First International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-01-09] Brussels (Belgium) 10-12 April 1997, pp. 299-311
summary Technology plays an important role in the design and designing process, influencing the architectural expressions and giving an impulse to new developments of architectural language. It has been allways the stimulating push for the generation of new concepts, spaces and technics in architectural design. Especially the developments, in the field of material technology and construction industry. Lately, Information and Communication Technology (ICT) pledge to have an important impact on designing practice as well as a part of the technological developments. In order to widen the application of CAAD in designers realm, it is necessary to interpose new design tools and methods. This means introducing CAAD more as a "designing tool" and making its employment feasible from the very first stages of design process - during the conceptual phase. Pattern Grammars, which we will introduce in this paper is such a method that provides support to designers, architects and urban planners. These patterns, based on complex 3D spatial geometrical polyhedra and polytopes, when generated, have form and structure at the same time. Parallel with geometry creation, aspects such as accessibility, functionality and integrity of a building should be taken in consideration as well. Working with pattern grammar within CAAD environment, enables faster generating of concepts and examination of spatial qualities, offering at the same time higher standards of design flexibility and enormous variety. It also introduces new design approaches to stimulate the innovative ideas concerning the design. This, altogether, represents an added value of CAAD.
keywords CAAD Tools, Pattern Grammar, Substitution Method
series AVOCAAD
last changed 2005/09/09 10:48

_id caadria2006_633
id caadria2006_633
authors WAN-YU LIU
year 2006
title THE EMERGING DIGITAL STYLE: Attention shift in architectural style recognition
source CAADRIA 2006 [Proceedings of the 11th International Conference on Computer Aided Architectural Design Research in Asia] Kumamoto (Japan) March 30th - April 2nd 2006, 633-635
doi https://doi.org/10.52842/conf.caadria.2006.x.g4f
summary “Style” has long been an important index to observe the design thinking of designers in architecture. Gombrich (1968) defined style as a particular selection from the alternatives when doing things; Ackerman (1963) considered that a distiguishable ensemble of certain characteristics we call a style; Schapiro (1961) pointed out that style is constant forms, and sometimes the constant elements, qualities and expression; Kirsch (1998), Cha and Gero (1999) thought of style as a form element and shape pattern. As Simon and others referred to, style emerged from the process of problem solving, Chan (1994, 2001) ever devised a serious of experiments to set up the operational definitions of style, further five factors that relate to generating styles. Owing to that the greater part of sketches and drawings in the design process couldn’t be replaced by computer-aided design systems (Eisentraut, 1997), designers must shift between different problem-solving methods while facing different design problems. The purpose in this research is to discuss the influences of computer usage on style generation and style recognition: The employment of certain procedural factors that occurred in the design processes that using conventional media is different from the ones that using computer media? Do personal styles emerge while designers shifting between different media in the design processes? Does any unusual phenomenon emerge while accustomed CAD-systems designers recognizing a style?
series CAADRIA
email
last changed 2022/06/07 07:49

_id 0992
authors Belibani, R. and Gadola, A.
year 1997
title On Digital Architecture
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.r1n
summary One of the main aims of this research was to highlight the influence of computer as a designing tool. Their wide acceptance as drawing tools might occult the importance of their role in architectural design. We will try to apprehend, with the help of synthetic images, that computers mark a historic step forward in drawing and representation, as well as a major progress in the understanding of creative processes.

Together these features offer a broader horizon to architectural design. New source of inspiration can be found in virtual reality that makes visible what does not really exist, permitting design to suggest itself with its primordial image. We mean a kind of architectural imprint, where the first three-dimensional lines suggest in some way the designer with their shape, and encourage the definition process.

Through the visualisation of some images, it is possible to show the modifications of language and style, to examine the transformation modalities of the design process and to propose an essay of the new methods to communicate architecture.

series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/belibani/belibani.htm
last changed 2022/06/07 07:50

_id b5f4
authors Gero, John S. and Ding, Lan
year 1997
title Exploring Style Emergence in Architectural Designs
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 287-296
summary This paper presents an evolutionary approach to style emergence in architectural designs. Emergence is the process of making features explicit which were previously only implicit. Style is considered as a set of common characteristics of a group of designs. It is interpreted using a language model as an analogy and is represented at the genetic level. An evolutionary system based on genetic engineering is developed. It emerges style by locating the genetic structures which produce that style. Preliminary results are presented.
series other
email
last changed 2003/04/06 09:26

_id acadia23_v1_136
id acadia23_v1_136
authors Alima, Natalia
year 2023
title InterspeciesForms
source ACADIA 2023: Habits of the Anthropocene: Scarcity and Abundance in a Post-Material Economy [Volume 1: Projects Catalog of the 43rd Annual Conference of the Association of Computer Aided Design in Architecture (ACADIA) ISBN 979-8-9860805-8-1]. Denver. 26-28 October 2023. edited by A. Crawford, N. Diniz, R. Beckett, J. Vanucchi, M. Swackhamer 136-143.
summary The hybridization of architectural, biological and robotic agencies Situated in the field of architectural biodesign, InterspeciesForms explores a closer relationship between the fungus Pleurotus ostreatus and the designer in the creation of form. The intention of hybridizing mycelia’s agency of growth with architectural design intention is to generate novel, non-indexical crossbred designed outcomes that evolve preconceived notions of architectural form. Mycelium are threadlike fibrous root systems made up of hyphae, that form the vegetative part of a fungus (Jones 2020). Known as the hackers of the wood wide web (Simard 1997) mycelia form complex symbiotic relationships with other species that inhabit our earth. Michael Lim states “Fungi redefine resourcefulness, collaboration, resilience and symbiosis” (Lim 2022, p. 14). When wandering around the forest to connect with other species or searching for food, fungi form elaborate and entangled networks by spreading their hyphal tips. Shown in Figure 1, this living labyrinth results in the aesthetic formation of an intricate web. Due to the organisms ability to determine the most effective direction of growth, communicate with its surrounding ecosystem, and connect with other species, fungi are indeed an intelligent species with a unique aesthetic that must not be ignored. In drawing on these concepts, I refer to the organism’s ability to search for, tangle, and digest its surroundings as ‘mycelia agency of growth’. It is this specific behavioral characteristic that is the focus of this research, with which I, as the architect, set out to co-create and hybridize with.
series ACADIA
type project
email
last changed 2024/04/17 13:58

_id 8ec9
authors Asanowicz, Alexander
year 1997
title Incompatible Pencil - Chance for Changing in Design Process
source AVOCAAD First International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-01-09] Brussels (Belgium) 10-12 April 1997, pp. 93-101
summary The existing Caad systems limit designers creativity by constraining them to work with prototypes provided by the system's knowledge base. Most think of computers as drafting machines and consider CAAD models as merely proposals for future buildings. But this kind of thinking (computers as simple drafting machines) seems to be a way without future. New media demands new process and new process demands new media. We have to give some thougt to impact of CAAD on the design process and in which part of it CAAD can add new value. In this paper there will be considered two ways of using of computers. First - creation of architectural form in an architect's mind and projects visualisation with using renderings, animation and virtual reality. In the second part - computer techniques are investigated as a medium of creation. Unlike a conventional drawing the design object within computer has a life of its own. In computer space design and the final product are one. Computer creates environments for new kind of design activities. In fact, many dimensions of meaning in cyberspace have led to a cyberreal architecture that is sure to have dramatic consequences for the profession.
series AVOCAAD
last changed 2005/09/09 10:48

_id debf
authors Bertol, D.
year 1997
title Designing Digital Space - An Architect's Guide to Virtual Reality
source John Wiley & Sons, New York
summary The first in-depth book on virtual reality (VR) aimed specifically at architecture and design professionals, Designing Digital Space steers you skillfully through the learning curve of this exciting new technology. Beginning with a historical overview of the evolution of architectural representations, this unique resource explains what VR is, how it is being applied today, and how it promises to revolutionize not only the design process, but the form and function of the built environment itself. Vividly illustrating how VR fits alongside traditional methods of architectural representation, this comprehensive guide prepares you to make optimum practical use of this powerful interactive tool, and embrace the new role of the architect in a virtually designed world. Offers in-depth coverage of the virtual universe-data representation and information management, static and dynamic worlds, tracking and visual display systems, control devices, and more. Examines a wide range of current VR architectural applications, from walkthroughs, simulations, and evaluations to reconstructions and networked environments Includes insightful essays by leading VR developers covering some of today's most innovative projects Integrates VR into the historical framework of architectural development, with detailed sections on the past, present, and future Features a dazzling array of virtual world images and sequential displays Explores the potential impact of digital architecture on the built environment of the future
series other
last changed 2003/04/23 15:14

_id 2e36
authors Bourdakis, Vassilis
year 1997
title Making Sense of the City
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 663-678
summary Large-scale, three dimensional, interactive computer models of cities are becoming feasible making it possible to test their suitability as a visualisation tool for the design and planning process, for data visualisation where socio-economic and physical data can be mapped on to the 3D form of the city and as an urban information repository. The CASA developed models of the City of Bath and London's West End in VRML format, are used as examples to illustrate the problems arising. The aim of this paper is to reflect on key issues related to interaction within urban models, data mapping techniques and appropriate metaphors for presenting information.
keywords 3D City modeling, Urban Modelling, Virtual Environments, Navigation, Data Mapping, VRML
series CAAD Futures
email
last changed 2003/11/21 15:16

_id cabb
authors Broughton, T., Tan, A. and Coates, P.S.
year 1997
title The Use of Genetic Programming In Exploring 3D Design Worlds - A Report of Two Projects by Msc Students at CECA UEL
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 885-915
summary Genetic algorithms are used to evolve rule systems for a generative process, in one case a shape grammar,which uses the "Dawkins Biomorph" paradigm of user driven choices to perform artificial selection, in the other a CA/Lindenmeyer system using the Hausdorff dimension of the resultant configuration to drive natural selection. (1) Using Genetic Programming in an interactive 3D shape grammar. A report of a generative system combining genetic programming (GP) and 3D shape grammars. The reasoning that backs up the basis for this work depends on the interpretation of design as search In this system, a 3D form is a computer program made up of functions (transformations) & terminals (building blocks). Each program evaluates into a structure. Hence, in this instance a program is synonymous with form. Building blocks of form are platonic solids (box, cylinder, etc.). A Variety of combinations of the simple affine transformations of translation, scaling, rotation together with Boolean operations of union, subtraction and intersection performed on the building blocks generate different configurations of 3D forms. Using to the methodology of genetic programming, an initial population of such programs are randomly generated,subjected to a test for fitness (the eyeball test). Individual programs that have passed the test are selected to be parents for reproducing the next generation of programs via the process of recombination. (2) Using a GA to evolve rule sets to achieve a goal configuration. The aim of these experiments was to build a framework in which a structure's form could be defined by a set of instructions encoded into its genetic make-up. This was achieved by combining a generative rule system commonly used to model biological growth with a genetic algorithm simulating the evolutionary process of selection to evolve an adaptive rule system capable of replicating any preselected 3D shape. The generative modelling technique used is a string rewriting Lindenmayer system the genes of the emergent structures are the production rules of the L-system, and the spatial representation of the structures uses the geometry of iso-spatial dense-packed spheres
series CAAD Futures
email
last changed 2003/11/21 15:16

_id 1073
authors Bruton, Dean
year 1997
title A contingent sense of grammar
source University of Adelaide
summary Investigates the contingent senses in which concepts of grammars and grammatical design apply in the practice of form making in art and design. Using the strategies of a literature review; an examination through a perspective of grammatical design of some selected bodies of art work, including interviews with artists, theorists and some designers; and the reflective practice of image making with computer media in the author's own work as an artists.
series thesis:PhD
email
last changed 2003/02/12 22:37

For more results click below:

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