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 622

_id avocaad_2001_22
id avocaad_2001_22
authors Jos van Leeuwen, Joran Jessurun
year 2001
title XML for Flexibility an Extensibility of Design Information Models
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 The VR-DIS research programme aims at the development of a Virtual Reality – Design Information System. This is a design and decision support system for collaborative design that provides a VR interface for the interaction with both the geometric representation of a design and the non-geometric information concerning the design throughout the design process. The major part of the research programme focuses on early stages of design. The programme is carried out by a large number of researchers from a variety of disciplines in the domain of construction and architecture, including architectural design, building physics, structural design, construction management, etc.Management of design information is at the core of this design and decision support system. Much effort in the development of the system has been and still is dedicated to the underlying theory for information management and its implementation in an Application Programming Interface (API) that the various modules of the system use. The theory is based on a so-called Feature-based modelling approach and is described in the PhD thesis by [first author, 1999] and in [first author et al., 2000a]. This information modelling approach provides three major capabilities: (1) it allows for extensibility of conceptual schemas, which is used to enable a designer to define new typologies to model with; (2) it supports sharing of conceptual schemas, called type-libraries; and (3) it provides a high level of flexibility that offers the designer the opportunity to easily reuse design information and to model information constructs that are not foreseen in any existing typologies. The latter aspect involves the capability to expand information entities in a model with relationships and properties that are not typologically defined but applicable to a particular design situation only; this helps the designer to represent the actual design concepts more accurately.The functional design of the information modelling system is based on a three-layered framework. In the bottom layer, the actual design data is stored in so-called Feature Instances. The middle layer defines the typologies of these instances in so-called Feature Types. The top layer is called the meta-layer because it provides the class definitions for both the Types layer and the Instances layer; both Feature Types and Feature Instances are objects of the classes defined in the top layer. This top layer ensures that types can be defined on the fly and that instances can be created from these types, as well as expanded with non-typological properties and relationships while still conforming to the information structures laid out in the meta-layer.The VR-DIS system consists of a growing number of modules for different kinds of functionality in relation with the design task. These modules access the design information through the API that implements the meta-layer of the framework. This API has previously been implemented using an Object-Oriented Database (OODB), but this implementation had a number of disadvantages. The dependency of the OODB, a commercial software library, was considered the most problematic. Not only are licenses of the OODB library rather expensive, also the fact that this library is not common technology that can easily be shared among a wide range of applications, including existing applications, reduces its suitability for a system with the aforementioned specifications. In addition, the OODB approach required a relatively large effort to implement the desired functionality. It lacked adequate support to generate unique identifications for worldwide information sources that were understandable for human interpretation. This strongly limited the capabilities of the system to share conceptual schemas.The approach that is currently being implemented for the core of the VR-DIS system is based on eXtensible Markup Language (XML). Rather than implementing the meta-layer of the framework into classes of Feature Types and Feature Instances, this level of meta-definitions is provided in a document type definition (DTD). The DTD is complemented with a set of rules that are implemented into a parser API, based on the Document Object Model (DOM). The advantages of the XML approach for the modelling framework are immediate. Type-libraries distributed through Internet are now supported through the mechanisms of namespaces and XLink. The implementation of the API is no longer dependent of a particular database system. This provides much more flexibility in the implementation of the various modules of the VR-DIS system. Being based on the (supposed to become) standard of XML the implementation is much more versatile in its future usage, specifically in a distributed, Internet-based environment.These immediate advantages of the XML approach opened the door to a wide range of applications that are and will be developed on top of the VR-DIS core. Examples of these are the VR-based 3D sketching module [VR-DIS ref., 2000]; the VR-based information-modelling tool that allows the management and manipulation of information models for design in a VR environment [VR-DIS ref., 2000]; and a design-knowledge capturing module that is now under development [first author et al., 2000a and 2000b]. The latter module aims to assist the designer in the recognition and utilisation of existing and new typologies in a design situation. The replacement of the OODB implementation of the API by the XML implementation enables these modules to use distributed Feature databases through Internet, without many changes to their own code, and without the loss of the flexibility and extensibility of conceptual schemas that are implemented as part of the API. Research in the near future will result in Internet-based applications that support designers in the utilisation of distributed libraries of product-information, design-knowledge, case-bases, etc.The paper roughly follows the outline of the abstract, starting with an introduction to the VR-DIS project, its objectives, and the developed theory of the Feature-modelling framework that forms the core of it. It briefly discusses the necessity of schema evolution, flexibility and extensibility of conceptual schemas, and how these capabilities have been addressed in the framework. The major part of the paper describes how the previously mentioned aspects of the framework are implemented in the XML-based approach, providing details on the so-called meta-layer, its definition in the DTD, and the parser rules that complement it. The impact of the XML approach on the functionality of the VR-DIS modules and the system as a whole is demonstrated by a discussion of these modules and scenarios of their usage for design tasks. The paper is concluded with an overview of future work on the sharing of Internet-based design information and design knowledge.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 39cb
authors Kelleners, Richard H.M.C.
year 1999
title Constraints in object-oriented graphics
source Eindhoven University of Technology
summary In the area of interactive computer graphics, two important approaches to deal with the complexity of designing and implementing graphics systems are object-oriented programming and constraint-based programming. From literature, it appears that combination of these two has clear advantages but has also proven to be difficult. One of the main problems is that constraint programming infringes the information hiding principle of object-oriented programming. The goal of the research project is to combine these two approaches to benefit from the strengths of both. Two research groups at the Eindhoven University of Technology investigate the use of constraints on graphics objects. At the Architecture department, constraints are applied in a virtual reality design environment. At the Computer Science department, constraints aid in modeling 3D animations. For these two groups, a constraint system for 3D graphical objects was developed. A conceptual model, called CODE (Constraints on Objects via Data flows and Events), is presented that enables integration of constraints and objects by separating the object world from the constraint world. In the design of this model, the main aspect being considered is that the information hiding principle among objects may not be violated. Constraint solvers, however, should have direct access to an object’s internal data structure. Communication between the two worlds is done via a protocol orthogonal to the message passing mechanism of objects, namely, via events and data flows. This protocol ensures that the information hiding principle at the object-oriented programming level is not violated while constraints can directly access “hidden” data. Furthermore, CODE is built up of distinct elements, or entity types, like constraint, solver, event, data flow. This structure enables that several special purpose constraint solvers can be defined and made to cooperate to solve complex constraint problems. A prototype implementation was built to study the feasibility of CODE. Therefore, the implementation should correspond directly to the conceptual model. To this end, every entity (object, constraint, solver) of the conceptual model is represented by a separate process in the language MANIFOLD. The (concurrent) processes communicate by events and data flows. The implementation serves to validate the conceptual model and to demonstrate that it is a viable way of combining constraints and objects. After the feasibility study, the prototype was discarded. The gained experience was used to build an implementation of the conceptual model for the two research groups. This implementation encompassed a constraint system with multiple solvers and constraint types. The constraint system was built as an object-oriented library that can be linked to the applications in the respective research groups. Special constructs were designed to ensure information hiding among application objects while constraints and solvers have direct access to the object data. CODE manages the complexity of object-oriented constraint solving by defining a communication protocol to allow the two paradigms to cooperate. The prototype implementation demonstrates that CODE can be implemented into a working system. Finally, the implementation of an actual application shows that the model is suitable for the development of object-oriented software.
keywords Computer Graphics; Object Oriented Programming; Constraint Programming
series thesis:PhD
last changed 2003/02/12 22:37

_id 96dd
authors Naja, H.
year 1999
title Multiview databases for building modelling
source Automation in Construction 8 (5) (1999) pp. 567-579
summary Database systems provide various facilities including modelling data, queries, semantic integrity control, concurrency control, recovery and authorisation. The transition from relational database technology to object technology is characterised by a richer data model to meet the requirements of new applications such as computer-aided design (CAD) systems. However, object technology still has several shortcomings. One of these shortcomings is that conventionally object model is not able to deal with data that can be described and queried according to different viewpoints. The building practice, for example, is characterised by the organisation of different participants that work towards the elaboration of the building; each one performs a specific role and has a specific view on the building project data. This paper proposes the CEDAR model, which specifies object-oriented multiview databases that can represent data and ensure their integrity according to different viewpoints. The approach is illustrated with an outline of a building project.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_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 ga9922
id ga9922
authors Annunziato, M. and Pierucci, P.
year 1999
title The Art of Emergence
source International Conference on Generative Art
summary Since several years, the term emergence is mentioned in the paradigm of chaos and complexity. Following this approach, complex system constituted by multitude of individual develop global behavioral properties on the base of local chaotic interactions (self-organization). These theories, developed in scientific and philosophical milieus are rapidly spreading as a "way of thinking" in the several fields of cognitive activities. According to this "way of thinking" it is possible revise some fundamental themes as the economic systems, the cultural systems, the scientific paths, the communication nets under a new approach where nothing is pre-determined, but the global evolution is determined by specific mechanisms of interaction and fundamental events (bifurcation). With a jump in scale of the life, also other basic concepts related to the individuals as intelligence, consciousness, psyche can be revised as self-organizing phenomena. Such a conceptual fertility has been the base for the revision of the artistic activities as flexible instruments for the investigation of imaginary worlds, metaphor of related real worlds. In this sense we claim to the artist a role of "researcher". Through the free exploration of new concepts, he can evoke qualities, configurations and hypothesis which have an esthetical and expressive value and in the most significant cases, they can induce nucleation of cultural and scientific bifurcation. Our vision of the art-science relation is of cooperative type instead of the conflict of the past decades. In this paper we describe some of the most significant realized artworks in order to make explicit the concepts and basic themes. One of the fundamental topics is the way to generate and think to the artwork. Our characterization is to see the artwork not as a static finished product, but as an instance or a dynamic sequence of instances of a creative process which continuously evolves. In this sense, the attention is focused on the "generative idea" which constitutes the envelop of the artworks generable by the process. In this approach the role of technology (computers, synthesizers) is fundamental to create the dimension of the generative environment. Another characterizing aspect of our artworks is derived by the previous approach and specifically related to the interactive installations. The classical relation between artist, artwork and observers is viewed as an unidirectional flux of messages from the artist to the observer through the artwork. In our approach artist, artwork and observer are autonomous entities provided with own personality which jointly intervene to determine the creative paths. The artist which generate the environment in not longer the "owner" of the artwork; simply he dialectically bring the generative environment (provided by a certain degree of autonomy) towards cultural and creative "void" spaces (not still discovered). The observers start from these platforms to generate other creative paths, sometimes absolutely unexpected , developing their new dialectical relations with the artwork itself. The results derived by these positions characterize the expressive elements of the artworks (images, sequences and sounds) as the outcomes of emergent behavior or dynamics both in the sense of esthetical shapes emergent from fertile generative environments, either in terms of emergent relations between artist, artwork and observer, either in terms of concepts which emerge by the metaphor of artificial worlds to produce imaginary hypothesis for the real worlds.
series other
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 26e4
authors Da Rosa Sampaio, Andrea
year 1999
title Design Thinking Proces and New Paradigms of Graphic Expression (Design Thinking Proces and New Paradigms of Graphic Expression)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 68-73
summary It is undeniable that infotechnology has brought significant changes into architectural representation. Whether these changes has altered design conception proccess or are only media matters, is a discussion concerned with the role of graphic expression in architects designs. Is it just a language, or a design thinking tool, fully engaged with the formal solution? Thus, the investigation of the role of represententional systems in the design thinking proccess and the analysis of their intrinsic relationship will approach traditional methods facing the widespread use of Computer Aided Design. There are polemics about the issue: on the one hand, seductive simulations and a plethora of rendering choices available, on the other hand, impersonal expression, to name a few arguments for and against CAD use. Computers have not replaced the straight reciprocity between the acts of conceiving and drawing, between mind and image, which results in manual sketches, quite effective in embodying a design idea. Yet, we have to admit that manipulating complex forms such as Gehry's Guggenheim Museum quickly would not be feasible before CAD advent. We have been faced with new paradigms challenging the graphic expression of architects and urban designers. Besides the consequences of this new reality to design thinking, a crucial point to be stressed at this discussion is the possibility of achieving a balance between the cherished mind-hand intimacy and the available technological resources.
keywords Traditional Representation, Design Thinking, CAD
series SIGRADI
email
last changed 2016/03/10 09:50

_id 4b48
authors Dourish, P.
year 1999
title Where the Footprints Lead: Tracking down other roles for social navigation
source Social Navigation of Information Space, eds. A. Munro, K. H. and D Benyon. London: Springer-Verlag, pp 15-34
summary Collaborative Filtering was proposed in the early 1990's as a means of managing access to large information spaces by capturing and exploiting aspects of the experiences of previous users of the same information. Social navigation is a more general form of this style of interaction, and with the widening scope of the Internet as an information provider, systems of this sort have rapidly moved from early research prototypes to deployed services in everyday use. On the other hand, to most of the HCI community, the term social navigation" is largely synonymous with "recommendation systems": systems that match your interests to those of others and, on that basis, provide recommendations about such things as music, books, articles and films that you might enjoy. The challenge for social navigation, as an area of research and development endeavour, is to move beyond this rather limited view of the role of social navigation; and to do this, we must try to take a broader view of both our remit and our opportunities. This chapter will revisit the original motivations, and chart something of the path that recent developments have taken. Based on reflections on the original concerns that motivated research into social navigation, it will explore some new avenues of research. In particular, it will focus on two. The first is social navigation within the framework of "awareness" provisions in collaborative systems generally; and the second is the relationship of social navigation systems to spatial models and the ideas of "space" and "place" in collaborative settings. By exploring these two ideas, two related goals can be achieved. The first is to draw attention to ways in which current research into social navigation can be made relevant to other areas of research endeavour; and the second is to re-motivate the idea of "social navigation" as a fundamental model for collaboration in information-seeking."
series other
last changed 2003/04/23 15:50

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

_id 170f
authors Mora Padrón, Víctor Manuel
year 1999
title Integration and Application of Technologies CAD in a Regional Reality - Methodological and Formative Experience in Industrial Design and Products Development
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 295-297
summary The experience to present is begun and developed during the academic year 1998, together to the course of IV pupils level of the Industrial Design career in the Universidad del Bío-Bío, labor that I have continued assuming during the present year, with a new youths generation. We have accomplished our academic work taking as original of study and base, the industrial and economic situation of the VIII Region, context in the one which we outline and we commit our needs formative as well as methodological to the teaching of the discipline of the Industrial Design. Consequently, we have defined a high-priority factor among pupils and teachers to reach the objectives and activities program of the course, the one which envisages first of all a commitment of attitude and integrative reflection among our academic activity and the territorial human context in the one which we inhabit. In Chile the activity of the industrial designer, his knowledge and by so much his capacity of producing innovation, it has been something practically unknown in the industrial productive area. However, the current national development challenges and the search by widening our markets, they have created and established a conscience of the fact that the Chilean industrial product must have a modern and effective competitiveness if wants be made participates in segments of the international marketing. It is in this new vision where the design provides in decisive form to consider and add a commercial and cultural value in our products. To the university corresponds the role of transmitting the knowledge generated in his classrooms toward the society, for thus to promote a development in the widest sense of the word. Under this prism the small and median regional industry in their various areas, have not integrated in the national arrangement in what concerns to the design and development of new and integral products. The design and the innovation as motor concept for a competitiveness and permanency in new markets, it has not entered yet in the entrepreneurial culture. If we want to save this situation, it is necessary that the regional entrepreneur knows the importance of the Design with new models development and examples of application, through concrete cases and with demands, that serve of base to demonstrate that the alliance among Designer and Industry, opens new perspectives of growth upon offering innovation and value added factors as new competitiveness tools. Today the communication and the managing of the information is a strategic weapon, to the moment of making changes in a social dynamics, so much at local level as global. It is with this look that our efforts and objective are centered in forming to our pupils with an integration speech and direct application toward the industrial community of our region, using the communication and the technological information as a tool validates and effective to solve the receipt in the visualization of our projects, designs and solutions of products. As complement to the development of the proposed topic will be exhibited a series of projects accomplished by the pupils for some regional industries, in which the three dimensional modeling and the use of programs vectoriales demonstrate the efficiency of communication and comprehension of the proposals, its complexity and constructive possibilities.
series SIGRADI
email
last changed 2016/03/10 09:55

_id ecaade03_059_29_russel
id ecaade03_059_29_russel
authors Russell, P., Stachelhaus, T. and Elger, D.
year 2003
title CSNCW: Computer Supported Non-Cooperative Work Barriers to Successful Virtual Design Studios
source Digital Design [21th eCAADe Conference Proceedings / ISBN 0-9541183-1-6] Graz (Austria) 17-20 September 2003, pp. 59-66
doi https://doi.org/10.52842/conf.ecaade.2003.059
summary The paper describes a design studio jointly undertaken by four Universities. With respect given to the groundbreaking work carried out by [Wojtowicz and Butelski (1998)] and [Donath et al 1999] and some of the problems described therein, the majority of the Studio partners had all had positive, if not exemplary experiences with co-operative studio projects carried out over the internet. The positive experience and development of concepts have been well documented in numerous publications over the last 5 years. A platform developed by one of the partners for this type of collaboration is in its third generation and has had well over 1000 students from 12 different universities in over 40 Projects. With this amount of experience, the four partners entered into the joint studio project with high expectations and little fear of failure. This experimental aspect of the studio, combined with the “well trodden” path of previous virtual design studios, lent an air of exploration to an otherwise well-worn format. Everything looked good, or so we thought. This is not to say that previous experiments were without tribulations, but the problems encountered earlier were usually spread over the studio partners and thus, the levels and distribution of frustration were more or less balanced. This raised a (theoretically) well-founded expectation of success. In execution, it was quite the opposite. In this case, the difficulties tended to be concentrated towards one or two of the partners. The partners spoke the same language, but came from different sets of goals, and hence, interpreted the agreements to suit their goals. This was not done maliciously, however the results were devastating to the project and most importantly, the student groups. The differing pedagogical methods of the various institutes played a strong role in steering the design critique at each school. Alongside these difficulties, the flexibility (or lack thereof) of each university’s calendar as well as national and university level holidays led to additional problems in coordination. And of course, (as if this was all not enough), the technical infrastructure, local capabilities and willingness to tackle technological problems were heterogeneous (to put it lightly).
keywords CSCW: Virtual Design Studio; Mistakes in Pedagogy
series eCAADe
email
more http://caad.arch.rwth-aachen.de
last changed 2022/06/07 07:56

_id ga9908
id ga9908
authors Senagala, Mahesh
year 1999
title Artistic Process, Cybernetics of Self and the Epistemology of Digital Technology
source International Conference on Generative Art
summary From the viewpoint of Batesonian cybernetics, ‘conscious purpose’ and artistic process are distinct ends of a spectrum of the functioning of self. Artistic activities— by which I mean art, poetry, play, design, etc.— involve processes that are beneath the stratum of consciousness. By definition, consciousness is selective awareness and is linear in execution and limited in its capability to synthesize complex parameters. As Heidegger pointed out, technology is a special form of knowledge (episteme). A machine is a manifestation of such a knowledge. A machine is a result of conscious purpose and is normally task-driven to accomplish a specific purpose(s). The questions this paper raises are to do with the connections between conscious purpose, artistic process and digital technology. One of the central questions of the paper is "if artistic process requires an abandonment or relinquishment of conscious purpose at the time of the generation of the work of art, and if the artistic process is a result of vast number of ‘unconscious’ forces and impulses, then could we say that the computer would ever be able to ‘generate’ or ‘create’ a work of art?" In what capacity and what role would the computer be a part of the generative process of art? Would a computer be able to ‘generate’ and ‘know’ a work of art, which, according to Bateson, requires the abandonment of conscious purpose? The ultimate goal of the paper is to unearth and examine the potential of the computers to be a part of the generative process of what Bateson has called "total self as a cybernetic model". On another plane of discourse, Deleuze and Guattari have added a critical dimension to the discourse of cybernetics and models of human mind and the global computer networks. Their notion of ‘rhizome’ has its roots in Batesonian cybernetics and the cybernetic couplings between the ‘complex systems’ such as human mind, biological and computational systems. Deleuze and Guattari call such systems as human brain and the neural networks as rhizomatic. Given the fact that the computer is the first known cybernetic machine to lay claims to artificial intelligence, the aforementioned questions become even more significant. The paper will explore how, cybernetically, the computer could be ‘coupled’ with ‘self’ and the artistic process — the ultimate expression of human condition. These philosophical and artistic explorations will take place through a series of generative artistic projects (See the figure below for an example) that aim at understanding the couplings and ‘ecology’ of digital technology and the cybernetics of self.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 7cb1
authors Stuurstraat, N. and Tolman, F.
year 1999
title A product modeling approach to building knowledge integration
source Automation in Construction 8 (3) (1999) pp. 269-275
summary Knowledge informatics is still playing only a minor role in the design process of buildings and civil engineering efforts, particularly in the inception stage. The primary reason that most knowledge tools are not well integrated into the process is that most tend to be based on stand alone expert system technology. Improving the re-use of existing knowledge is required to increase industry performance. A solution could be a new generation of integrated knowledge systems. One problem that must be addressed is how to cope with the conflicting requirements of each particular subsystem when each is optimized for its own knowledge domain. No optimum solution exists that is able to simultaneously optimize each subsystem for a total solution. This paper discusses an approach to building knowledge integration that attempts to address these shortcomings through the use of combined product model and meta-knowledge approach.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 73e2
authors Tokman, Leyla Y. and Yamacli, Rusen
year 1999
title Imagining the Ideal Design Studio: Technology, People and Environment in Architectural Education
source ACADIA Quarterly, vol. 18, no. 2, pp. 6-10
doi https://doi.org/10.52842/conf.acadia.1999.006
summary Architectural education is strongly related to technology and people-environment. While architecture has its own history and traditions, new knowledge is incorporated from other fields such as the basic sciences and engineering, behavioral sciences and the humanities. This paper refers to an ideal study which aims to integrate a range of computer-based multimedia technologies. This ideal study has the overall goal of enhancing the processes of architectural education in the design studio. In case of the design process, the development of advanced design systems has a twofold role, to provide for design students, with experience and understanding of the role of advanced design systems in the architectural education. Architectural design must meet a wide range of design objectives. Each objective has its own technological, people- environmental, social, economic and other requirements, and each has been the subject of intensive study, and even specialization. These individual objectives, however, are not independent of each other. Our paper asserts that they are combined in an ideal design studio imagination of the built environment and design decisions that are intended to meet one objective in an interactive design studio of the future. As we approach the 21st century, the need for creativity in the design studio becomes more important. The model motivates students achieves results and can also be applied at an individual personal and professional level.
keywords Interactive Architectural Education; Design Studio; Computer Technology and People-environment
series ACADIA
email
last changed 2022/06/07 07:58

_id ga0015
id ga0015
authors Daru, R., Vreedenburgh, E. and Scha, R.
year 2000
title Architectural Innovation as an evolutionary process
source International Conference on Generative Art
summary Traditionally in art and architectural history, innovation is treated as a history of ideas of individuals (pioneers), movements and schools. The monograph is in that context one of the most used forms of scientific exercise. History of architecture is then mostly seen as a succession of dominant architectural paradigms imposed by great architectural creators fighting at the beginning against mainstream establishment until they themselves come to be recognised. However, there have been attempts to place architectural innovation and creativity in an evolutionary perspective. Charles Jencks for example, has described the evolution of architectural and art movements according to a diagram inspired by ecological models. Philip Steadman, in his book "The Evolution of Designs. Biological analogy in architecture and the applied arts" (1979), sketches the history of various biological analogies and their impact on architectural theory: the organic, classificatory, anatomical, ecological and Darwinian or evolutionary analogies. This last analogy "explains the design of useful objects and buildings, particularly in primitive society and in the craft tradition, in terms of a sequence of repeated copyings (corresponding to inheritance), with small changes made at each stage ('variations'), which are then subjected to a testing process when the object is put into use ('selection')." However, Steadman has confined his study to a literature survey as the basis of a history of ideas. Since this pioneering work, new developments like Dawkins' concept of memes allow further steps in the field of cultural evolution of architectural innovation. The application of the concept of memes to architectural design has been put forward in a preceding "Generative Art" conference (Daru, 1999), showing its application in a pilot study on the analysis of projects of and by architectural students. This first empirical study is now followed by a study of 'real life' architectural practice. The case taken has a double implication for the evolutionary analogy. It takes a specific architectural innovative concept as a 'meme' and develops the analysis of the trajectory of this meme in the individual context of the designer and at large. At the same time, the architect involved (Eric Vreedenburgh, Archipel Ontwerpers) is knowledgeable about the theory of memetic evolution and is applying a computer tool (called 'Artificial') together with Remko Scha, the authoring computer scientist of the program who collaborates frequently with artists and architects. This case study (the penthouse in Dutch town planning and the application of 'Artificial') shall be discussed in the paper as presented. The theoretical and methodological problems of various models of diffusion of memes shall be discussed and a preliminary model shall be presented as a framework to account for not only Darwinian but also Lamarckian processes, and for individual as well as collective transmission, consumption and creative transformation of memes.
keywords evolutionary design, architectural innovation, memetic diffusion, CAAD, penthouses, Dutch design, creativity, Darwinian and Lamarckian processes
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 6126
authors De Grassi, M., Giretti A. and Pinese, P.
year 1999
title Knowledge Structures of Episodic Memory in Architectural Design: An Example of Protocol Analysis
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 576-583
doi https://doi.org/10.52842/conf.ecaade.1999.576
summary The Protocol Analysis of the design process is a very recent and very promising research field. It is believed that good application-oriented developments are possible mainly in the tutorial field (ITS). The research conducted up to now has primarily dealt with the study of the design process. On the contrary, we propose an investigation experiment on the knowledge structures relative to the use of the episodic memory in the architectural design. The proposed experiment concerns the monitoring of the cognitive processes utilised by tutors and students in a brief, but yet complete design session. The results have lead to a synthetic model (computational model) of the adopted knowledge structures, and to a complete index system oriented and organised according to semantic fields. The application of the synthetic model to the design process analysis of students and tutors enabled the definition of the different utilisation strategies of episodic memory to be defined. The results obtained will make up the structure of a tutorial program for the architectural design.
keywords Intelligent Tutoring Systems (ITSs), Architectural Design Education, Case Based Reasoning, Protocol Analisys, Design Cognition
series eCAADe
email
last changed 2022/06/07 07:55

_id 1b4d
authors Ding, Lan
year 1999
title An Evolutionary Model for Style Representation Emergence in Design
source University of Sydney, Key Centre of Design Computing and Cognition
summary This thesis is concerned with the development of an evolutionary process model for style representation emergence in design. It explores issues involved in the interpretation of style, the concept and process of style representation emergence, an evolutionary approach based on genetic engineering, and its computational implementation. Style is a complex phenomenon in design. Interpreting and formulating design style is a difficult task. This thesis proposes a language model which interprets style space utilising hierarchical levels that map onto syntax and semantics. The style space is then formulated using a genetic description. Current studies have discussed shape semantics emergence in design, but none has been proposed for the emergence of style representation. This thesis provides the concept of style representation emergence with the emphasis on the interpretative aspect of style as well as the emergence process. It explores the emergence process of style representation through an evolutionary approach. Simulation of biological evolution appears to be very useful for design problems. This thesis develops style representation emergence through evolutionary simulation based on genetic engineering. A hierarchical evolutionary process encompassing competition as well as discovery and an evolutionary combination is proposed and developed. A computational representation of style can then be derived by the computer system through the use of this evolutionary process. This model of style representation emergence is applied to traditional Chinese architecture. An evolutionary system is implemented and presented with some examples of traditional Chinese architectural facades. The results from the implementation of the system are analysed and the utility of this model is investigated. The implementation is developed in a Unix environment using the C language. The AutoCAD package is used for the graphic representation.

series thesis:PhD
email
last changed 2003/05/15 07:25

_id d79a
authors Ekholm, Anders and Fridqvist, Sverker
year 1999
title The BAS*CAAD Information System for Design principles, Implementation, and a Design Scenario
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 149-164
summary The objectives of the BAS-CAAD-project are to investigate into theories and methods for computer aided architectural design, with emphasis on requirements of early stages of the design process. Information systems can be characterised as static or dynamic concerning the definition of classes in the model schema, and concerning classification of model objects. The paper presents the BAS-CAAD system, a prototype software that implements the conceptually most important features of a dynamic information system for design. The BAS-CAAD information system is built on a generic ontological framework. The system allows a free combination of attributes, supporting the incremental way that knowledge is built up during design. It provides a generic library structure that allows definition of objects classes in different levels of generalisation that may originate from international standards or the individual designer. For example, in the construction context, it allows modelling of buildings and their parts, as well as user organisations and user activities. The function of the system is illustrated in two scenarios.
keywords CAD, Design, Dynamic Schema Evolution, Information Systems, Object Oriented Modelling, Product Modelling, Design Scenario
series CAAD Futures
email
last changed 2006/11/07 07:23

_id ba93
authors Hendricx, Ann and Neuckermans, Herman
year 1999
title About Objects and Approaches - A Conceptual View on Building Models
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 133-148
summary Considering integrated CAAD environments for architectural design, a number of different approaches are possible. This paper presents the policy of the CADLAB at the KU Leuven University, where design support right from the first design phases is a basic consideration. After a short introduction on the theoretical framework and additional design tests, we will discuss the core object model that forms the cornerstone for the contemplated design environment. This object model describes all possible data, concepts and operations connected with the architectural design process. For its development, we used the object-oriented analysis method MERODE. The starting-points and main aspects of the model will be discussed, illustrated with examples of implemented prototypes. The architect's point of view and the specific nature of the architectural design process were always kept in mind, thus leading to a model that hopes to make a valuable contribution to the research area of integrated design environments.
keywords CAAD, Integrated Design Environment, Building Models, Conceptual Modelling, MERODE
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 04fd
authors Karhu, V. and Lahdenpera, P.
year 1999
title A formalised process model of current Finnish design and construction practice
source The Int. Journal of Construction IT 7(1), pp. 51-71
summary There is a need for improved co-ordination to enhance the performance of the building process. The process involves many parties and the communication and interfaces need special attention. Conventionally, the processes of parties are carried out independently, each discipline having its own activities and limits. As a precursor to improving the overall process, formal process modelling may be used to clarify the activities, information flows and the responsibilities of the different parties. The model presented in this paper divides the Finnish construction process into six main stages: briefing, programming, global design, detailed design, construction and hand-over. In developing the model, all these stages were covered - the main focus being on the functions and flows of the process since these were found to be the most critical in the development of the building procedures. The IDEF0 method was used as the modelling technique. It is shown how the developed reference model can be subjected to various view-dependent examinations and that the modelling approach supports process re-engineering and improvement efforts as well as a new means of building process management, especially when combined with modern computer-aided applications.
series journal paper
last changed 2003/05/15 21:45

For more results click below:

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