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 748

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

_id 1022
authors Jozen, T., Wang, L. and Sasada, T.
year 1999
title Sketch VRML - 3D Modeling of Conception
doi https://doi.org/10.52842/conf.ecaade.1999.557
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 557-563
summary When an idea hits upon architect's mind suddenly, that idea may be memorized on a piece of paper like as napkin of a restaurant, reverse face of pamphlet etc. For conceptual design, free-form drawing with pencil and paper can efficiently delineate architect's thinking. In environmental design such as urban developing, architects usually describe their initial conception on 2D sketch. Our aim is to construct the Sketch-VRML system mixing non-photo realistic free-form 2D sketch and usual 3D computer graphics for conceptual design applying it to environmental design. It is our principle that we can use CG lightly and naturally like 'croquis' with no special hardware needed but just pencil and paper. From free-form 2D sketch on paper, the Sketch-VRML system builds it up to 3D model 'as is' resembling free hand drawing and it can be revolved and extruded. 3DCG component already produced will be useful material for design making as well as sketches. Therefore, we would like to use these materials as conception making resource with database.
keywords Conception, Sketch, 3DCG, Database
series eCAADe
last changed 2022/06/07 07:52

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

_id 2004_024
id 2004_024
authors Holmgren, S., Rüdiger, B., Storgaard, K. and Tournay, B.
year 2004
title The Electronic Neighbourhood - A New Urban Space
doi https://doi.org/10.52842/conf.ecaade.2004.024
source Architecture in the Network Society [22nd eCAADe Conference Proceedings / ISBN 0-9541183-2-4] Copenhagen (Denmark) 15-18 September 2004, pp. 24-34
summary During the event Cultural Market Days on 23 and 24 August 2003 at Noerrebro Park in Copenhagen, visitors could also enter the marketplace from their home via the Internet, as a digital 3D model had been constructed that showed the marketplace with all its information booths and activities. This virtual marketplace functioned as an extension of the urban space, allowing you to take part in the flow of information, activities and experiences that were offered in the marketplace. And this just by a click on the Internet address: http://www.e-kvarter.dk. Furthermore at certain times of the day you could chat with people from some of the many working groups of the urban regeneration project in Noerrebro. The digital 3D model is similar to the marketplace, but it creates its own universe in the green surroundings of Noerrebro Park. And now, when the Cultural Market Days are finished and the booths and people have gone, the Electronic Marketplace still remains on the Internet, with a potential for developing a new public space for information, dialogue and cooperation between the actors of the urban regeneration project. This paper presents the results of a 3-year research project, The Electronic Neighbourhood (2000-2004). Researchers have developed and tested a digital model of the urban area and other digital tools for supporting the dialogue and cooperation between professionals and citizens in an urban regeneration project in Copenhagen. The Danish Agency for Enterprise and Housing, the Ministry for Refugees, Immigration and Integration and Copenhagen Municipality have financed the research, which is planned to be published 2004. The results can also be followed on the Internet www.e-kvarter.dk.
keywords 3D Modelling; Virtual Environments; Design Process; Human-Computer Interaction; Collaborative Design; Urban Planning
series eCAADe
last changed 2022/06/07 07:50

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

_id c839
authors Hwang, Jie-Eun
year 2002
title SpaceScope: Developing a Spatial Information Retrieval System - Focused on Apartment Unit Floor Plans -
source Yonsei University, Dept. of Housing & Interior Design
summary This research investigates the spatial information retrieval (IR) in architecture focused on constructing efficient metadata that is crucial for data retrieval. Generally speaking, metadata is ‘structured data about data’ to describe resources especially in a digital format. In this research, metadata is a sort of data object to be useful in searching spatial information. Metadata is also used to describe raw spatial data object as not only attribute data but also content structurally and semantic ally. There are two issues that motivate this research; 1) what is the spatial information – that materializes the intangible space as a data object, and 2) how we can search the information efficiently – the content-based information retrieval. Although knowledge of a building’s spatial content is most important in architecture, there has been no logical method to manage it.

From the viewpoint of content-based retrieval, the researcher analyzes spatial information of a floor plan, with a focus on the apartment unit floor plan common in Korea. Then the metadata items are extracted in a structured manner. To manage the items efficiently, the researcher develops a data model for spatial information according to the concept of the “Structured Floor Plan”. The main object of content to retrieve is a spatial network that consists of nodes of spaces and their linkages. There are two ways to organize the metadata: the traditional index files and the RDF (Resource Description Framework). While the index files are still efficient with computability, the RDF applies greater options to retrieve, such as fuzzy predicates, semantic predicates, and so on. To exploit the metadata, this research shows several possibilities of query operations that present a set of sample queries about L-DK(Living room – Dining room – Kitchen). Implementation of the prototype system is divided into three parts: 1) a modeling module using Vitruvius; 2) an indexing module using MS SQL Server? 2000 in conjunction XML; and 3) a browsing module using the SpaceScope browser.

The future works may consider XML-based databases and a knowledge based query language, such as RQL/XQL, working on such databases. The more specific domain knowledge is involved, the more practical systems would be. Even in architecture, there may be a diverse range of domain knowledge, such as design, building performance, facility management, energy management, post occupied evaluation, historical research, and so on. Also the issue of interface should be investigated in depth, so that it will be adequate to the needs of the architectural field.

keywords Content-based Information Retrieval; Metadata; RDF; XML; Spatial Information; Apartment Floor Plan; Semantics
series thesis:MSc
email
last changed 2003/04/25 07:27

_id 5919
authors Lentz, Uffe
year 1999
title Integrated Design with Form and Topology Optimizing
doi https://doi.org/10.52842/conf.ecaade.1999.116
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 116-121
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 52a4
authors Llavaneras S., Gustavo J.
year 2000
title Bases para el desarrollo de un Asistente Inteligente que ayude a los diseñadores con las fenestraciones (Base for the Development of an Intelligent Assistant Who Helps the Designers with Fenestrations)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 230-235
summary In this paper we discuss the basis for the design of an Intelligent Design Assistants system, as for the development and application of an intelligent agent for design, predict and evaluate fenestrations. Its main goal is to answer our worries about the possibility of the implementation of the Partnership Paradigm through the development of one Intelligent Design Assistant. The paper deals from the difficulties of defining what design is, through its two main Paradigms, their instrumentation in CAAD systems, definition and explanation of the Partnership Paradigm, as proposed by Swerdloff y Kalay, agents approach, to the Intelligent Design Assistants system, in special one Assistant for Designing fenestrations. The paper finishes with the author’s vision on what the future on the Architecture profession will be in a world of Intelligent Design Assistants.
series SIGRADI
email
last changed 2016/03/10 09:55

_id 55ca
authors Mase, Jitsuro
year 2000
title Moderato: 3D Sketch CAD with Quick Positioned Working Plane and Texture Modelling
doi https://doi.org/10.52842/conf.ecaade.2000.269
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. 269-272
summary The lack of computer systems that can be easily used during the early stages of the architectural design process has been discussed for many years. The usual argument starts with the recognition that hand drawn sketches are an important tool in the early stage of both professional and student design because they can be used to visualise the designer’s ideas quickly and have the flexibility to handle any shape the designer imagines. Research has then mostly focused on using computer based sketch recognition to directly produce three dimensional models from hand drawn sketches. However sketch recognition still has certain problems that require the drawing action of users to be constrained in some way in order to be solved. If sketch recognition is still imperfect, the possibility of directly sketching within digital 3D space should be considered. Some systems allowing user to sketch in digital 3D space have been developed which do not depend on sketch recognition. Although Piranesi does not aim to support sketch design, it does allow the user to paint in the Z-buffer space - an unique idea termed "interactive rendering." SketchVRML tries to generate 3D geometrical data automatically from 2D hand drawn sketches by adding the depth value to the drawn lines according to the strength of line strokes. SketchBoX provides translucent surfaces in digital 3D space which can be glued onto existing objects or arranged anywhere in space. These surfaces have texture map data which can be modified by painting onto the texture. Transparent textures can be painted onto the surfaces to create see-through portions. Moderato also uses this technique to model a polygonÕs shape.
keywords Sketch, Early Stage, Interface, 3D Modelling
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:59

_id 6fa1
authors Wang, L., Jozen, T. and Sasada, T.
year 1999
title Construction of a Support System for Environmental Design
doi https://doi.org/10.52842/conf.ecaade.1999.545
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 545-551
summary The technique described here can be used to support the design process. To do this we constructed a system as follows: First, to obtain resources of design, a semi-structured database was constructed to be share among designers; Second, to collaborate in operations, an XML-based collaborative information system using a semi-structured database was defined; Thirdly, to re-compose the 3DCG model parts, a re-compose system which can compose scenes in a visual space, were constructed; and finally, to support architects at the conceptual stage, a sketch VRML system which can compose 3D sketches, was constructed.
keywords Environmental Design, Re-composition 3DCG, Database
series eCAADe
last changed 2022/06/07 07:58

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

_id a35a
authors Arponen, Matti
year 2002
title From 2D Base Map To 3D City Model
source UMDS '02 Proceedings, Prague (Czech Republic) 2-4 October 2002, I.17-I.28
summary Since 1997 Helsinki City Survey Division has proceeded in experimenting and in developing the methods for converting and supplementing current digital 2D base maps in the scale 1:500 to a 3D city model. Actually since 1986 project areas have been produced in 3D for city planning and construction projects, but working with the whole map database started in 1997 because of customer demands and competitive 3D projects. 3D map database needs new data modelling and structures, map update processes need new working orders and the draftsmen need to learn a new profession; the 3D modeller. Laser-scanning and digital photogrammetry have been used in collecting 3D information on the map objects. During the years 1999-2000 laser-scanning experiments covering 45 km2 have been carried out utilizing the Swedish TopEye system. Simultaneous digital photography produces material for orto photo mosaics. These have been applied in mapping out dated map features and in vectorizing 3D buildings manually, semi automatically and automatically. In modelling we use TerraScan, TerraPhoto and TerraModeler sw, which are developed in Finland. The 3D city model project is at the same time partially a software development project. An accuracy and feasibility study was also completed and will be shortly presented. The three scales of 3D models are also presented in this paper. Some new 3D products and some usage of 3D city models in practice will be demonstrated in the actual presentation.
keywords 3D City modeling
series other
email
more www.udms.net
last changed 2003/11/21 15:16

_id 0c0d
authors Asanowicz, Aleksander
year 2000
title Computer as an Metaphorisation Machine
doi https://doi.org/10.52842/conf.ecaade.2000.283
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. 283-286
summary Digital media is transforming the practice and teaching of design. Information technologies offer not only better production and rendering tools but also the ability to model, manipulate, and understand design in new ways. A new era in CAAD has started. One of the aspects of this situation is the increase in the number of computers in design offices and architectural schools (many of our students have their own computers, which a re often better than the computers we have at our school). We can submit a proposition that the critical point in the creative use of computers is over, and we should think how computers and new media may extend the designer’s perception and imagination.
keywords Creation of a Form, Imagination, Metaphors, Computer Support of Form Searching
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id eef2
authors Ataman, Osman and Wingert, Kate
year 2000
title Developing a Methodology for the Study of Urban Transformation
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 140-142
summary There are certain limitations in studying urban development and transformation by depending solely on traditional media. The investigation of historical urban data, both architectural and site information, is difficult to analyze unless all of the urban elements can be visualized simultaneously. The application of digital media provides a model for reconstructing and analyzing certain architectural elements from the past. This paper describes a research project that focuses on the visualization of the historical development of an urban area. In general, our research is aimed at developing a model and Philadelphia is chosen as a case study. An emphasis is placed on identification, categorization and representation of information in a way that is useful for urban researchers for analysis.
series SIGRADI
email
last changed 2016/03/10 09:47

_id f003
authors Barbosa Vilas Boas, Naylor
year 2000
title A Reconstrução Virtual do Antigo Passeio Público de Mestre Valentim: Metodologia de Trabalho e Pesquisa (The Virtual Reconstruction of the Mestre Valentin's Old "Passeio Publico" do Antigo Public Passeio of Mestre Valentim: Methodology and Research)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 171-173
summary This work, part of the thesis named “The Passeio Público of Rio de Janeiro: Historical Analysis through Space Perception”, has the purpose to show the methodological process realized for the virtual reconstruction of the Passeio Público idealized by Mestre Valentim da Fonseca e Silva. That space, constructed at the end of 18 th century, was inspired by the French rationalists gardens, and existed until the 1860’s decade, when it was transformed by Auguste Glaziou's reformation, who conceived a new design for the Passeio Público, inspired by the landscape English gardens. To the virtual reconstruction, it was utilized iconographical sources - old photos, engravings and plans - plus travelers reports who passed by there before the reformation of 1860’s, which could enlighten details that wouldn’t appear in the consulted images. So, the final model reproduce with fidelity the whole original architectural elements conceived by Mestre Valentim to the Passeio, and also the correct articulation of the architectural elements that once existed there.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 038b
authors Barron, Alicia
year 2000
title Generación de Objetos Autónomos en Mundos Virtuales (Generation of Autonomous Objects in Virtual Worlds)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 310-312
summary The goal of this paper is to define the processes that enable the simulation of an autonomous pedestrian’s journeys in confined spaces; and to determine their paths beginning with random processes under preset parameters in a generic fashion as well as doing so in a manner independent from walking movement. We present a conceptual model designed to generate pedestrian journeys, taking into account the focuses of attraction and their influence in the paths taken. In order to implement this model, we add to an architectural blueprint the elements necessary to recognize the geometric characteristics of the World (Limits, Focuses and Portals) that affect the displacements of pedestrians. These characteristics enable us to determine the paths to be taken in the World. The issues of the simulation (the position that each pedestrian occupies for unit of time) can be used by other applications, to generate animations or to verify critical situations.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 1f5c
authors Beesley, Philip and Seebohm, Thomas
year 2000
title Digital Tectonic Design
doi https://doi.org/10.52842/conf.ecaade.2000.287
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. 287-290
summary Digital tectonic design is a fresh approach to architectural design methodology. Tectonics means a focus on assemblies of construction elements. Digital tectonics is an evolving methodology that integrates use of design software with traditional construction methods. We see digital tectonic design as a systematic use of geometric and spatial ordinances, used in combination with details and components directly related to contemporary construction. The current approach will, we hope, lead to an architectural curriculum based on generative form making where the computer can be used to produce systems of forms algorithmically. Digital design has tended to remain abstract, emphasizing visual and spatial arrangements often at the expense of materials and construction. Our pursuit is translation of these methods into more fully realized physical qualities. This method offers a rigorous approach based on close study of geometry and building construction elements. Giving a context for this approach, historical examples employing systematic tectonic design are explored in this paper. The underlying geometric ordinance systems and the highly tuned relationships between the details in these examples offer design vocabularies for use within the studio curriculum. The paper concludes with a detailed example from a recent studio project demonstrating particular qualities developed within the method. The method involves a wide range of scales, relating large-scale gestural and schematic studies to detailed assembly systems. Designing in this way means developing geometric strategies and, in parallel, producing detailed symbols or objects to be inserted. These details are assembled into a variety of arrays and groups. The approach is analogous to computer-aided designÕs tradition of shape grammars in which systems of spatial relationships are used to control the insertion of shapes within a space. Using this approach, a three-dimensional representation of a building is iteratively refined until the final result is an integrated, systematically organized complex of symbols representing physical building components. The resulting complex offers substantial material qualities. Strategies of symbol insertions and hierarchical grouping of elements are familiar in digital design practice. However these strategies are usually used for automated production of preconceived designs. In contrast to thsse normal approaches this presentation focuses on emergent qualities produced directly by means of the complex arrays of symbol insertions. The rhyth
keywords 3D CAD Systems, Design Practice, 3D Design Strategies
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

For more results click below:

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