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 480

_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 eb87
authors Bhavnani, S.K.
year 1996
title How Architects Draw with Computers: A Cognitive Analysis of Real-World CAD Interactions
source Carnegie Mellon University, School of Architecture and School of Computer Science
summary New media throughout history have passed through a period of transition during which users and technologists took many years to understand and exploit the medium's potential. CAD appears to be passing through a similar period of transition; despite huge investments by vendors and users, CAD productivity remains difficult to achieve. To investigate if history can provide any insights into this problem, this thesis begins with an examination of well-known examples from history. The analysis revealed that, over time, users had developed efficient strategies which were based on powers and limitations of tools; delegation strategies exploited powers provided by tools, and circumvention strategies attempted to overcome their limitations. These insights on efficient strategies were used to investigate the CAD productivity problem based on four research questions:

1. How do architects currently use CAD systems to produce drawings?

2. What are the effects of current CAD usage on product and performance?

3. What are the possible causes of current CAD usage?

4. What are the capabilities of the CAD medium and how can they be used efficiently?

The above four questions were addressed through the qualitative, quantitative, and cognitive analysis of data collected during an ethnographic study of architects working in their natural environment. The qualitative and quantitative analysis revealed that users missed many opportunities to use strategies that delegated iteration to the computer. The cognitive analysis revealed that missed opportunities to use such delegation strategies caused an increase in execution time, and an increase in errors many of which went undetected leading to the production of inaccurate drawings. These analyses pointed to plausible cognitive and contextual explanations for the inefficient use of CAD systems, and to a framework to identify and teach efficient CAD strategies. The above results were found to be neither unique to the CAD domain, nor to the office where the data were collected. The generality of these results motivated the identification of seven claims towards a general theory to explain and identify efficient strategies for a wide range of devices. This thesis contributes to the field of architecture by providing a detailed analysis of real-world CAD usage, and an approach to improve the performance of CAD users. The thesis also contributes to the field of human-computer interaction by demonstrating the generality of these results and by laying the framework for a general theory of efficient strategies which could be used to improve the performance of users of current and future computer applications.

series thesis:PhD
email
last changed 2003/04/15 13:36

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagś of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id 8d64
authors Penttilä, Hannu
year 1999
title Top 5 Themes to Promote Architectural Information Technology and Top 5 Obstacles to Decelerate it
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 6-10
doi https://doi.org/10.52842/conf.ecaade.1999.006
summary The objective of this paper is to scan a few interesting themes, features and ideas of current information and communication technology (ICT) to promote their wise use within the fields of architectural practice and architectural education. The core idea is to prepare for the future by understanding the future relevance of the dominating themes. The meaning and significance of the selected and presented common ideas is evaluated to strengthen a realistic future basis for the design discipline. The author finds organizing, structuring and sharing architectural design data with digital tools the most future-relevant ICT-theme, that should be supported with R&D-activities and taught in architectural ICT-education. The obstacles of digitalization to produce negative impacts to architectural profession seem to be of mental nature rather than technical. The human mind, juridical agreements and long-lived design traditions are possibly the most threatening and restrictive obstacles in the future. The selected top 5 methods in evaluating existing trends and features has been used for instance in futures studies as one systematical approach to chart history and current times as informants of the future (Bell, 1996). A pragmatic and personal approach has been used in selecting the themes.
keywords Architectural Information and Communication Technology (ICT), ICT-trends, Future Studies, Future Relevance
series eCAADe
type normal paper
email
last changed 2022/06/07 08:00

_id 39fb
authors Langton, C.G.
year 1996
title Artificial Life
source Boden, M. A. (1996). The Philosophy of Artificial Life, 39-94.New York and Oxford: Oxford University Press
summary Artificial Life contains a selection of articles from the first three issues of the journal of the same name, chosen so as to give an overview of the field, its connections with other disciplines, and its philosophical foundations. It is aimed at those with a general background in the sciences: some of the articles assume a mathematical background, or basic biology and computer science. I found it an informative and thought-provoking survey of a field around whose edges I have skirted for years. Many of the articles take biology as their starting point. Charles Taylor and David Jefferson provide a brief overview of the uses of artificial life as a tool in biology. Others look at more specific topics: Kristian Lindgren and Mats G. Nordahl use the iterated Prisoner's Dilemma to model cooperation and community structure in artificial ecosystems; Peter Schuster writes about molecular evolution in simplified test tube systems and its spin-off, evolutionary biotechnology; Przemyslaw Prusinkiewicz presents some examples of visual modelling of morphogenesis, illustrated with colour photographs; and Michael G. Dyer surveys different kinds of cooperative animal behaviour and some of the problems synthesising neural networks which exhibit similar behaviours. Other articles highlight the connections of artificial life with artificial intelligence. A review article by Luc Steels covers the relationship between the two fields, while another by Pattie Maes covers work on adaptive autonomous agents. Thomas S. Ray takes a synthetic approach to artificial life, with the goal of instantiating life rather than simulating it; he manages an awkward compromise between respecting the "physics and chemistry" of the digital medium and transplanting features of biological life. Kunihiko Kaneko looks to the mathematics of chaos theory to help understand the origins of complexity in evolution. In "Beyond Digital Naturalism", Walter Fontana, Guenter Wagner and Leo Buss argue that the test of artificial life is to solve conceptual problems of biology and that "there exists a logical deep structure of which carbon chemistry-based life is a manifestation"; they use lambda calculus to try and build a theory of organisation.
series other
last changed 2003/04/23 15:14

_id 6ec6
authors Alsayyad, Nezar, Elliott, Ame and Kalay, Yehuda
year 1996
title Narrative Models: A Database Approach to Modeling Medieval Cairo
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
doi https://doi.org/10.52842/conf.acadia.1996.247
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 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 cc4f
authors Donath, Dirk
year 1996
title University CAAD-Education for Architectural Students - A Report on the Realisation of a User-oriented Computer Education at the Bauhaus University Weimar
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 143-154
doi https://doi.org/10.52842/conf.ecaade.1996.143
summary Practically no other field of human creativity is evolving as fast and innovatively as the development and integration of the computer into every possible area imaginable. The computer has today become a natural tool in the fields of architecture and space-planning. The changing form of professional practice due to the increasing application of computerassisted work techniques results in the need, currently being addressed in the education of future architects and town planners, to bring these new mediums into the realm between architecture - art - and building - science.
series eCAADe
email
more http://www.uni-weimar.de/architektur/InfAR/
last changed 2022/06/07 07:55

_id cf2009_poster_09
id cf2009_poster_09
authors Hsu, Yin-Cheng
year 2009
title Lego Free-Form? Towards a Modularized Free-Form Construction
source T. Tidafi and T. Dorta (eds) Joining Languages Cultures and Visions: CAADFutures 2009 CD-Rom
summary Design Media is the tool designers use for concept realization (Schon and Wiggins, 1992; Liu, 1996). Design thinking of designers is deeply effected by the media they tend to use (Zevi, 1981; Liu, 1996; Lim, 2003). Historically, architecture is influenced by the design media that were available within that era (Liu, 1996; Porter and Neale, 2000; Smith, 2004). From the 2D plans first used in ancient egypt, to the 3D physical models that came about during the Renaissance period, architecture reflects the media used for design. When breakthroughs in CAD/CAM technologies were brought to the world in the twentieth century, new possibilities opened up for architects.
keywords CAD/CAM free-form construction, modularization
series CAAD Futures
type poster
last changed 2009/07/08 22:12

_id ca47
authors Lee, Shu Wan
year 1996
title A Cognitive Approach to Architectural Style Several Characteristics of Design Thinking in Architecture
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 223-226
doi https://doi.org/10.52842/conf.caadria.1996.223
summary Designing is a complicated human behaviour and method, and is often treated as a mysterious "black box” operation in human mind. In the early period as for theory-studying of design thinking, the way of thinking that the researchers took were mostly descriptive discussions. Therefore, they lacked direct and empirical evidence although those studies provided significant exploration of design thinking (Wang, 1995). In recent years as for the study of cognitive science, they have tried to make design "glass box”. That is to try to make the thinking processes embedded in designers publicized. That is also to externalize the design procedure which provided the design studies another theoretical basis of more accurate and deeply researched procedure (Jones, 1992). Hence the studying of design thinking has become more important and the method of designing has also progressed a lot. For example, the classification of the nature of design problem such as ill-defined and well-defined (Newell, Shaw, and Simon, 1967), and different theoretical procedure modes for different disciplines, such as viewing architectural models as conjecture-analysis models and viewing engineering models as analysis-synthesis (Cross, 1991).
series CAADRIA
last changed 2022/06/07 07:52

_id 2e5a
authors Matsumoto, N. and Seta, S.
year 1997
title A history and application of visual simulation in which perceptual behaviour movement is measured.
source Architectural and Urban Simulation Techniques in Research and Education [3rd EAEA-Conference Proceedings]
summary For our research on perception and judgment, we have developed a new visual simulation system based on the previous system. Here, we report on the development history of our system and on the current research employing it. In 1975, the first visual simulation system was introduced, witch comprised a fiberscope and small-scale models. By manipulating the fiberscope's handles, the subject was able to view the models at eye level. When the pen-size CCD TV camera came out, we immediately embraced it, incorporating it into a computer controlled visual simulation system in 1988. It comprises four elements: operation input, drive control, model shooting, and presentation. This system was easy to operate, and the subject gained an omnidirectional, eye-level image as though walking through the model. In 1995, we began developing a new visual system. We wanted to relate the scale model image directly to perceptual behavior, to make natural background images, and to record human feelings in a non-verbal method. Restructuring the above four elements to meet our equirements and adding two more (background shooting and emotion spectrum analysis), we inally completed the new simulation system in 1996. We are employing this system in streetscape research. Using the emotion spectrum system, we are able to record brain waves. Quantifying the visual effects through these waves, we are analyzing the relation between visual effects and physical elements. Thus, we are presented with a new aspect to study: the relationship between brain waves and changes in the physical environment. We will be studying the relation of brain waves in our sequential analysis of the streetscape.
keywords Architectural Endoscopy, Endoscopy, Simulation, Visualisation, Visualization, Real Environments
series EAEA
email
more http://www.bk.tudelft.nl/media/eaea/eaea97.html
last changed 2005/09/09 10:43

_id 46a7
authors Schumann, J., Strothotte, T., Raab, A. and Laser, S.
year 1996
title Assessing the Effect of Non-Photorealistic Rendered Images in CAD PAPERS: Empirical Studies of Graphics and Visual Design
source Proceedings of ACM CHI 96 Conference on Human Factors in Computing Systems 1996 v.1 pp. 35-41
summary Recent work in computer graphics has resulted in new techniques for rendering so-called non-photorealistic images. While such features are now already appearing in commercially available software, little is known about the effect of non-photorealistic images on users and their usefulness in specific contexts. In this paper we report on an empirical study with 54 architects who compared the output of a sketch-renderer for producing pencil-like drawings with standard output of CAD systems for architectural designs. The results show that the different kinds of renditions actually have a very different effect on viewers and that non-photorealistic images actually do deserve their place in the repertoire of CAD systems.
keywords Non-Photorealistic Rendering; Architectural Presentation; Preliminary Drafts; Sketches
series other
last changed 2002/07/07 16:01

_id a899
authors Stuart, Rory
year 1996
title The design of virtual environments
source McGraw-Hill, New York
summary Virtual reality (VR) is a highly interdisciplinary field involving computer science; perceptual psychology; human factors engineering; signal processing; and electrical, mechanical, and optical engineering. This unique book brings together vital information from all of these fields, providing both the theoretical and practical knowledge required to design VR systems capable of solving real-world problems. A serious treatment fo VR written specifically for engineers, researchers, and designers in industry and the military, this advanced-level handbook is up to date in every respect. Author and VR expert Rory Stuart describes each stage of the VR design process in detail, explaining a rigorous methodology for the planning, design, and testing of VR systems.
series other
last changed 2003/04/23 15:14

_id 0ef8
authors Völker, H., Sariyildiz, S., Schwenck, M. and Durmisevic, S.
year 1996
title THE NEXT GENERATION OF ARCHITECTURE WITHIN COMPUTER SCIENCES
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Considering architecture as a mixture of exact sciences and the art, we can state that as in all other sciences, every technical invention and development has resulted in advantages and disadvantages for the well-being and prosperity of mankind. Think about the developments in the fields of nuclear energy or space travel. Besides bringing a lot of improvements in many fields, it also has danger for the well-being of a mankind. The development of the advanced computer techniques has also influence on architecture, which is inevitable. How did the computer science influence architecture till now, and what is going to be the future of the architecture with this ongoing of computer science developments? The future developments will be both in the field of conceptual design (form aspect) and also in the area of materialization of the design process.

These all are dealing with the material world, for which the tools of computer science are highly appropriate. But what will happen to the immaterial world? How can we put these immaterial values into a computers model? Or can the computer be creative as a human being? Early developments of computer science in the field of architecture involved two-dimensional applications, and subsequently the significance of the third dimension became manifest. Nowadays, however, people are already speaking of a fourth dimension, interpreting it as time or as dynamics. And what, for instance, would a fifth, sixth or X-dimension represent?

In the future we will perhaps speak of the fifth dimension, comprising the tangible qualities of the building materials around us. And one day a sixth dimension might be created, when it will be possible to establish direct communication with computers, because direct exchange between the computer and the human brain has been realised. The ideas of designers can then be processed by the computer directly, and we will no longer be hampered by obstacles such as screen and keyboard. There are scientist who are working to realize bio-chips. If it will work, perhaps we can realise all these speculations. It is nearly sure that the emergence of new technologies will also affect our subject area, architecture and this will create fresh challenges, fresh concepts, and new buildings in the 21st century. The responsibility of the architects must be, to bear in mind that we are dealing with the well-being and the prosperity of mankind.

keywords Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:43

_id avocaad_2001_16
id avocaad_2001_16
authors Yu-Ying Chang, Yu-Tung Liu, Chien-Hui Wong
year 2001
title Some Phenomena of Spatial Characteristics of Cyberspace
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 "Space," which has long been an important concept in architecture (Bloomer & Moore, 1977; Mitchell, 1995, 1999), has attracted interest of researchers from various academic disciplines in recent years (Agnew, 1993; Benko & Strohmayer, 1996; Chang, 1999; Foucault, 1982; Gould, 1998). Researchers from disciplines such as anthropology, geography, sociology, philosophy, and linguistics regard it as the basis of the discussion of various theories in social sciences and humanities (Chen, 1999). On the other hand, since the invention of Internet, Internet users have been experiencing a new and magic "world." According to the definitions in traditional architecture theories, "space" is generated whenever people define a finite void by some physical elements (Zevi, 1985). However, although Internet is a virtual, immense, invisible and intangible world, navigating in it, we can still sense the very presence of ourselves and others in a wonderland. This sense could be testified by our naming of Internet as Cyberspace -- an exotic kind of space. Therefore, as people nowadays rely more and more on the Internet in their daily life, and as more and more architectural scholars and designers begin to invest their efforts in the design of virtual places online (e.g., Maher, 1999; Li & Maher, 2000), we cannot help but ask whether there are indeed sensible spaces in Internet. And if yes, these spaces exist in terms of what forms and created by what ways?To join the current interdisciplinary discussion on the issue of space, and to obtain new definition as well as insightful understanding of "space", this study explores the spatial phenomena in Internet. We hope that our findings would ultimately be also useful for contemporary architectural designers and scholars in their designs in the real world.As a preliminary exploration, the main objective of this study is to discover the elements involved in the creation/construction of Internet spaces and to examine the relationship between human participants and Internet spaces. In addition, this study also attempts to investigate whether participants from different academic disciplines define or experience Internet spaces in different ways, and to find what spatial elements of Internet they emphasize the most.In order to achieve a more comprehensive understanding of the spatial phenomena in Internet and to overcome the subjectivity of the members of the research team, the research design of this study was divided into two stages. At the first stage, we conducted literature review to study existing theories of space (which are based on observations and investigations of the physical world). At the second stage of this study, we recruited 8 Internet regular users to approach this topic from different point of views, and to see whether people with different academic training would define and experience Internet spaces differently.The results of this study reveal that the relationship between human participants and Internet spaces is different from that between human participants and physical spaces. In the physical world, physical elements of space must be established first; it then begins to be regarded as a place after interaction between/among human participants or interaction between human participants and the physical environment. In contrast, in Internet, a sense of place is first created through human interactions (or activities), Internet participants then begin to sense the existence of a space. Therefore, it seems that, among the many spatial elements of Internet we found, "interaction/reciprocity" Ń either between/among human participants or between human participants and the computer interface Š seems to be the most crucial element.In addition, another interesting result of this study is that verbal (linguistic) elements could provoke a sense of space in a degree higher than 2D visual representation and no less than 3D visual simulations. Nevertheless, verbal and 3D visual elements seem to work in different ways in terms of cognitive behaviors: Verbal elements provoke visual imagery and other sensory perceptions by "imagining" and then excite personal experiences of space; visual elements, on the other hand, provoke and excite visual experiences of space directly by "mapping".Finally, it was found that participants with different academic training did experience and define space differently. For example, when experiencing and analyzing Internet spaces, architecture designers, the creators of the physical world, emphasize the design of circulation and orientation, while participants with linguistics training focus more on subtle language usage. Visual designers tend to analyze the graphical elements of virtual spaces based on traditional painting theories; industrial designers, on the other hand, tend to treat these spaces as industrial products, emphasizing concept of user-center and the control of the computer interface.The findings of this study seem to add new information to our understanding of virtual space. It would be interesting for future studies to investigate how this information influences architectural designers in their real-world practices in this digital age. In addition, to obtain a fuller picture of Internet space, further research is needed to study the same issue by examining more Internet participants who have no formal linguistics and graphical training.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id acd7
authors Yueh, Shing
year 1996
title Architecture Design as Two Searches - Knowledge of Spatial Organization and Knowledge of Shape in Design Process
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 217-221
doi https://doi.org/10.52842/conf.caadria.1996.217
summary In the theory of design research, design thinking has gradually become an important direction for the research. In early research of design thinking, due to the insufficiency of academic research in human thinking, we have been unable to make further research in the field of design thinking. However, with the remarkable development of a variety of subjects: such as management science, cognitive psychology as well as artificial intelligence and others, researchers engaged in design thinking have more clear methodologies and solid background to conduct research studies of design thinking process.
series CAADRIA
last changed 2022/06/07 07:57

_id a026
authors Nagakura, Takehiko
year 1996
title Form Processing: A System for Architectural Design
source Harvard University
summary This thesis introduces a new approach to developing software for formal synthesis in architectural design. It presents theoretical foundations, describes prototype specifications for computable implementation, and illustrates some examples. The approach derives from the observation that architects explore ideas through the use of sequences of drawings. Architects derive each drawing in a sequence from its predecessor by executing some transformation on a portion of the drawing. Thus, a formal design state is established by a sequence of drawings with historical information about their construction through progressive transformations. The proposed system allows an architect to develop a design in three ways. First, a new transformation can be added to a current sequence of drawings. Second, existing sequences can be edited by exchanging their subset sequences. Third, an existing sequence can be revised parametrically by assigning new values to its design variables. The system implements scripts that specify categories of shapes and transformations between any two shape categories. When an instance of a shape category is found in a design, a transformation can replace it with an instance of another shape category. Recursive application of a given set of transformations to an initial shape instance produces a sequence of drawings that represents a formal design state. The system encodes this formal design state as an assembly of all the shape instances used and their relationships (nesting, emergent and replacement). Furthermore, this assembly, called a construction graph, allows the existing sequences to be edited efficiently by exchanging subsets and to be revised parametrically. The advantage of this approach as demonstrated in the examples is that it allows intuitive, rapid and interactive construction of complex designs. Moreover, design knowledge can be captured by scripts that depict heuristic shapes and transformations as well as by assembled construction graphs which depict cases of formal design. Such a reusable and expandable knowledge base is essential for assisting disciplined and creative architectural design.
keywords Computer Software Development; Architectural Design; Data Processing
series thesis:PhD
email
last changed 2003/02/12 22:37

_id c05e
authors Brown, Andy and Nahab, May
year 1996
title Human Interpretation of Computer Generated Architectural Images
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 61-70
summary The hardware and software used by architects to produce drawings and rendered images (static and dynamic) has advanced over the past decade to the point where it is now routine for architects to add rendered (and otherwise manipulated) images to the more routine 2D drawing as a product to convey the building to others. Although the 2D drawing (as plan section, elevation or detail) remains the fundamental and most prevalent kind of image being produced by architects, we regard it as timely to take stock of the effect of how we interpret the computer generated images that are being produced. We want to address the question of how humans, with a wide range of backgrounds and predispositions interpret such images. This paper takes previous studies which consider image interpretation and image generation by computer and begins to apply the techniques and jcndings to contemporary CAD image making.
keywords
series other
email
last changed 1999/04/08 17:16

_id d610
authors Burdea, G.C.
year 1996
title Force and Touch Feedback for Virtual Reality
source New York: John Wiley & Sons
summary Could weight, temperature, and texture combine to bring simulated objects to life? Describing cutting-edge technology that will influence the way we interact with computers for years to come, this pioneering book answers yes: not only is it possible, but devices capable of providing force and tactile sensory feedback already exist. Force and Touch Feedback for Virtual Reality is the first comprehensive source of information on the design, modeling, and applications of force and tactile interfaces for VR. It is a must have for scientists, engineers, psychologists, and developers involved in VR, and for anyone who would like to gain a deeper understanding of this exciting and fast-growing field. Complete with hundreds of tables, figures, and color illustrations, Force and Touch Feedback for Virtual Reality offers * Basic information on human tactile sensing and control and feedback actuator technology * A worldwide survey of force and tactile interface devices, from the simple joystick to full-body instrumented suits based on human factor tests * Step-by-step instructions for realistic physical modeling of virtual object characteristics such as weight, surface smoothness, compliance, and temperature * A unified treatment of the benefits of the new haptic interface technology for simulation and training based on human factor tests * A detailed analysis of optimum control requirements for force and tactile feedback devices * A review of emerging applications in areas ranging from surgical training and entertainment to telerobotics and the military
series other
last changed 2003/04/23 15:14

_id 9e3d
authors Cheng, F.F., Patel, P. and Bancroft, S.
year 1996
title Development of an Integrated Facilities Information System Based on STEP - A Generic Product Data Model
source The Int. Journal of Construction IT 4(2), pp.1-13
summary A facility management system must be able to accommodate dynamic change and based on a set of generic tools. The next generation of facility management systems should be STEP conforming if they are to lay the foundation for fully integrated information management and data knowledge engineering that will be demanded in the near future in the new era of advanced site management. This paper describes an attempt to meet such a specification for an in-house system. The proposed system incorporates the latest technological advances in information management and processing. It pioneered an exchange architecture which presents a new class of system, in which the end-user has for the first time total flexibility and control of the data never before automated in this way.
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 23HOMELOGIN (you are user _anon_732052 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002