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 292

_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 acadia16_140
id acadia16_140
authors Nejur, Andrei; Steinfeld, Kyle
year 2016
title Ivy: Bringing a Weighted-Mesh Representations to Bear on Generative Architectural Design Applications
doi https://doi.org/10.52842/conf.acadia.2016.140
source ACADIA // 2016: POSTHUMAN FRONTIERS: Data, Designers, and Cognitive Machines [Proceedings of the 36th Annual Conference of the Association for Computer Aided Design in Architecture (ACADIA) ISBN 978-0-692-77095-5] Ann Arbor 27-29 October, 2016, pp. 140-151
summary Mesh segmentation has become an important and well-researched topic in computational geometry in recent years (Agathos et al. 2008). As a result, a number of new approaches have been developed that have led to innovations in a diverse set of problems in computer graphics (CG) (Sharmir 2008). Specifically, a range of effective methods for the division of a mesh have recently been proposed, including by K-means (Shlafman et al. 2002), graph cuts (Golovinskiy and Funkhouser 2008; Katz and Tal 2003), hierarchical clustering (Garland et al. 2001; Gelfand and Guibas 2004; Golovinskiy and Funkhouser 2008), primitive fitting (Athene et al. 2004), random walks (Lai et al.), core extraction (Katz et al.) tubular multi-scale analysis (Mortara et al. 2004), spectral clustering (Liu and Zhang 2004), and critical point analysis (Lin et al. 20070, all of which depend upon a weighted graph representation, typically the dual of a given mesh (Sharmir 2008). While these approaches have been proven effective within the narrowly defined domains of application for which they have been developed (Chen 2009), they have not been brought to bear on wider classes of problems in fields outside of CG, specifically on problems relevant to generative architectural design. Given the widespread use of meshes and the utility of segmentation in GAD, by surveying the relevant and recently matured approaches to mesh segmentation in CG that share a common representation of the mesh dual, this paper identifies and takes steps to address a heretofore unrealized transfer of technology that would resolve a missed opportunity for both subject areas. Meshes are often employed by architectural designers for purposes that are distinct from and present a unique set of requirements in relation to similar applications that have enjoyed more focused study in computer science. This paper presents a survey of similar applications, including thin-sheet fabrication (Mitani and Suzuki 2004), rendering optimization (Garland et al. 2001), 3D mesh compression (Taubin et al. 1998), morphin (Shapira et al. 2008) and mesh simplification (Kalvin and Taylor 1996), and distinguish the requirements of these applications from those presented by GAD, including non-refinement in advance of the constraining of mesh geometry to planar-quad faces, and the ability to address a diversity of mesh features that may or may not be preserved. Following this survey of existing approaches and unmet needs, the authors assert that if a generalized framework for working with graph representations of meshes is developed, allowing for the interactive adjustment of edge weights, then the recent developments in mesh segmentation may be better brought to bear on GAD problems. This paper presents work toward the development of just such a framework, implemented as a plug-in for the visual programming environment Grasshopper.
keywords tool-building, design simulation, fabrication, computation, megalith
series ACADIA
type paper
email
last changed 2022/06/07 07:58

_id d9bf
authors Goodchild, N.F., Steyaert, L.T., Parks, B.O., Johnson, C., Maidment, D., Crane, M. and Glendinning, S. (Eds.)
year 1996
title GIS and Environmental Modeling: Progress and Research Issues
source Fort Collins, CO: GIS World Books, pp.451-454
summary GIS and Environmental Modeling: Progress and Research Issues Michael F. Goodchild, Louis T. Steyaert, Bradley O. Parks, Carol Johnston, David Maidment, Michael Crane, and Sandi Glendinning, Editors With growing pressure on natural resources and landscapes there is an increasing need to predict the consequences of any changes to the environment. Modelling plays an important role in this by helping our understanding of the environment and by forecasting likely impacts. In recent years moves have been made to link models to Geographical Information Systems to provide a means of analysing changes over an area as well as over time. GIS and Environmental Modeling explores the progress made to date in integrating these two software systems. Approaches to the subject are made from theoretical, technical as well as data stand points. The existing capabilities of current systems are described along with important issues of data availability, accuracy and error. Various case studies illustrate this and highlight the common concepts and issues that exist between researchers in different environmental fields. The future needs and prospects for integrating GIS and environmental models are also explored with developments in both data handling and modelling discussed. The book brings together the knowledge and experience of over 100 researchers from academic, commercial and government backgrounds who work in a wide range of disciplines. The themes followed in the text provide a fund of knowledge and guidance for those involved in environmental modelling and GIS. The book is easily accessible for readers with a basic GIS knowledge and the ideas and results of the research are clearly illustrated with both colour and black and white graphics.
series other
last changed 2003/04/23 15:14

_id 2214
authors Elber, Gershon
year 1996
title Error bounded piecewise linear approximation of freeform surfaces
source Computer-Aided Design, Vol. 28 (1) (1996) pp. 51-57
summary Two methods for piecewise linear approximation of freeform surfaces are presented. One scheme exploits an intermediate bilinear approximation and the other employs global curvature bounds. Both methodsattempt to adaptively create piecewise linear approximations of the surfaces, employing the maximum norm.
keywords Adaptive Sampling, Polygonization, Bilinear Fit, Freeform Curves
series journal paper
last changed 2003/05/15 21:33

_id 1162
authors Malkawi, Ali and Jabi, Wassim
year 1996
title Integrating Shadow Casting Methodology and Thermal Simulation
source Proceedings of the Solar ‘96 Conference. Asheville, North Carolina: American Solar Energy Society, 1996, pp. 271-276
summary This paper describes an experiment that integrates shadow casting methodology and thermal simulation algorithms developed by the authors. The 3D shadow procedures use a polyhedral representation of solids within a Cartesian space that allows for accurate casting of shadows. The algorithm is also capable of calculating surface areas of polygonal shadows of any arbitrary shape and size. The thermal simulation algorithms – using the Transfer Function Method (TFM) – incorporate the shaded area calculations to better predict solar heat gain from glazing based on transmitted, absorbed, and conducted cooling loads. The paper describes the use of a 3D computer model to illustrate the impact of the pattern and area of shading on the visual and thermal properties of building apertures. The paper discusses the objectives of this experiment, the algorithms used, and their integration. Conclusions and findings are drawn.
keywords Shadow Casting Algorithms Energey Thermal Simulation
series other
email
last changed 2002/03/05 19:51

_id ascaad2004_paper11
id ascaad2004_paper11
authors Abdelfattah, Hesham Khairy and Ali A. Raouf
year 2004
title No More Fear or Doubt: Electronic Architecture in Architectural Education
source eDesign in Architecture: ASCAAD's First International Conference on Computer Aided Architectural Design, 7-9 December 2004, KFUPM, Saudi Arabia
summary Operating electronic and Internet worked tools for Architectural education is an important, and merely a prerequisite step toward creating powerful tele-collabortion and tele-research in our Architectural studios. The design studio, as physical place and pedagogical method, is the core of architectural education. The Carnegie Endowment report on architectural education, published in 1996, identified a comparably central role for studios in schools today. Advances in CAD and visualization, combined with technologies to communicate images, data, and “live” action, now enable virtual dimensions of studio experience. Students no longer need to gather at the same time and place to tackle the same design problem. Critics can comment over the network or by e-mail, and distinguished jurors can make virtual visits without being in the same room as the pin-up—if there is a pin-up (or a room). Virtual design studios (VDS) have the potential to support collaboration over competition, diversify student experiences, and redistribute the intellectual resources of architectural education across geographic and socioeconomic divisions. The challenge is to predict whether VDS will isolate students from a sense of place and materiality, or if it will provide future architects the tools to reconcile communication environments and physical space.
series ASCAAD
email
last changed 2007/04/08 19:47

_id ddssar9601
id ddssar9601
authors Achten, H.H., Bax, M.F.Th. and Oxman, R.M.
year 1996
title Generic Representations and the Generic Grid: Knowledge Interface, Organisation and Support of the (early) Design Process
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary Computer Aided Design requires the implementation of architectural issues in order to support the architectural design process. These issues consist of elements, knowledge structures, and design processes that are typical for architectural design. The paper introduces two concepts that aim to define and model some of such architectural issues: building types and design processes. The first concept, the Generic grid, will be shown to structure the description of designs, provide a form-based hierarchical decomposition of design elements, and to provide conditions to accommodate concurrent design processes. The second concept, the Generic representation, models generic and typological knowledge of building types through the use of graphic representations with specific knowledge contents. The paper discusses both concepts and will show the potential of implementing Generic representations on the basis of the Generic grid in CAAD systems.
series DDSS
last changed 2003/11/21 15:15

_id 846c
authors Achten, Henri
year 1996
title Generic Representations: Intermediate Structures in Computer Aided Architectural Composition.
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 9-24
summary The paper discusses research work on typological and generic knowledge in architectural design. Architectural composition occurs predominantly through drawings as a medium. Throughout the process, architects apply knowledge. The paper discusses the question how to accommodate this process in computers bearing in mind the medium of drawings and the application of knowledge. It introduces generic representations as one particular approach and discusses its implications by the concept of intermediate structures. The paper concludes with an evaluation of the presented ideas.
keywords
series other
email
last changed 1999/04/08 17:16

_id 2dbc
authors Achten, Henri
year 1996
title Teaching Advanced Architectural Issues Through Principles of CAAD
doi https://doi.org/10.52842/conf.ecaade.1996.007
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 7-16
summary The paper discusses the differences between teaching CAAD by using standard software ("off-the-shelf"-software) and teaching the principles of CAAD ("principles-teaching"). The paper distinguishes four kinds of application for design systems in education: social systems, professional systems, educational systems, and innovative systems. The paper furthermore proposes to distinguish between computational issues and architectural issues relative to design systems. It appears that there is not a principled distinction between software-teaching and principles-teaching when it comes to computational issues of design systems. However, when the architectural content of CAAD systems is concerned, then principles of CAAD systems seem to be more appropriate for teaching. The paper presents work on generic representations as a specific case. Generic representations can be used to teach one particular kind of architectural content of design systems. The paper ends with conclusions.
series eCAADe
email
more http://www.ds.arch.tue.nl/
last changed 2022/06/07 07:54

_id 63e6
authors Af Klercker, Jonas
year 1996
title Visualisation for Clients - One Example of Educating CAAD for Practice
doi https://doi.org/10.52842/conf.ecaade.1996.017
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 17-24
summary During the spring term 1996, 13 students of the 3rd and 4th year at the School of Architecture at Lund University had the opportunity to make a one semester CAAD project. 11 students chose the individual exercise to use computer media for developing a small architectural design in interaction with a client. The focus was set more on visualization and the process of communicating ideas, feelings and practical solutions between architect and client and visa versa rather than concentrated on the final product.

This paper describes the process of the project and the reflections of the participants. It will discuss problems from the teachers point of view.

series eCAADe
email
more http://www.caad.lth.se/ECAADE/
last changed 2022/06/07 07:54

_id 1fb3
authors Akin, O., Cumming, M., Shealey, M. and Tuncer, B.
year 1997
title An electronic design assistance tool for case-based representation of designs
source Automation in Construction 6 (4) (1997) pp. 265-274
summary In precedent based design, solutions to problems are developed by drawing from an understanding of landmark designs. Many of the key design operations in this mode are similar to the functionalities present in case-based reasoning systems: case matching, case adapting, and case representation. It is clear that a rich case-base, encoding all major product types in a design domain would be the centerpiece of such an approach. EDAT (Electronic Design Assistance Tool) is intended to assist in precedent based design in the studio with the potential of expansion into the office setting. EDAT has been designed using object oriented system development methods. EDAT was used in a design studio at Carnegie Mellon University, during Spring 1996.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 4cda
authors Akin, O., Cumming, M. , Shealey, M. and Tuncer, B.
year 1996
title An Electronic Design Assistance Tool for Case Based Representation of Designs
doi https://doi.org/10.52842/conf.acadia.1996.123
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 123-132
summary In precedent based design, solutions to problems are developed by drawing from an understanding of landmark designs. Many of the key design operations in this mode are similar to the functionalities present in case based reasoning systems: case matching, case adapting, and case representation. It is clear that a rich case base, encoding all major product types in a design domain would be the centerpiece of such an approach. EDAT (Electronic Design Assistance Tool) is intended to assist in precedent based design in the studio with the potential of expansion into the office setting. EDAT has been designed using object oriented system development methods. EDAT was used in a design studio at Carnegie Mellon University, during Spring 1996, and will be used in future studios, as well.
series ACADIA
email
last changed 2022/06/07 07:54

_id 31f5
authors Alfares, M. and Seireg, A.
year 1996
title An integrated system for computer-aided design and construction of reinforced concrete buildings using modular forms
source Automation in Construction 5 (4) (1996) pp. 323-341
summary The study reported in this paper investigates the feasibility of automating the on-site construction of reinforced concrete residential buildings. The basic construction tasks are identified, analyzed and modified with a view towards potential for automation. Emphasis is placed on developing modular forms that facilitate automation. The majority of work in the field of construction robotics has focused on the adaptation of existing industrial robots to automate traditional construction processes. This paper outlines a computer-aided construction system approach specially suited for integrating design and implementation by on-site robots. A Computer-Integrated Construction (CIC) system, similar to CIM, is developed that includes a CIC data-base, a construction design system, a construction production/process planning system, and a robotics execution system. This approach is intended to minimize the redesign effort as well as the need for on-site manual work.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 6ec6
authors Alsayyad, Nezar, Elliott, Ame and Kalay, Yehuda
year 1996
title Narrative Models: A Database Approach to Modeling Medieval Cairo
doi https://doi.org/10.52842/conf.acadia.1996.247
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 247-254
summary This paper explores the use of three-dimensional simulations to investigate transformations of urban form in medieval Cairo, and lessons about using computers to support historical visualization. Our first attempt to create a single extremely detailed model of Cairo proved unworkable. From this experience we developed a database approach to organizing modeling projects of complex urban environments. The database consists of several complete models at different levels of abstraction. This approach has three advantages over the earlier one: the model is never viewed as incomplete, the framework supports both additive and subtractive chronological studies, and finally, the database is viewed as infinitely expandable. Using modeling software as a tool for inquiry into architectural history becomes more feasible with this new approach.
series ACADIA
email
last changed 2022/06/07 07:54

_id 8a25
authors Alshawi, M. and Underwood, J.
year 1996
title Applying object-oriented analysis to the integration of design and construction
source Automation in Construction 5 (2) (1996) pp. 105-121
summary This paper implements an Object Oriented Analysis technique to model information related to design and construction. In a previous study, an approach to integrate design and construction processes based upon information analysis and modelling has been proposed. By breaking down the project's vast information into groups of related information, construction related problems have been identified and then traced back too their relevant design processes. This paper models this process using a relatively young and new method of analysis rather than a traditional structured approach. An Object-Oriented Analysis (OOA) method has been applied to model the information in terms of the fundamental ideas that underlie object-oriented technology i.e. object types and classes, methods, requests, encapsulation and inheritance. Proceeding through the five major activities of Coad and Yourdon's OOA method, a complete OOA model has been developed with potential to improve the construction related problems.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id aa7c
authors Amirante, M. Isabella and Burattini, Ernesto
year 1996
title Automatic Procedures for Bio-Climatic Control
doi https://doi.org/10.52842/conf.ecaade.1996.029
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 29-40
summary The experiences illustrated here are related to the new regulation of teaching architecture in Italy and these ones in particular have been concentrated on the technological aspects of teaching architecture. We can consider the evolution of the architect from the individual operator to the manager multi- disciplinary aspects of the building process ( building process manager) as a reality today. Information technology, specifically applied to bio-climatic architecture and environmental control, can be of great importance for this professional role, and for this reason it is very useful to include these topics at the beginning the teaching design process. This paper describes a particular approach to bio-climatic problems of the architectural project. An experimental course has been performed by the second year students of the "Laboratorio di Construzione dell' Architettura", at the School of Architecture of the Second University of Naples, in Aversa. Analysing old and new buildings, they used some flow charts for the evaluation and representation of energetic behaviour of buildings regarding their climatic and geographical environment. In the flow charts the decisions are represented by boxes that allow to determine "rightness index" related to: morphological characters of the site and environment, typology and particular organisation of the inside spaces, shape of building, technological solution of the building "skin". The navigation through the decision boxes is made with simple options like; "winds: protected or exposed site", "shape of building; free, close or cross plane", "presence of trees on the south,; yes or not",; it shows the students the bio-climatic quality of the building and, through numeric value assigned to each option, determines the "weight" of its climatic comfort.

series eCAADe
last changed 2022/06/07 07:54

_id 0f0e
authors Andrzejewski, H. and Rostanski, K.
year 1996
title Landscape Design Tool of Wide Ecological Aspect
source CAD Creativeness [Conference Proceedings / ISBN 83-905377-0-2] Bialystock (Poland), 25-27 April 1996 pp. 7-12
summary The article shows new tool prepared in two Technical Universities in Poland. The packet as a whole, of its current condition, is mainly elaborated by Henryk Andrzejewski at Faculty of Architecture of Wroclaw Technical University. Plant and vegetation units specifier is so far prepared by Krzysztof M. Rostahski and Mirostaw Rogula at Faculty of Architecture of Silesian Technical University. The packet allows to create the new text database of plants and to add the external data to the existing database, to change, to view and to search the data of the existing database of plants in accordance with the selection based on nongraphic search criteria. The packet finally will have 4 modules. One of them is .plant end vegetation units specifier', some details of that are shown here. New aspect is in contents of database which helps to estimate ecological influence of designed group of plants on our body and mind.
series plCAD
last changed 2003/05/17 10:01

_id d5c8
authors Angelo, C.V., Bueno, A.P., Ludvig, C., Reis, A.F. and Trezub, D.
year 1999
title Image and Shape: Two Distinct Approaches
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 410-415
summary This paper is the result of two researches done at the district of Campeche, Florianópolis, by the Grupo PET/ARQ/UFSC/CAPES. Different aspects and conceptual approaches were used to study the spatial attributes of this district located in the Southern part of Santa Catarina Island. The readings and analysis of two researches were based on graphic pistures builded with the use of Corel 7.0 e AutoCadR14. The first research – "Urban Development in the Island of Santa Catarina: Public Space Study"- examined the urban structures of Campeche based on the Spatial Syntax Theory developed by Hillier and Hanson (1984) that relates form and social appropriation of public spaces. The second research – "Topoceptive Characterisation of Campeche: The Image of a Locality in Expansion in the Island of Santa Catarina" -, based on the methodology developed by Kohlsdorf (1996) and also on the visual analysis proposed by Lynch (1960), identified characteristics of this locality with the specific goal of selecting attributes that contributed to the ideas of the place its population held. The paper consists of an initial exercise of linking these two methods in order to test the complementarity of their analytical tools. Exemplifying the analytical procedures undertaken in the two approaches, the readings done - global (of the locality as a whole) and partial (from parts of the settlement) - are presented and compared.
series SIGRADI
email
last changed 2016/03/10 09:47

_id cf57
authors Anumba, C.J.
year 1996
title Functional Integration in CAD Systems
source Advances in Engineering Software, 25, 103-109
summary This paper examines the issue of integration in CAD systems and argues that for integration to be effective, it must address the functional aspects of a CAD system. It discusses the need for integrated systems and, within a structural engineering context, identifies several facets of integration that should be targeted. These include 2-D drafting and 3-D modelling, graphical and non-graphical design information, the CAD data structure and its user interface, as well as integration of the drafting function with other engineering applications. Means of achieving these levels of integration are briefly discussed and a prognosis for the future development of integrated systems explored. Particular attention is paid to the emergence (and potential role) of `product models' which seek to encapsulate the full range of data elements required to define completely an engineering artefact.
series journal paper
last changed 2003/04/23 15:14

_id ddssup9601
id ddssup9601
authors Aoke, Yoshitsugu and Muraoka, Naoto
year 1996
title An optimization method of the facility location by genetic algorithm
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary In planning of community-facilities, it is important to decide the facility location to provide the effective service for residents. The behavior of residents using the facility and the evaluation methods of the location have been studied. But, finding the optimum location is very hard in actual planning because the volume of calculation depends on the number of feasible locating points of facilities. To conquer the difficulty of searching the optimum location, we propose an optimization method using Genetic Algorithm. An alternative of location is expressed by a chromosome. Each chromosome consists of genes, and each gene expresses a located zone of the facility. We gave definitions of genetic procedures; crossing-over, mutation and selection. Alternatives of the facility location are generated by these genetic procedures like as life evolution. For each alternative, the behaviors of users are estimated by a spatial-interaction model, and the facilities that residents in each place choose are determined. The effectiveness of the location is measured by a total sum of distances between the facility and the user. After the confirmation of the effectiveness of our method by applying on ideal example problems, we applied it on the actual problem in Japanese town. By this method we could find the optimum location in about one-third time and effort as compared with the ordinal method.
series DDSS
last changed 2003/11/21 15:15

For more results click below:

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