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 72

_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 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 5919
authors Lentz, Uffe
year 1999
title Integrated Design with Form and Topology Optimizing
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 116-121
doi https://doi.org/10.52842/conf.ecaade.1999.116
summary The topic of this paper is to describe the ability of 3D CAD systems to integrate designers and engineers into a simultaneous process developing a functional and aesthetic concept in a close and equal interdisciplinary process. We already have the Finite Element Method, FEM systems for analyzing the mechanical behavior of constructions. This technique is suitable for justifying design aspects in the final part of the design process. A new group of CAE systems under the generic term Topology optimizing has the potentials to handle aspects of conceptual design and aesthetic criteria. Such interactive design tools do not eliminate the designer, but the relationship between the designer and other professions and the professional consciousness of the designer will change. It is necessary to develop common ideas able to connect the scientific and the artistic fields. The common aesthetic values must be clarified and the corresponding formal ideas be developed. These tools could be called "Construction tools for the intelligent user" (Olhoff, 1998) because the use of optimizing is based on a profound knowledge of the techniques.
keywords Form, Topology, Optimizing
series eCAADe
email
last changed 2022/06/07 07:52

_id avocaad_2001_17
id avocaad_2001_17
authors Ying-Hsiu Huang, Yu-Tung Liu, Cheng-Yuan Lin, Yi-Ting Cheng, Yu-Chen Chiu
year 2001
title The comparison of animation, virtual reality, and scenario scripting in design process
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 Design media is a fundamental tool, which can incubate concrete ideas from ambiguous concepts. Evolved from freehand sketches, physical models to computerized drafting, modeling (Dave, 2000), animations (Woo, et al., 1999), and virtual reality (Chiu, 1999; Klercker, 1999; Emdanat, 1999), different media are used to communicate to designers or users with different conceptual levels¡@during the design process. Extensively employed in design process, physical models help designers in managing forms and spaces more precisely and more freely (Millon, 1994; Liu, 1996).Computerized drafting, models, animations, and VR have gradually replaced conventional media, freehand sketches and physical models. Diversely used in the design process, computerized media allow designers to handle more divergent levels of space than conventional media do. The rapid emergence of computers in design process has ushered in efforts to the visual impact of this media, particularly (Rahman, 1992). He also emphasized the use of computerized media: modeling and animations. Moreover, based on Rahman's study, Bai and Liu (1998) applied a new design media¡Xvirtual reality, to the design process. In doing so, they proposed an evaluation process to examine the visual impact of this new media in the design process. That same investigation pointed towards the facilitative role of the computerized media in enhancing topical comprehension, concept realization, and development of ideas.Computer technology fosters the growth of emerging media. A new computerized media, scenario scripting (Sasada, 2000; Jozen, 2000), markedly enhances computer animations and, in doing so, positively impacts design processes. For the three latest media, i.e., computerized animation, virtual reality, and scenario scripting, the following question arises: What role does visual impact play in different design phases of these media. Moreover, what is the origin of such an impact? Furthermore, what are the similarities and variances of computing techniques, principles of interaction, and practical applications among these computerized media?This study investigates the similarities and variances among computing techniques, interacting principles, and their applications in the above three media. Different computerized media in the design process are also adopted to explore related phenomenon by using these three media in two projects. First, a renewal planning project of the old district of Hsinchu City is inspected, in which animations and scenario scripting are used. Second, the renewal project is compared with a progressive design project for the Hsinchu Digital Museum, as designed by Peter Eisenman. Finally, similarity and variance among these computerized media are discussed.This study also examines the visual impact of these three computerized media in the design process. In computerized animation, although other designers can realize the spatial concept in design, users cannot fully comprehend the concept. On the other hand, other media such as virtual reality and scenario scripting enable users to more directly comprehend what the designer's presentation.Future studies should more closely examine how these three media impact the design process. This study not only provides further insight into the fundamental characteristics of the three computerized media discussed herein, but also enables designers to adopt different media in the design stages. Both designers and users can more fully understand design-related concepts.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id avocaad_2001_09
id avocaad_2001_09
authors Yu-Tung Liu, Yung-Ching Yeh, Sheng-Cheng Shih
year 2001
title Digital Architecture in CAD studio and Internet-based competition
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 Architectural design has been changing because of the vast and creative use of computer in different ways. From the viewpoint of designing itself, computer has been used as drawing tools in the latter phase of design (Mitchell 1977; Coyne et al. 1990), presentation and simulation tools in the middle phase (Liu and Bai 2000), and even critical media which triggers creative thinking in the very early phase (Maher et al. 2000; Liu 1999; Won 1999). All the various roles that computer can play have been adopted in a number of professional design corporations and so-called computer-aided design (CAD) studio in schools worldwide (Kvan 1997, 2000; Cheng 1998). The processes and outcomes of design have been continuously developing to capture the movement of the computer age. However, from the viewpoint of social-cultural theories of architecture, the evolvement of design cannot be achieved solely by designers or design processes. Any new idea of design can be accepted socially, culturally and historically only under one condition: The design outcomes could be reviewed and appreciated by critics in the field at the time of its production (Csikszentmihalyi 1986, 1988; Schon and Wiggins 1992; Liu 2000). In other words, aspects of design production (by designers in different design processes) are as critical as those of design appreciation (by critics in different review processes) in the observation of the future trends of architecture.Nevertheless, in the field of architectural design with computer and Internet, that is, so-called computer-aided design computer-mediated design, or internet-based design, most existing studies pay more attentions to producing design in design processes as mentioned above. Relatively few studies focus on how critics act and how they interact with designers in the review processes. Therefore, this study intends to investigate some evolving phenomena of the interaction between design production and appreciation in the environment of computer and Internet.This paper takes a CAD studio and an Internet-based competition as examples. The CAD studio includes 7 master's students and 2 critics, all from the same countries. The Internet-based competition, held in year 2000, includes 206 designers from 43 counties and 26 critics from 11 countries. 3 students and the 2 critics in the CAD studio are the competition participating designers and critics respectively. The methodological steps are as follows: 1. A qualitative analysis: observation and interview of the 3 participants and 2 reviewers who join both the CAD studio and the competition. The 4 analytical criteria are the kinds of presenting media, the kinds of supportive media (such as verbal and gesture/facial data), stages of the review processes, and interaction between the designer and critics. The behavioral data are acquired by recording the design presentation and dialogue within 3 months. 2. A quantitative analysis: statistical analysis of the detailed reviewing data in the CAD studio and the competition. The four 4 analytical factors are the reviewing time, the number of reviewing of the same project, the comparison between different projects, and grades/comments. 3. Both the qualitative and quantitative data are cross analyzed and discussed, based on the theories of design thinking, design production/appreciation, and the appreciative system (Goodman 1978, 1984).The result of this study indicates that the interaction between design production and appreciation during the review processes could differ significantly. The review processes could be either linear or cyclic due to the influences from the kinds of media, the environmental discrepancies between studio and Internet, as well as cognitive thinking/memory capacity. The design production and appreciation seem to be more linear in CAD studio whereas more cyclic in the Internet environment. This distinction coincides with the complementary observations of designing as a linear process (Jones 1970; Simon 1981) or a cyclic movement (Schon and Wiggins 1992). Some phenomena during the two processes are also illustrated in detail in this paper.This study is merely a starting point of the research in design production and appreciation in the computer and network age. The future direction of investigation is to establish a theoretical model for the interaction between design production and appreciation based on current findings. The model is expected to conduct using revised protocol analysis and interviews. The other future research is to explore how design computing creativity emerge from the process of producing and appreciating.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ga9806
id ga9806
authors Colabella, Enrica
year 1998
title Verba, Scripta et alea Generatim
source International Conference on Generative Art
summary We don’t know what Art is. It is certainly a vacuum, but also a space, a moment, a time. Art is the conscience ( and we try with this Conference to increase our level of conscience, in Latin cum scire, to know with ), an ethics conscience, a conscience of liberation . It is not a vacuum, if it is not a representation of our liberation, a liberation by the world, and because we try to do another world. The question is to invent, to learn a tool, the system, the artifice. Art is done also by many artifices . But it is soon clear how much intelligence is behind the artifice and when the artifice is on the contrary learnt by ear. I hope that I am inside the people of  "sudate carte" ( sweaty papers ) of Leopardi. This the maxima instance.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 8fa8
authors Dolinsek, B. and Duhovnik, J.
year 1998
title Robotic assembly of rebar cages for beams and columns
source Automation in Construction 8 (2) (1998) pp. 195-207
summary In the paper, the design and method of operation of a robot cell for the assembly of rebar cages for beams and columns is described. The input elements are pre-manufactured rebars, and the output consists of rebar cages. Inside the robot cell, assembly is performed by robots equipped with tools for grasping the rebars, tools for bending the stirrups, and tools for welding the stirrups to the longitudinal bars. Various mechanisms for supplying the robots with rebars and supporting them during the assembly process have also been designed. Because of the specific nature of the assembly process, where robots have to successfully avoid various obstacles, mass-produced robots cannot be used for the assembly of rebar cages. For this reason, special robot configurations have to be designed. The robot cell described in this paper is at present at the design stage. It was modelled and simulated using the program 3 for robot simulation, which makes it possible to study, optimise, and design in detail the proposed robot systems. The figures in the paper describing how such a system works have also been taken from this simulation.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 852a
authors Falabella, T., Fernández, L.R. and Goyeneche, H.
year 1998
title Utilizacion de la Grafica Digital en la Gestion del Mantenimiento de Edificios (Use of Digital Graphics in the Management of the Maintenance of Buildings)
source II Seminario Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings / ISBN 978-97190-0-X] Mar del Plata (Argentina) 9-11 september 1998, pp. 446-451
summary The study and development of an informatic application as part of the Research Project informatic application for the building maintenance action", consist on the peripheric and software surface outline, frequently used in this discipline, like the Data Base of the programs Access of Microsoft and Autocad of Autodesk. The outline of data base implies the concept of sensitive matrix, necessary for the systemic analysis of the information. This software not only let you make the initial diagnostic of the buildings, necessary for the Plan of Corrective Maintenance (PMC) and Plan of Preventive Maintenance (PMP), but also it is used as an efficient tool of the maintenance, which allow the constant up to date information, the exact on time diagnostic, to make the necessary adjustments to the PMC and PMP. Besides, a good technical documentation is necessary for an efficient maintenance action. The entail of the Data Base with the CAD Systems allows a fast access to a big volume of centralized information to consult or change. To formulate a pattern of integral maintenance action on buildings, implies the systematic conception of them and the Philosophy of the Preventive Maintenance. They are less than the Model and do not consider the former concepts. It is difficult to define and solve the matrix system (inside or outside the software) and the relations where the information run. The informatic application outline in its different steps (planning, operation, evaluation) with the elements (technical, administrative, of control) are the structural axis of a new form of the Maintenance Action.
series SIGRADI
email
last changed 2016/03/10 09:51

_id 6967
authors Wong, R., Yeung, C. and Kan, C.
year 1998
title A Virtual Campus Kiosk
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998, pp. 262-266
doi https://doi.org/10.52842/conf.ecaade.1998.262
summary This paper presents an Internet-based kiosk displaying the campus of the University of Hong Kong in a virtual reality environment. The objective is to construct an online guided-tour system for the campus and provide visitor information. The virtual campus indeed can be accessible through any Java-enabled WWW browser with VRML capability in addition to the kiosks. An automatic way-finding mechanism has also been implemented to help visitors to look up places within the campus. We will discuss the design of the enviroment, the construction of the 3D campus model, the techniques used to achieve reasonable navigation performance even on low-end systems, and the algorithm of the way-finding mechanism. The algorithm is based on graph theory to compute the shortest paths between any two locations inside the campus with various intelligent constraints.
series eCAADe
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/10wong/index.htm
last changed 2022/06/07 07:57

_id 4f8e
authors Yeung, C., Kan, C., Bradford, J. and Wong, R.
year 1998
title Campus Guided Tour VR System for the University of Hong Kong
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 77-82
doi https://doi.org/10.52842/conf.caadria.1998.077
summary Virtual Reality has been an ideal environment for visualizing three-dimensional models as well as implementing simulation systems such as flight training and surgery preparation. In such a system, the user can be familiar himself/herself with a particular environment or the procedure of a task even before going into the real site or actually performing a task. In this project, we are trying to implement a Guided Tour System inside a Virtual Reality Environment. Basically, a three-dimensional model of the campus of the University of Hong Kong will be built in the Virtual Reality Modeling Language (VRML). It is now possible to have a 3D visualization of the model in any Web browser. A non-directed graph can be built based on the 3D model with every branch representing a path, and every node represents a specific location inside the campus. Based on this graph, we can calculate all possible routes between any two nodes and deduce the shortest path between them. The guided tour system is designed in such a way that whenever the user attempts to move to a new place inside the campus, he/she will be brought to there in the quickest way automatically with just a few “mouse-click”. In this project, the Cosmo VRML player will be used as the browser’s plugin, and other associated tasks are developed in Javascript.
keywords Virtual Reality, Guided Tour
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:57

_id ascaad2006_paper19
id ascaad2006_paper19
authors Arjun, G. and J. Plume
year 2006
title Collaborative Architectural Design as a reflective Conversation: an agent facilitated system to support collaborative conceptual design
source Computing in Architecture / Re-Thinking the Discourse: The Second International Conference of the Arab Society for Computer Aided Architectural Design (ASCAAD 2006), 25-27 April 2006, Sharjah, United Arab Emirates
summary In this paper, definitions of collaborative design are discussed and understood in terms of a designer’s cognitive collaborations to explore his/her experiential memory for remote idea associations. Based on Schon’s reflective practice theory, Valkenburg and Dorst’s (1998) description of collaborative team designing is adopted as a model for a proposed design conversation system. The design conversation system is aimed at triggering the experiential memory of the designer by associating significant ideas from different design domains to provide different perspectives of a design situation. The paper describes a proposed framework for the design conversation system incorporating computational agents in a blackboard architecture environment.
series ASCAAD
email
last changed 2007/04/08 19:47

_id 2796
authors Brown, Andy and Lee, Hwa, Ryong
year 1998
title A Mental Space Model
source Cyber-Real Design [Conference Proceedings / ISBN 83-905377-2-9] Bialystock (Poland), 23-25 April 1998, pp. 27-42
summary The architectural design process is often characterised a series of evolving ideas, and involving a cyclical process between design and visualisation. However, the nature of the internal representation still remains unclear. What is actually represented in a designers mental space and what drives and influences the mental design process? If we wish to programme a computer to mimic or work in tandem with the mental processes involved we need to make that representation and the associated cognitive processes explicit. The ways that designers form mental representations are so diverse, personal, and often transient that it is not easy to externalise and articulate them in explicit terms. In order to propose a mental model, we can take in a particular I psychological research approach; that of introspective observation from design drawing . In doing so, we posit an assumption that the designer's drawing can be seen as an extension of the internal mental feature, and hence internal representation could be inferred from the analysis of external representation - the drawing or sketch. This approach contrasts with the protocol analysis approach where mental operations are inferred from words, what could be termed thinking aloud.
series plCAD
email
last changed 2003/05/17 10:01

_id caadria2003_a1-2
id caadria2003_a1-2
authors Bunyavipakul, Monchai and Charoensilp, Ekasidh
year 2003
title Designing the Virtual Design Studio System for Collaborative Work on Pda Collaborative Works Anytime, Anywhere
source CAADRIA 2003 [Proceedings of the 8th International Conference on Computer Aided Architectural Design Research in Asia / ISBN 974-9584-13-9] Bangkok Thailand 18-20 October 2003, pp. 43-54
doi https://doi.org/10.52842/conf.caadria.2003.043
summary This research presents the collaboration in the VDS system through a microcomputer technology- a PDA (Personal Digital Assistants). Architect can collaborate anytime anyplace via VDS, a substitution to an old system that requires a specific location to work on. This research has studied and analyzed the format and the limitation of collaboration between PDA and Personal Computer, the wireless communication technology, and the Web Service technology, which enable different devices to share information through the Internet Network. The work process and the studied information have been used to develop a Web Application, a collaboration tool for a team of architect and designer. This Web Application has been tested in a renovation project, a clubhouse for a scuba diving place The objective of this research is to become a guideline of collaboration in architectural design work through Smart Object in order to serve the coming Ubiquitous era (Weiser, 1998)
series CAADRIA
email
last changed 2022/06/07 07:54

_id 6a78
authors Chastain, Thomas and Elliott, Ame
year 1998
title Cultivating Design Competence: Online Support for the Beginning Design Studio
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 290-299
doi https://doi.org/10.52842/conf.acadia.1998.290
summary A primary lesson of a beginning design studio is the development of a fundamental design competence. This entails acquiring skills of integration, projection, exploration, as well as critical thinking–forming the basis of thinking “like a designer.” Plaguing the beginning architectural design student as she develops this competence are three typical problems: a lagging visual intelligence, a linking of originality with creativity, and the belief that design is an act of an individual author instead of a collaborative activity. We believe that computation support for design learning has particular attributes for helping students overcome these problems. These attributes include its inherent qualities for visualization, for explicitness, and for sharing. This paper describes five interactive multi-media exercises exploiting these attributes which were developed to support a beginning design studio. The paper also reports how they have been integrated into the course curriculum.
series ACADIA
email
last changed 2022/06/07 07:55

_id ddss9812
id ddss9812
authors Coomans, M.K.D. and Timmermans, H.J.P.
year 1998
title A VR-User Interface for Design by Features
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary We present the design of a Virtual Reality based user interface (VR-UI). It is the interface for the VR-DIS system, a design application for the Building and Construction industry (VRDIS stands for Virtual Reality - Design Information System). The interface is characterised by a mixedrepresentation of the task domain: an analogue “mock-up view” is being integrated with a descriptive “feature view”. It uses a Fish Tank VR configuration which integrates the virtual objects in the designer’s normal working environment. The issues underlying the design of the feature view are discussed, as well as the choice of input devices.
series DDSS
last changed 2003/08/07 16:36

_id 1beb
authors Coomans, M.K.D. and Timmermans, H.J.P.
year 1998
title A VR User Interface for Design by Features
source Timmermans (ed.) Proceedings of the 4th Conference on Design and Decision Support Systems in Architecture and Urban Planning, Maastricht
summary We present the design of a Virtual Reality based user interface (VR-UI). It is the interface for the VR-DIS system, a design application for the Building and Construction industry (VRDIS stands for Virtual Reality - Design Information System). The interface is characterised by a mixed representation of the task domain: an analogue "mock-up view" is being integrated with a descriptive "feature view". It uses a Fish Tank VR configuration which integrates the virtual objects in the designer's normal working environment. The issues underlying the design of the feature view are discussed, as well as the choice of input devices.
series other
last changed 2003/04/23 15:50

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

_id 38af
authors Demirkan, H.
year 1998
title Integration of reasoning systems in architectural modeling activities
source Automation in Construction 7 (2-3) (1998) pp. 229-236
summary In the first phase of a design process, the designer understands the problem and assimilates it to a conceptual framework that is already known to him. Due to the nature of design problems, the reasoning methods and techniques for modeling are not uniform and clear. An integrated reasoning system is proposed for modeling the architectural processes. Such a system may help designers to make decisions based on past experiences as well as domain theory. The performance of the integration approach is compared with the pure case-based and rule-based reasoning systems to study the efficiency and effectiveness in the same domains. The study tried to identify the reasoning systems used by designers pertaining to the interior design applications.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 8b38
authors Do, Ellen Yi-Luen and Gross, Mark D.
year 1998
title The Sundance Lab- "Design Systems of the Future"
source ACADIA Quarterly, vol. 17, no. 4, pp. 8-10
doi https://doi.org/10.52842/conf.acadia.1998.008
summary The last thirty years have seen the development of powerful new tools for architects and planners: CAD, 3D modeling, digital imaging, geographic information systems, and real time animated walkthroughs. That’s just the beginning. Based on our experience with CAD tools, analysis of design practice, and an understanding of computer hardware and software, we’re out to invent the next generation of tools. We think architects should be shakers and makers, not just consumers, of computer aided design. We started the Sundance Lab (for Computing in Design and Planning) in 1993 with a few people and machines. We’ve grown to more than a dozen people (mostly undergraduate students) and a diverse interdisciplinary array of projects. We’ve worked with architects and planners, anthropologists, civil engineers, geographers, computer scientists, and electrical engineers. Our work is about the built environment: its physical form and various information involved in making and inhabiting places. We cover a wide range of topics – from design information management to virtual space, from sketch recognition to design rationale capture, to communication between designer and computer. All start from the position that design is a knowledge based and information rich activity. Explicit representations of design information (knowledge, rationale, and rules) enables us to engage in more intelligent dialogues about design. The following describes some of our projects under various rubrics.
series ACADIA
email
last changed 2022/06/07 07:55

_id f41f
authors Dong, Wei and Gibson, Kathleen
year 1998
title Computer Visualization
source New York
summary This unique guide offers beginning and experienced CAD users a working understanding of 2D and 3D computer graphics within the context of design issues and principles. One primary feature of this book is its integration of several software applications, highlighting AutoDesk and Adobe products. Its focus, however, is on the way CAD enables you and your clients to visualize built environments, explore alternative ideas, and revise design solutions before construction begins. Accessible enough for university courses, this valuable resource is essential to every architect and interior designer who wants to stay current with new technology and remain competitive in the marketplace.
series other
last changed 2003/04/23 15:14

For more results click below:

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