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 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 2483
authors Gero, J.S. and Kazakov, V.
year 1997
title Learning and reusing information in space layout problems using genetic engineering
source Artificial Intelligence in Engineering 11(3):329-334
summary The paper describes the application of a genetic engineering based extension to genetic algorithms to the layout planning problem. We study the gene evolution which takes place when an algorithm of this type is running and demonstrate that in many cases it effectively leads to the partial decomposition of the layout problem by grouping some activit ies together and optimally placing these groups during the first stage of the computation. At a second stage it optimally places activities within these groups. We show that the algorithm finnds the solution faster than standard evolutionary methods and that evolved genes represent design features that can be re-used later in a range of similar problems.
keywords Genetic Engineering, Learning
series other
email
last changed 2001/09/08 12:04

_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 6112
authors Daru, Roel and Snijder, H.P.S.
year 1997
title GACAAD or AVOCAAD? CAAD and Genetic Algorithms for an Evolutionary Design Paradigm
source AVOCAAD First International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-01-09] Brussels (Belgium) 10-12 April 1997, pp. 145-161
summary One of the dominant paradigms in architecture is about its creation: it is done by human designers supported by tools like sketching, drawing or modelling and evaluation tools. The Darwinistic paradigm demands a paradigmatic switch from drawing, modelling and evaluation to the breeding of forms with a much more integrated generation and selecting process embedded in the computer machinery. This means a paradigm switch from a designer as the performer of (sketch, draw or modelling) work to a machine driven creation and selection process of forms with the designer as the supervisor, fully entitled to steer the process in some preferred directions. The designer creates by establishing the evolutionary rules and making choices among the architectural creatures emerging in rapid fire modethrough the synthesis performed by the machine. Natural selection is a Metaphor: in fact the designer plays Nature (or God). The creatures allowed to flourish are not adequate according to laws of Nature, but to the judgement of the designer (or to the designing team).
series AVOCAAD
last changed 2005/09/09 10:48

_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 20
authors Cabezas, M., Mariano, C., MÌtolo, S., MuÒoz, P., Oliva, S. and Ortiz, M.
year 1998
title Aportes a la EnseÒanza de la ComunicaciÛn Visual (Contributions to the Teaching of Visual Communication)
source II Seminario Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings / ISBN 978-97190-0-X] Mar del Plata (Argentina) 9-11 september 1998, pp. 168-173
summary Going back to the proposal for the incorporation of multimid oriented towards the study of visual communication in 1st year of Architecture and Industrial Design which was presented on the 1st Seminary of Digital Graph that was held in 1997, in the FAU of UBA,it is being developed an educative programme of hypermedial character. Referring to Monge System development, it is though for the students so that they can consul and have a first contact with theoretical concepts. Through direct experience, starting from the studentís pre-existence of a lineal path from general to specific, proposing transversal perspective to start in depth conceptual contents according. Completing the traditional view of drawing by enlarging the iconicity and comprehension of a complex topic like geometry of the space.
series SIGRADI
email
last changed 2016/03/10 09:47

_id b4c4
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2000
title A framework for an Architectural Collaborative Design
doi https://doi.org/10.52842/conf.ecaade.2000.057
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
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 80f7
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2001
title Knowledge-based System to Support Architectural Design - Intelligent objects, project net-constraints, collaborative work
doi https://doi.org/10.52842/conf.ecaade.2001.080
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 80-85
summary The architectural design business is marked by a progressive increase in operators all cooperating towards the realization of building structures and complex infrastructures (Jenckes, 1997). This type of design implies the simultaneous activity of specialists in different fields, often working a considerable distance apart, on increasingly distributed design studies. Collaborative Architectural Design comprises a vast field of studies that embraces also these sectors and problems. To mention but a few: communication among operators in the building and design sector; design process system logic architecture; conceptual structure of the building organism; building component representation; conflict identification and management; sharing of knowledge; and also, user interface; global evaluation of solutions adopted; IT definition of objects; inter-object communication (in the IT sense). The point of view of the research is that of the designers of the architectural artefact (Simon, 1996); its focus consists of the relations among the various design operators and among the latter and the information exchanged: the Building Objects. Its primary research goal is thus the conceptual structure of the building organism for the purpose of managing conflicts and developing possible methods of resolving them.
keywords Keywords. Collaborative Design, Architectural And Building Knowledge, Distributed Knowledge Bases, Information Management, Multidisciplinarity
series eCAADe
email
last changed 2022/06/07 07:55

_id c1ad
authors Cheng, Nancy Yen-wen
year 1997
title Teaching CAD with Language Learning Methods
doi https://doi.org/10.52842/conf.acadia.1997.173
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 173-188
summary By looking at computer aided design as design communication we can use pedagogical methods from the well-developed discipline of language learning. Language learning breaks down a complex field into attainable steps, showing how learning strategies and attitudes can enhance mastery. Balancing the linguistic emphases of organizational analysis, communicative intent and contextual application can address different learning styles. Guiding students in learning approaches from language study will equip them to deal with constantly changing technology.

From overall curriculum planning to specific exercises, language study provides a model for building a learner-centered education. Educating students about the learning process, such as the variety of metacognitive, cognitive and social/affective strategies can improve learning. At an introductory level, providing a conceptual framework and enhancing resource-finding, brainstorming and coping abilities can lead to threshold competence. Using kit-of-parts problems helps students to focus on technique and content in successive steps, with mimetic and generative work appealing to different learning styles.

Practicing learning strategies on realistic projects hones the ability to connect concepts to actual situations, drawing on resource-usage, task management, and problem management skills. Including collaborative aspects in these projects provides the motivation of a real audience and while linking academic study to practical concerns. Examples from architectural education illustrate how the approach can be implemented.

series ACADIA
email
last changed 2022/06/07 07:55

_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 d869
authors Chu, C.-C., Dani, T.H. and Gadh, R.
year 1997
title Multi-sensory user interface for a virtual-reality-based computer-aided design system
source Computer-Aided Design, Vol. 29 (10) (1997) pp. 709-725
summary The generation of geometric shapes called `geometric concept designs' via the multi-sensory user interface of a virtual reality (VR) based system motivates the currentresearch. In this new VR-based system, geometric designs can be more effectively inputted into the computer in a physically intuitive way. The interaction mechanism issimilar to the way in which industrial designers sit and discuss concept design shapes across a table from each other, prior to making a final decision about the productdetails. By using different sensory modalities, such as voice, hand motions and gestures, product designers can convey design ideas through the VR-basedcomputer-aided design (CAD) system. In this scenario, the multi-sensory interface between human and computer plays a central role with respect to usability, usefulnessand accuracy. The current paper focuses on determining the requirements for the multi-sensory user interface and assessing the applications of different input and outputmechanisms in the virtual environment (VE). In order to evaluate this multi-sensory user interface, this paper formulates the typical activities in product shape design intoa set of requirements for the VR-CAD system. On the basis of these requirements, we interviewed typical CAD users about the effectiveness of using different sensoryinput and output interaction mechanisms such as visual, auditory and tactile. According to the results of these investigations, a nodal network of design activity thatdefines the multi-sensory user interface of the VR-CAD system is determined in the current research. The VR-CAD system is still being developed. However, voicecommand input, hand motion input, three-dimensional visual output and auditory output have been successfully integrated into the current system. Moreover, severalmechanical parts have been successfully created through the VR interface. Once designers use the VR-CAD system that we are currently developing, the interfacerequirements determined in the current paper may be verified or refined. The objectives of the current research are to expand the frontiers of product design and establisha new paradigm for the VR-based conceptual shape design system.
keywords Virtual Reality, Multi-Sensory User Interface, Conceptual Shape Design, Sensory Interaction Mechanism
series journal paper
last changed 2003/05/15 21:33

_id b8a4
authors Dani, Tushar H and Gadh, Rajit
year 1997
title Creation of concept shape designs via a virtual reality interface
source Computer-Aided Design, Vol. 29 (8) (1997) pp. 555-563
summary This paper describes an approach for creating concept shape designs in a virtual reality environment--COVIRDS (COnceptual VIRtual Design System. Conceptdesign refers to the ab initio design of a product or part. In concept design, the product details such as shape features and exact dimensions are not rigidly definedand the designer has some freedom in determining the shape and dimensions of the product. Current CAD require the designer to specify shape and dimensions tocreate CAD models of products even though these are probably not necessary at the concept development stage. COVIRDS overcomes these drawbacks by providing abi-modal voice and hand-tracking based user interface to the VR-based CAD modeling environment. This interface allows rapid concept design creation withoutrequiring time consuming shape description and the tedious specifications of exact dimensions.
keywords Concept Shape Design, Virtual Reality Interfaces, Geometric Modeling
series journal paper
last changed 2003/05/15 21:33

_id d4b1
authors Egglib, L., Ching-yaob, H., Brüderlinb, B. and Elbera, G.
year 1997
title Inferring 3D models from freehand sketches and constraints
source Computer-Aided Design, Vol. 29 (2) (1997) pp. 101-112
summary This paper describes `Quick-sketch', a 2D and 3D modelling tool for pen-based computers. Users of this system define a model by simple pen strokes, drawn directlyon the screen of a pen-based PC. Exact shapes and geometric relationships are interpreted from the sketch. The system can also be used to sketch 3D solid objects andB-spline surfaces. These objects may be refined by defining 2D and 3D geometric constraints. A novel graph-based constraint solver is used to establish the geometricrelationships, or to maintain them when manipulating the objects interactively. The approach presented here is a first step towards a conceptual design system.Quick-sketch can be used as a hand sketching front-end to more sophisticated modelling, rendering or animation systems.
keywords Geometric Constraints, Conceptual Design, Free-Hand Sketch Interpretation
series journal paper
last changed 2003/05/15 21:33

_id 02e4
authors Groh, Paul H.
year 1997
title Computer Visualization as a Tool for the Conceptual Understanding of Architecture
doi https://doi.org/10.52842/conf.acadia.1997.243
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 243-248
summary A good piece of architecture contains many levels of interrelated complexity. Understanding these levels and their interrelationship is critical to the understanding of a building to both architects and non-architects alike. A building's form, function, structure, materials, and details all relate to and impact one another. By selectively dissecting and taking apart buildings through their representations, one can carefully examine and understand the interrelationship of these building components.

With the recent introduction of computer graphics, much attention has been given to the representation of architecture. Floor plans and elevations have remained relatively unchanged, while digital animation and photorealistic renderings have become exciting new means of representation. A problem with the majority of this work and especially photorealistic rendering is that it represents the building as a image and concentrates on how a building looks as opposed to how it works. Often times this "look" is artificial, expressing the incapacity of programs (or their users) to represent the complexities of materials, lighting, and perspective. By using digital representation in a descriptive, less realistic way, one can explore the rich complexities and interrelationships of architecture. Instead of representing architecture as a finished product, it is possible to represent the ideas and concepts of the project.

series ACADIA
email
last changed 2022/06/07 07:51

_id 78c4
authors Hunhammar, M.
year 1997
title The development of IT-supported residential services: a conceptual model of influences and constraints
source Automation in Construction 6 (5-6) (1997) pp. 499-510
summary An understanding of the potential and the complexity of IT-supported residential services is essential in order to realize it, especially if one will foresee some of its implications, such as constraints by and influences on the institutions, the markets and the power structure in society. Since our society appears to us as mainly artificial, the creation of IT-supported residential services can be seen as a matter of design. Design in that sense to study how things ought to be and not how they are. The paper describes a conceptual model, and the methodology behind it, of the complex domain of IT-supported service infrastructures for residential living. The model indicates how the residents and the institutions, such as the municipalities, the housing companies, the service providers and the IT-industry, will sanction, prevent or modify the market of residential services.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id e373
authors Johnson, Robert E. and Clayton, Mark
year 1997
title The Impact of Information Technology in Design and Construction: The Owner's Perspective
doi https://doi.org/10.52842/conf.acadia.1997.229
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 229-241
summary This paper reports on findings of a November 1996 exploratory survey of architecture-engineering clients (Fortune 500 corporate facility managers). This research investigated how the practices of corporate facility managers are being influenced by rapid changes in information technology. The conceptual model that served as a guide for this research hypothesized that information technology acts as both an enabler (that is, information technology provides an effective mechanism for managers to implement desired changes) as well as a source of innovation (that is, new information technology innovations create new facility management opportunities). The underlying assumption of this research is that information technology is evolving from a tool that incrementally improves "back-office" productivity to an essential component of strategic positioning that may alter the basic economics, organizational structure and operational practices of facility management organizations and their interactions with service providers (architects, engineers and constructors). The paper concludes with a discussion of researchable issues.
series ACADIA
email
last changed 2022/06/07 07:52

_id diss_kim
id diss_kim
authors Kim, S.
year 1997
title Version Management in Computer-Aided Architectural Design
source Harvard University, Cambridge, Massachusetts
summary This thesis introduces the requirements for version support in a computer-aided architectural design system which seeks to support the work of designers in the early stages of design. It addresses the problems of current computer-aided design systems when they are used for conceptual design. Perceiving the implications of mature technology, this thesis provides a model of version management. The model makes use of object-oriented technology to link the design process and the design artifacts in a dynamic manner, providing a powerful tool for conceptual design. By capturing design versions, and keeping track of multiple design sessions, designers will be able to reuse design ideas, and check on the progress of current design while the interruption of design thinking is minimized. The creation of the design history is considered to be the creation of the version history. By being able to navigate and modify the design history, the issues of design reuse, alternative designs, and the preservation of design information can be facilitated. This thesis presents a working prototype based on the version management model.
series thesis:PhD
more http://archmedia.yonsei.ac.kr/pdf/
last changed 2003/11/28 07:38

_id 8569
authors Kurmann, D., Elte, N. and Engeli, M.
year 1997
title Real-Time Modeling with Architectural Space
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 809-819
summary Space as an architectural theme has been explored in many ways over many centuries; designing the architectural space is a major issue in both architectural education and in the design process. Based on these observations, it follows that computer tools should be available that help architects manipulate and explore space and spatial configurations directly and interactively. Therefore, we have created and extended the computer tool Sculptor. This tool enables the architect to design interactively with the computer, directly in real-time and in three dimensions. We developed the concept of 'space as an element' and integrated it into Sculptor. These combinations of solid and void elements - positive and negative volumes - enable the architect to use the computer already in an early design stage for conceptual design and spatial studies. Similar to solids modeling but much simpler, more intuitive and in real-time this allows the creation of complex spatial compositions in 3D space. Additionally, several concepts, operations and functions are defined inherently. Windows and doors for example are negative volumes that connect other voids inside positive ones. Based on buildings composed with these spaces we developed agents to calculate sound atmosphere and estimate cost, and creatures to test building for fire escape reasons etc. The paper will look at the way to design with space from both an architect's point of view and a computer scientist's. Techniques, possibilities and consequences of this direct void modeling will be explained. It will elaborate on the principle of human machine interaction brought up by our research and used in Sculptor. It will present the possibility to create VRML models directly for the web and show some of the designs done by students using the tool in our CAAD courses.
series CAAD Futures
email
last changed 1999/04/06 09:19

_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 43b3
authors Mccall, R., Johnson, E. and Smith, M.
year 1997
title Hypersketching: Design As Creating a Graphical Hyperdocument
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 849-854
summary There are empirical and theoretical reasons for believing that current CAD does not adequately support the early, conceptual stages of design. Hand-done design drawing has a several advantages over current, CAD-based approaches to generating form in these stages. One advantage is the indeterminacy of hand drawing--i.e., its abstractness and ambiguity. Another is a non-destructive drawing process, where new drawings are created without modifying old ones. A third is designers' creation of large collections of inter-related drawings--i.e., graphical hyperdocuments. A fourth is the unobtrusive character of conventional drawing tools. We have created two prototypes that incorporate these features into a new type of CAD based on sketching with electronic pens on LCD tablets. The first prototype, called HyperSketch., is a stand-alone system that simulates tracing paper. It creates a hypermedia network in which the nodes are sketches and the links are primarily traced-from relationships recorded automatically by the system. The second prototype adds the HyperSketching functionality to our existing PHIDIAS HyperCAD system. This aids design by using the sketches to index and retrieve multimedia information that is useful for a variety of design tasks.
series CAAD Futures
last changed 1999/04/06 09:19

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_32885 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002