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 740

_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 5e85
authors Heylighen, Ann and Neuckermans, Herman
year 1999
title Learning from Experience: Promises, Problems and Side-effects of CBD in Architecture
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 567-575
doi https://doi.org/10.52842/conf.ecaade.1999.567
summary Learning from design experience is the essence of Case-Based Design (CBD). Because architects are said to learn design by experience, CBD seems to hold great promises for architectural design, which have inspired various CBD tools. Learning from the experience of developing and using these tools is the objective of this paper. On the one hand, the original expectations seem far from being accomplished today. Reasons for this limited success can be found at three different levels. Level one is the cognitive model underlying CBD, which raises some specific difficulties within the field of architecture. At the level of implementation, few tools manage to draw the full consequences of this view, thus leading to an oversimplification of CBD and/or architectural design. Level three has to do with introducing CBD tools in design education and assessing the effects of this introduction. On the other hand, CBD seems to have caused some interesting side effects, such as an increased interest in creativity and copyright, and the recent re-discovery of the key-role cases play inside and outside the field of CAAD. Thus, although its promises may not be fulfilled, CBD definitely can contribute to design education, be it sometimes without the support of computer technology.
keywords Case-Based Design, Design Education
series eCAADe
email
last changed 2022/06/07 07:50

_id sigradi2004_027
id sigradi2004_027
authors Alfredo Stipech
year 2004
title Enseñanza de la representación manual y digital, para arquitectos y diseñadores [Teaching Hand and Digital Representation to Architects and Designers]
source SIGraDi 2004 - [Proceedings of the 8th Iberoamerican Congress of Digital Graphics] Porte Alegre - Brasil 10-12 november 2004
summary The supremacy of the digital means of representation and communication and the resulting shift of the manual means in the field of design and architecture, have engendered multiple opinions and literature. They focus and analyze the virtues and risks, the losses and substitutions, and the different expressive, productive and conceptual results of their leading role in the creative process. Furthermore, if we consider both as two extremes, apparently opposed, a broad panorama of combinations and additions are produced by the emerging group of hybrid practices. This motivated the development of a research project in the Universidad Nacional del Litoral de Santa Fe, Argentina, under the Program CAI+D 2000 dealing with Design and the Analog – Digital Means. From this project emerged a collection of conceptual speculations and experimentations in the extended field of representation, extended by the incorporation of new means and hybridations, searching for new parameters and methods for professional training and practice. Key words: analog, digital, graphics, means, representation.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 60e7
authors Bailey, Rohan
year 2000
title The Intelligent Sketch: Developing a Conceptual Model for a Digital Design Assistant
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 137-145
doi https://doi.org/10.52842/conf.acadia.2000.137
summary The computer is a relatively new tool in the practice of Architecture. Since its introduction, there has been a desire amongst designers to use this new tool quite early in the design process. However, contrary to this desire, most Architects today use pen and paper in the very early stages of design to sketch. Architects solve problems by thinking visually. One of the most important tools that the Architect has at his disposal in the design process is the hand sketch. This iterative way of testing ideas and informing the design process with images fundamentally directs and aids the architect’s decision making. It has been said (Schön and Wiggins 1992) that sketching is about the reflective conversation designers have with images and ideas conveyed by the act of drawing. It is highly dependent on feedback. This “conversation” is an area worthy of investigation. Understanding this “conversation” is significant to understanding how we might apply the computer to enhance the designer’s ability to capture, manipulate and reflect on ideas during conceptual design. This paper discusses sketching and its relation to design thinking. It explores the conversations that designers engage in with the media they use. This is done through the explanation of a protocol analysis method. Protocol analysis used in the field of psychology, has been used extensively by Eastman et al (starting in the early 70s) as a method to elicit information about design thinking. In the pilot experiment described in this paper, two persons are used. One plays the role of the “hand” while the other is the “mind”- the two elements that are involved in the design “conversation”. This variation on classical protocol analysis sets out to discover how “intelligent” the hand should be to enhance design by reflection. The paper describes the procedures entailed in the pilot experiment and the resulting data. The paper then concludes by discussing future intentions for research and the far reaching possibilities for use of the computer in architectural studio teaching (as teaching aids) as well as a digital design assistant in conceptual design.
keywords CAAD, Sketching, Protocol Analysis, Design Thinking, Design Education
series ACADIA
last changed 2022/06/07 07:54

_id eabb
authors Boeykens, St. Geebelen, B. and Neuckermans, H.
year 2002
title Design phase transitions in object-oriented modeling of architecture
source Connecting the Real and the Virtual - design e-ducation [20th eCAADe Conference Proceedings / ISBN 0-9541183-0-8] Warsaw (Poland) 18-20 September 2002, pp. 310-313
doi https://doi.org/10.52842/conf.ecaade.2002.310
summary The project IDEA+ aims to develop an “Integrated Design Environment for Architecture”. Its goal is providing a tool for the designer-architect that can be of assistance in the early-design phases. It should provide the possibility to perform tests (like heat or cost calculations) and simple simulations in the different (early) design phases, without the need for a fully detailed design or remodeling in a different application. The test for daylighting is already in development (Geebelen, to be published). The conceptual foundation for this design environment has been laid out in a scheme in which different design phases and scales are defined, together with appropriate tests at the different levels (Neuckermans, 1992). It is a translation of the “designerly” way of thinking of the architect (Cross, 1982). This conceptual model has been translated into a “Core Object Model” (Hendricx, 2000), which defines a structured object model to describe the necessary building model. These developments form the theoretical basis for the implementation of IDEA+ (both the data structure & prototype software), which is currently in progress. The research project addresses some issues, which are at the forefront of the architect’s interest while designing with CAAD. These are treated from the point of view of a practicing architect.
series eCAADe
email
last changed 2022/06/07 07:52

_id 9384
authors Burry, M., Datta, S. and Anson, S.
year 2000
title Introductory Computer Programming as a Means for Extending Spatial and Temporal Understanding
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 129-135
doi https://doi.org/10.52842/conf.acadia.2000.129
summary Should computer programming be taught within schools of architecture? Incorporating even low-level computer programming within architectural education curricula is a matter of debate but we have found it useful to do so for two reasons: as an introduction or at least a consolidation of the realm of descriptive geometry and in providing an environment for experimenting in morphological time-based change. Mathematics and descriptive geometry formed a significant proportion of architectural education until the end of the 19th century. This proportion has declined in contemporary curricula, possibly at some cost for despite major advances in automated manufacture, Cartesian measurement is still the principal ‘language’ with which to describe building for construction purposes. When computer programming is used as a platform for instruction in logic and spatial representation, the waning interest in mathematics as a basis for spatial description can be readdressed using a left-field approach. Students gain insights into topology, Cartesian space and morphology through programmatic form finding, as opposed to through direct manipulation. In this context, it matters to the architect-programmer how the program operates more than what it does. This paper describes an assignment where students are given a figurative conceptual space comprising the three Cartesian axes with a cube at its centre. Six Phileban solids mark the Cartesian axial limits to the space. Any point in this space represents a hybrid of one, two or three transformations from the central cube towards the various Phileban solids. Students are asked to predict the topological and morphological outcomes of the operations. Through programming, they become aware of morphogenesis and hybridisation. Here we articulate the hypothesis above and report on the outcome from a student group, whose work reveals wider learning opportunities for architecture students in computer programming than conventionally assumed.
series ACADIA
email
last changed 2022/06/07 07:54

_id b4c4
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2000
title A framework for an Architectural Collaborative Design
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 57-60
doi https://doi.org/10.52842/conf.ecaade.2000.057
summary The building industry involves a larger number of disciplines, operators and professionals than other industrial processes. Its peculiarity is that the products (building objects) have a number of parts (building elements) that does not differ much from the number of classes into which building objects can be conceptually subdivided. Another important characteristic is that the building industry produces unique products (de Vries and van Zutphen, 1992). This is not an isolated situation but indeed one that is spreading also in other industrial fields. For example, production niches have proved successful in the automotive and computer industries (Carrara, Fioravanti, & Novembri, 1989). Building design is a complex multi-disciplinary process, which demands a high degree of co-ordination and co-operation among separate teams, each having its own specific knowledge and its own set of specific design tools. Establishing an environment for design tool integration is a prerequisite for network-based distributed work. It was attempted to solve the problem of efficient, user-friendly, and fast information exchange among operators by treating it simply as an exchange of data. But the failure of IGES, CGM, PHIGS confirms that data have different meanings and importance in different contexts. The STandard for Exchange of Product data, ISO 10303 Part 106 BCCM, relating to AEC field (Wix, 1997), seems to be too complex to be applied to professional studios. Moreover its structure is too deep and the conceptual classifications based on it do not allow multi-inheritance (Ekholm, 1996). From now on we shall adopt the BCCM semantic that defines the actor as "a functional participant in building construction"; and we shall define designer as "every member of the class formed by designers" (architects, engineers, town-planners, construction managers, etc.).
keywords Architectural Design Process, Collaborative Design, Knowledge Engineering, Dynamic Object Oriented Programming
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id caadria2007_659
id caadria2007_659
authors Chen, Zi-Ru
year 2007
title The Combination of Design Media and Design Creativity _ Conventional and Digital Media
source CAADRIA 2007 [Proceedings of the 12th International Conference on Computer Aided Architectural Design Research in Asia] Nanjing (China) 19-21 April 2007
doi https://doi.org/10.52842/conf.caadria.2007.x.w5x
summary Creativity is always interested in many fields, in particular, creativity and design creativity have many interpretations (Boden, 1991; Gero and Maher, 1992, 1993; Kim, 1990; Sternberg, 1988; Weisberg, 1986). In early conceptual design process, designers used large number of sketches and drawings (Purcell and Gero, 1998). The sketch can inspire the designer to increase the creativity of the designer’s creations(Schenk, 1991; Goldschmidt, 1994; Suwa and Tversky, 1997). The freehand sketches by conventional media have been believed to play important roles in processes of the creative design thinking(Goldschmidt, 1991; Schon and Wiggins, 1992; Goel, 1995; Suwa et al., 2000; Verstijnen et al., 1998; Elsas van and Vergeest, 1998). Recently, there are many researches on inspiration of the design creativity by digital media(Liu, 2001; Sasada, 1999). The digital media have been used to apply the creative activities and that caused the occurrenssce of unexpected discovery in early design processes(Gero and Maher, 1993; Mitchell, 1993; Schmitt, 1994; Gero, 1996, 2000; Coyne and Subrahmanian, 1993; Boden, 1998; Huang, 2001; Chen, 2001; Manolya et al. 1998; Verstijinen et al., 1998; Lynn, 2001). In addition, there are many applications by combination of conventional and digital media in the sketches conceptual process. However, previous works only discussed that the individual media were related to the design creativity. The cognitive research about the application of conceptual sketches design by integrating both conventional and digital media simultaneously is absent.
series CAADRIA
email
last changed 2022/06/07 07:50

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 08ea
authors Clayton, Mark J. and Vasquez de Velasco, Guillermo P. (Eds.)
year 2000
title ACADIA 2000: Eternity, Infinity and Virtuality in Architecture
source Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8 / Washington D.C. 19-22 October 2000, 284 p.
doi https://doi.org/10.52842/conf.acadia.2000
summary Eternity, time without end, infinity, space without limits and virtuality, perception without constraints; provide the conceptual framework in which ACADIA 2000 is conceived. It is in human nature to fill what is empty and to empty what is full. Today, thanks to the power of computer processing we can also make small what is too big, make big what is too small, make fast what is too slow, make slow what is too fast, make real what does not exist, and make our reality omni-present at global scale. These are capabilities for which we have no precedents. What we make of them is our privilege and responsibility. Information about a building flows past our keyboards and on to other people. Although we, as architects, add to the information, it originated before us and will go beyond our touch in time, space and understanding. A building description acquires a life of its own that may surpass our own lives as it is stored, transferred, transformed, and reused by unknown intellects, both human and artificial, and in unknown processes. Our actions right now have unforeseen effects. Digital media blurs the boundaries of space, time and our perception of reality. ACADIA 2000 explores the theme of time, space and perception in relation to the information and knowledge that describes architecture. Our invitation to those who are finding ways to apply computer processing power in architecture received overwhelming response, generating paper submissions from five continents. A selected group of reviewers recommended the publication of 24 original full papers out of 42 submitted and 13 short papers out of 30 submitted. Forty-two projects were submitted to the Digital Media Exhibit and 12 were accepted for publication. The papers cover subjects in design knowledge, design process, design representation, design communication, and design education. Fundamental and applied research has been carefully articulated, resulting in developments that may have an important impact on the way we practice and teach architecture in the future.
series ACADIA
email
more www.acadia.org
last changed 2022/06/07 07:49

_id ed0a
authors Cuberos Mejía, R., Indriago, J.A. and Luengo, E.B.
year 2000
title Nuevos Paradigmas em la Informática Aplicada al Diseño Urbano y Arquitectónico (New Paradigms in the Application of Computing in Urban and Architectural Design)
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. 123-125
summary The incorporation of computer science in architecture has been happening in an evolutionary process where we can appreciate a transition from single tools of process automation to a hybrid and heterogeneous group of methods that radically are transforming professional labor. This paper describes experiences of authors in three instances of computer science applied to the urban and architectural design developed as well the university academic environment, and in professional consulting. The document not only makes emphasis on the nature and modality of each method, but even describes the philosophical and conceptual impact that each one of them implies in teaching and to making architecture.
series SIGRADI
email
last changed 2016/03/10 09:49

_id 53c8
authors Donath, Dirk and Lömker, Thorsten Michael
year 2000
title Illusion, Frustration and Vision in Computer-Aided Project Planning: A Reflection and Outlook on the Use of Computing in Architecture
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 3-9
doi https://doi.org/10.52842/conf.acadia.2000.003
summary This paper examines the progressive and pragmatic use of computers and CAAD systems in the architectural practice. With the aid of three scenarios, this paper will illustrate gainful implementation of computer aided project planning in architecture. The first scenario describes an actual situation of implementation and describes conceptual abortive developments in office organization as well as in software technology. Scenario two outlines the essential features of an integrated building design system and the efforts involved in its implementation in the architectural practice. It clearly defines preconditions for implementation and focuses on feasible concepts for the integration of different database management systems. A glance at paradigms of conceptual work currently under development will be taken. The third scenario deals with the structure and integration of innovative concepts and the responsibility the architect will bear with regard to necessary alterations in office and workgroup organization. A future-oriented building design system will be described that distinguishes itself from existing programs because of its modular, net-based structure. With reference to today’s situation in architectural offices and according to realizable improvements, this article will demonstrate courses for future IT-support on the basis of an ongoing research project. The presented project is part of the special research area 524 “Materials and Constructions for the Revitalization of Existing Buildings” which is funded by the Deutsche Forschungsgemeinschaft. It deals with the integration of various parties that are involved in the revitalization process of existing buildings as well as with the provision of adequate information within the planning process resting upon the survey of existing building substance. Additional concepts that might change the way an architect’s work is organized will also be presented. “Case-based-reasoning” methods will make informal knowledge available, leading to a digital memory of preservable solutions.
series ACADIA
email
last changed 2022/06/07 07:55

_id 2e77
authors Ekholm, A. and Fridqvist, S.
year 2000
title A concept of space for building classification, product modelling, and design
source Automation in Construction 9 (3) (2000) pp. 315-328
summary Information about a building's spaces is of interest in every stage of the construction and facility management processes. An organisation1 or enterprise is located in and uses the building's spaces, and many of the building's spatial properties are determined on the basis of the user organisation's requirements. The definition of the concept "space" as applied in information systems for building classification and building product modelling today is unclear. A fundamental problem is to reconcile a material and construction method viewpoint with a space-centred viewpoint. In order to enable communication among actors and computer systems in the construction process, the concepts used in model development and the corresponding terms have to be formally defined and standardised. In this article, we analyse the concept of space and suggest a comprehensive definition for the construction context. The identification of a space in a building is based on a spatial view. We introduce the concept of aspectual unit and show how this concept can be used to integrate different aspect views in a conceptual schema. Additionally, we define the user organisation as a thing, which is separate from the building and has spatial properties of its own, so-called "activity spaces". Finally, we show how space may be represented in a comprehensive conceptual schema.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 2aca
authors Faucher, Didier and Nivet, Marie-Laure
year 2000
title Playing with design intents: integrating physical and urban constraints in CAD
source Automation in Construction 9 (1) (2000) pp. 93-105
summary Our work deals with the exploration of a universe of forms that satisfy some design intents. That is, we substitute a "generate and test" approach for a declarative approach in which an object is created from its properties. In this paper we present an original method that takes into account design intents relative to sunlight, visibility and urban regulation. First of all we study how current CAD tools have considered these properties until now. Our conclusion is that the classical design/simulation/analysis process does not suit design practices, especially in the early stages. We think that an improved CAD system should offer the architect the option of manipulating abstract information such as design intents. We define an intent as a conceptual expression of constraints having an influence on the project. For instance, a visual intent will be stated with no reference to vision geometry: "from this place, I want to see the front of the new building". We show how to represent each of these constraints with a 3D volume associated to some characteristics. If some solutions exist, we are sure that they are included in these volumes. For physical phenomena we compute the volume geometry using the principles of inverse simulation. In the case of urban regulation we apply deduction rules. Design intents are solved by means of geometrical entities that represent openings or obstructions in the project. Computing constraint volumes is a way of guiding the architect in his exploration of solutions. Constraint volumes are new spaces that can restore the link between form and phenomenon in a CAD tool. Our approach offers the designer the possibility of manipulating design intents.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id eada
authors Fischer, T., Burry, M. and Woodbury, R.
year 2000
title Object-Oriented Modelling Using XML in Computer-Aided Architectural and Educational CAD. The Problem of Interoperability Exemplified in Two Case Studies
source CAADRIA 2000 [Proceedings of the Fifth Conference on Computer Aided Architectural Design Research in Asia / ISBN 981-04-2491-4] Singapore 18-19 May 2000, pp. 145-155
doi https://doi.org/10.52842/conf.caadria.2000.145
summary This paper highlights our application of XML as a messaging and storage format for parametric 3D modelling and pattern-oriented online teaching. As a recent format for data description and transport technology XML is designed to allow communication between arbitrary data platforms - and to communicate purpose-insensitively. We have used it to communicate design patterns as well as design parameters and as a consequence experienced a remarkable technical similarity between both approaches with their common manifestation in object orientation. There is a necessity to perform dynamic synchronizations of semantics between 'knowledge domains' involved in design processes in order to provide the necessary conceptual openness. At this time, this requirement appears to be alien to available XML schema specifications and tools.
series CAADRIA
email
last changed 2022/06/07 07:50

_id a8b2
authors Goldberg, H. Edward
year 2000
title Architectural Desktop 3 Book
source Prentice Hall
summary This book teaches Autodesk Architectural Desktop 3, enabling learners to relate commands to producing drawings presenting topics in the order in which they are actually used. Numerous conceptual, modeling, drawing, dimensioning, and documentation exercises are provided throughout. A five-part organization provides detailed topics on the program concepts, concept menu, design, documentation, and desktop. For architects, and interior and environmental designers who use Architectural Desktop.
series other
last changed 2003/02/26 18:58

_id 2004
authors Hendricx, A.
year 2000
title A Core Object Model for Architectural Design
source Katholieke Universiteit Leuven
summary A core object model apt to describe architectural objects and their functionality is one of the keystones to an integrated digital design environment for architecture. The object model presented in this thesis is based on a conceptual framework for computer aided architectural design (CAAD) and aims to assist the architect designer right from the early stages in the design process. For its development the object-oriented analysis method MERODE (Model-based Existence-dependency Relationship Object-oriented Development) is used. After a survey on the role of computers in the architectural design process and on particular Product Modelling initiatives, the model is elaborated in two phases: the enterprise-modelling phase and the higher functionality-modelling phase. Actual design cases and test implementations help to establish the conceptual model and illustrate its concepts. The appendices provide a detailed description of both the object model and one of the case studies. The architect’s point of view and the specific nature of the architectural design process are the basic considerations, thus leading to a unique model that hopes to make a valuable contribution to the research area of integrated design environments.
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 2711
authors Howe, A. Scott
year 2000
title Designing for automated construction
source Automation in Construction 9 (3) (2000) pp. 259-276
summary The majority of automated construction research and development has been bottom-up, from the construction/engineering side rather than top-down from the design end. Section 2 of this paper looks at precedents in automated construction research and identifies an apparent gap in design related themes. Section 3 is devoted to the introduction of a research programme which addressed topics related to the conceptual design of robotic systems for construction, and developing overall design principles for top-down architect/designer applications. The research included the derivation of simple shape grammars and a simulation research programme for understanding component connections and robotic manipulation, using a model robotic construction system remote controlled over the Internet. Section 4 presents a report of the research carried out according to the programme, and introduces an example concept automated construction system designed according to the principles derived from the investigation outlined in Section 3.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 0014
authors Hsu, W. and Liu, B.
year 2000
title Conceptual design: issues and challenges
source Computer-Aided Design, Vol. 32 (14) (2000) pp. 849-850
summary Decisions made during conceptual design have significant influence on the cost, performance, reliability, safety and environmental impact of a product. It has been estimated that design decisions account for more than 75% of final product costs. It is, therefore, vital that designers have access to the right tools to support such design activities. In the early 1980s, researchers began to realize the impact of design decisions on downstream activities. As a result, different methodologies such as design for assembly, design for manufacturing and concurrent engineering, have been proposed. Software tools that implement these methodologies have also been developed. However, most of these tools are only applicable in the detailed design phase. Yet, even the highest standard of detailed design cannot compensate for a poor design concept formulated at the conceptual design phase. In spite of this, few CAD tools have been developed to support conceptual design activities. This is because knowledge of the design requirements and constraints during this early phase of a product's life cycle is usually imprecise and incomplete, making it difficult to utilize computer-based systems or prototypes. However, recent advances in fields such as fuzzy logic, computational geometry, constraints programming and so on have now made it possible for researchers to tackle some of the challenging issues in dealing with conceptual design activities. In this special issue, we have gathered together discussions on various aspects of conceptual design phase: from the capturing of the designer's intent, to modelling design constraints and solving them in an efficient manner, to verifying the correctness of the design.
series journal paper
email
last changed 2003/05/15 10:54

_id 9554
authors Jagbeck, A.
year 2000
title Field test of a product-model-based construction planning tool
source CIDAC, Volume 2 Issue 2 May 2000, pp. 80-91
summary Over the past decade, more than a dozen papers describing proposals for product-model-based planning models have been published, but only a few of these proposals have been implemented in prototypes that have been tested in full-scale tests. PreFacto is a research-based software for production planning based on product model data, which has been developed and tested in close cooperation with a construction company. It is operational but still under development. Assessing the degree of functionality achieved so far is a natural part of a modern cyclical software development process. This paper describes a 6-month full-scale field trial of the PreFacto system undertaken by the site management in cooperation with the author. It was carried out as a parallel planning activity on a real ongoing project. The trial was documented and the system's usability for the construction planning process was analysed and evaluated using mainly qualitative methods. The evaluated planning activities include importing product model data and performing a range of planning activities. The evaluation addressed such usability aspects as system capacity, ease of use of the interface, and conceptual compliance with the use context and the various planning tasks. The test method was useful for checking the conceptual model from the user's point of view. At the same time, the field trial worked equally as a case study for developers, a study of a degree of reality that would not have been possible in a laboratory situation. Apart from the evaluation of the features of the software itself, there are some results of general interest. the main result was that all the advantages of the system derive from the connection between design and planning, i.e. the use of a product model as a basis for defining the result of production tasks. Allowing production managers to freely structure tasks and to apply resource recipes were the most relevant functions.
keywords Integration, Information, Construction, Planning, Field Trial, Product Model
series journal paper
last changed 2003/05/15 21:23

For more results click below:

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