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 497

_id 2605
authors Stouffs, Rudi and Krishnamurti, Ramesh
year 1997
title Sorts: A Concept for Representational Flexibility
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 553-564
summary This work is based on the recognition that there will always be a need for different representations of the same entity, albeit a building or building part, a shape or other complex attribute. This exigency ensues, formally, to define the relations between alternative representations, in order to support translation and identify where exact translation is possible, and to define coverage of different representations. We consider an abstraction of representations to model sorts that allows us to define algebraic operations on sorts and recognize algebraic relationships between sorts, providing us with a method for the analysis of representations, and the comparison of their coverage. We present the basis of support for a multi-representational environment.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id cc87
authors Johnson, Scott
year 1997
title What's in a Representation, Why Do We Care, and What Does It Mean? Examining Evidence from Psychology
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 5-15
doi https://doi.org/10.52842/conf.acadia.1997.005
summary This paper examines psychological evidence on the nature and role of representations in cognition. Both internal (mental) and external (physical or digital) representations are considered. It is discovered that both types of representation are deeply linked to thought processes. They are linked to learning, the ability to use existing knowledge, and problem solving strategies. The links between representations, thought processes, and behavior are so deep that even eye movements are partly governed by representations. Choice of representations can affect limited cognitive resources like attention and short-term memory by forcing a person to try to utilize poorly organized information or perform "translations" from one representation to another. The implications of this evidence are discussed. Based on these findings, a set of guidelines is presented, for digital representations which minimize drain of cognitive resources. These guidelines describe what sorts of characteristics and behaviors a representation should exhibit, and what sorts of information it should contain in order to accommodate and facilitate design. Current attempts to implement such representations are discussed.

series ACADIA
email
last changed 2022/06/07 07:52

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 75a8
authors Achten, Henri H.
year 1997
title Generic representations : an approach for modelling procedural and declarative knowledge of building types in architectural design
source Eindhoven University of Technology
summary The building type is a knowledge structure that is recognised as an important element in the architectural design process. For an architect, the type provides information about norms, layout, appearance, etc. of the kind of building that is being designed. Questions that seem unresolved about (computational) approaches to building types are the relationship between the many kinds of instances that are generally recognised as belonging to a particular building type, the way a type can deal with varying briefs (or with mixed use), and how a type can accommodate different sites. Approaches that aim to model building types as data structures of interrelated variables (so-called ‘prototypes’) face problems clarifying these questions. The research work at hand proposes to investigate the role of knowledge associated with building types in the design process. Knowledge of the building type must be represented during the design process. Therefore, it is necessary to find a representation which supports design decisions, supports the changes and transformations of the design during the design process, encompasses knowledge of the design task, and which relates to the way architects design. It is proposed in the research work that graphic representations can be used as a medium to encode knowledge of the building type. This is possible if they consistently encode the things they represent; if their knowledge content can be derived, and if they are versatile enough to support a design process of a building belonging to a type. A graphic representation consists of graphic entities such as vertices, lines, planes, shapes, symbols, etc. Establishing a graphic representation implies making design decisions with respect to these entities. Therefore it is necessary to identify the elements of the graphic representation that play a role in decision making. An approach based on the concept of ‘graphic units’ is developed. A graphic unit is a particular set of graphic entities that has some constant meaning. Examples are: zone, circulation scheme, axial system, and contour. Each graphic unit implies a particular kind of design decision (e.g. functional areas, system of circulation, spatial organisation, and layout of the building). By differentiating between appearance and meaning, it is possible to define the graphic unit relatively shape-independent. If a number of graphic representations have the same graphic units, they deal with the same kind of design decisions. Graphic representations that have such a specifically defined knowledge content are called ‘generic representations.’ An analysis of over 220 graphic representations in the literature on architecture results in 24 graphic units and 50 generic representations. For each generic representation the design decisions are identified. These decisions are informed by the nature of the design task at hand. If the design task is a building belonging to a building type, then knowledge of the building type is required. In a single generic representation knowledge of norms, rules, and principles associated with the building type are used. Therefore, a single generic representation encodes declarative knowledge of the building type. A sequence of generic representations encodes a series of design decisions which are informed by the design task. If the design task is a building type, then procedural knowledge of the building type is used. By means of the graphic unit and generic representation, it is possible to identify a number of relations that determine sequences of generic representations. These relations are: additional graphic units, themes of generic representations, and successive graphic units. Additional graphic units defines subsequent generic representations by adding a new graphic unit. Themes of generic representations defines groups of generic representations that deal with the same kind of design decisions. Successive graphic units defines preconditions for subsequent or previous generic representations. On the basis of themes it is possible to define six general sequences of generic representations. On the basis of additional and successive graphic units it is possible to define sequences of generic representations in themes. On the basis of these sequences, one particular sequence of 23 generic representations is defined. The particular sequence of generic representations structures the decision process of a building type. In order to test this assertion, the particular sequence is applied to the office building type. For each generic representation, it is possible to establish a graphic representation that follows the definition of the graphic units and to apply the required statements from the office building knowledge base. The application results in a sequence of graphic representations that particularises an office building design. Implementation of seven generic representations in a computer aided design system demonstrates the use of generic representations for design support. The set is large enough to provide additional weight to the conclusion that generic representations map declarative and procedural knowledge of the building type.
series thesis:PhD
email
more http://alexandria.tue.nl/extra2/9703788.pdf
last changed 2003/11/21 15:15

_id 060b
authors Af Klercker, J.
year 1997
title A National Strategy for CAAD and IT-Implementation in the Construction Industry the Construction Industry
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.o8u
summary The objective of this paper is to present a strategy for implementation of CAD and IT in the construction and building management#1 industry in Sweden. The interest is in how to make the best use of the limited resources in a small country or region, cooperating internationally and at the same time avoiding to be totally dominated by the great international actors in the market of information technology.

In Sweden representatives from the construction and building management industry have put forward a research and development program called: "IT-Bygg#2 2002 - Implementation". It aims at making IT the vehicle for decreasing the building costs and at the same time getting better quality and efficiency out of the industry.

The presented strategy is based on a seminar with some of the most experienced researchers, developers and practitioners of CAD in Sweden. The activities were recorded and annotated, analyzed and put together afterwards.

The proposal in brief is that object oriented distributed CAD is to be used in the long perspective. It will need to be based on international standards such as STEP and it will take at least another 5 years to get established.

Meanwhile something temporary has to be used. Pragmatically a "de facto standard" on formats has to be accepted and implemented. To support new users of IT all software in use in the country will be analyzed, described and published for a national platform for IT-communication within the construction industry.

Finally the question is discussed "How can architect schools then contribute to IT being implemented within the housing sector at a regional or national level?" Some ideas are presented: Creating the good example, better support for the customer, sharing the holistic concept of the project with all actors, taking part in an integrated education process and international collaboration like AVOCAAD and ECAADE.

 

keywords CAAD, IT, Implementation, Education, Collaboration
series eCAADe
type normal paper
email
more http://info.tuwien.ac.at/ecaade/proc/afklerck/afklerck.htm
last changed 2022/06/07 07:50

_id d97a
authors Arkin, H.
year 1997
title Introduction
source Automation in Construction 6 (5-6) (1997) pp. 379-380
summary The term ‚Intelligenz Vuilding‘ is not any longer a mere slogan used by smart salesmen of commercial and / or office buildings. During recent years it has come to describe a broad engineering concept for building design, construcions and operation, the realization of which challenges architects and engineers involved in the various aspects of building industry. The concept empasizes a multidisciplinary effort to integrate and potimize the building strctures, systems , services and management in order to create a productive and responsive environment for teh building occupant, in a cost-effective manner.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 0c91
authors Asanowicz, Aleksander
year 1997
title Computer - Tool vs. Medium
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.b2e
summary We have arrived an important juncture in the history of computing in our profession: This history is long enough to reveal clear trends in the use of computing, but not long to institutionalize them. As computers peremate every area of architecture - from design and construction documents to project administration and site supervision - can “virtual practice” be far behind? In the old days, there were basically two ways of architects working. Under stress. Or under lots more stress. Over time, someone forwarded the radical motion that the job could be easier, you could actually get more work done. Architects still have been looking for ways to produce more work in less time. They need a more productive work environment. The ideal environment would integrate man and machine (computer) in total harmony. As more and more architects and firms invest more and more time, money, and effort into particular ways of using computers, these practices will become resistant to change. Now is the time to decide if computing is developing the way we think it should. Enabled and vastly accelerated by technology, and driven by imperatives for cost efficiency, flexibility, and responsiveness, work in the design sector is changing in every respect. It is stands to reason that architects must change too - on every level - not only by expanding the scope of their design concerns, but by altering design process. Very often we can read, that the recent new technologies, the availability of computers and software, imply that use of CAAD software in design office is growing enormously and computers really have changed the production of contract documents in architectural offices.
keywords Computers, CAAD, Cyberreal, Design, Interactive, Medium, Sketches, Tools, Virtual Reality
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/asan/asanowic.htm
last changed 2022/06/07 07:50

_id acadia07_174
id acadia07_174
authors Bontemps, Arnaud; Potvin, André; Demers, Claude
year 2007
title The Dynamics of Physical Ambiences
source Expanding Bodies: Art • Cities• Environment [Proceedings of the 27th Annual Conference of the Association for Computer Aided Design in Architecture / ISBN 978-0-9780978-6-8] Halifax (Nova Scotia) 1-7 October 2007, 174-181
doi https://doi.org/10.52842/conf.acadia.2007.174
summary This research proposes to support the reading of physical ambiences by the development of a representational technique which compiles, in a numerical interface, two types of data: sensory and filmic. These data are recorded through the use of a portable array equipped with sensors (Potvin 1997, 2002, 2004) as well as the acquisition of Video information of the moving environment. The compilation of information is carried out through a multi-media approach, by means of a program converting the environmental data into dynamic diagrams, as well as the creation of an interactive interface allowing a possible diffusion on the Web. This technique, named APMAP/Video, makes it possible to read out simultaneously spatial and environmental diversity. It is demonstrated through surveys taken at various seasons and time of the day at the new Caisse de dépôt et de placement headquarters in Montreal which is also the corpus for a SSHRC (Social Sciences and Humanities Research Council) research grant on Environmental Adaptability in Architecture (Potvin et al. 2003-2007). This case study shows that the technique can prove of great relevance for POEs (Post Occupancy Evaluation) as well as for assistance in a new design project.
series ACADIA
email
last changed 2022/06/07 07:54

_id 536e
authors Bouman, Ole
year 1997
title RealSpace in QuickTimes: architecture and digitization
source Rotterdam: Nai Publishers
summary Time and space, drastically compressed by the computer, have become interchangeable. Time is compressed in that once everything has been reduced to 'bits' of information, it becomes simultaneously accessible. Space is compressed in that once everything has been reduced to 'bits' of information, it can be conveyed from A to B with the speed of light. As a result of digitization, everything is in the here and now. Before very long, the whole world will be on disk. Salvation is but a modem away. The digitization process is often seen in terms of (information) technology. That is to say, one hears a lot of talk about the digital media, about computer hardware, about the modem, mobile phone, dictaphone, remote control, buzzer, data glove and the cable or satellite links in between. Besides, our heads are spinning from the progress made in the field of software, in which multimedia applications, with their integration of text, image and sound, especially attract our attention. But digitization is not just a question of technology, it also involves a cultural reorganization. The question is not just what the cultural implications of digitization will be, but also why our culture should give rise to digitization in the first place. Culture is not simply a function of technology; the reverse is surely also true. Anyone who thinks about cultural implications, is interested in the effects of the computer. And indeed, those effects are overwhelming, providing enough material for endless speculation. The digital paradigm will entail a new image of humankind and a further dilution of the notion of social perfectibility; it will create new notions of time and space, a new concept of cause and effect and of hierarchy, a different sort of public sphere, a new view of matter, and so on. In the process it will indubitably alter our environment. Offices, shopping centres, dockyards, schools, hospitals, prisons, cultural institutions, even the private domain of the home: all the familiar design types will be up for review. Fascinated, we watch how the new wave accelerates the process of social change. The most popular sport nowadays is 'surfing' - because everyone is keen to display their grasp of dirty realism. But there is another way of looking at it: under what sort of circumstances is the process of digitization actually taking place? What conditions do we provide that enable technology to exert the influence it does? This is a perspective that leaves room for individual and collective responsibility. Technology is not some inevitable process sweeping history along in a dynamics of its own. Rather, it is the result of choices we ourselves make and these choices can be debated in a way that is rarely done at present: digitization thanks to or in spite of human culture, that is the question. In addition to the distinction between culture as the cause or the effect of digitization, there are a number of other distinctions that are accentuated by the computer. The best known and most widely reported is the generation gap. It is certainly stretching things a bit to write off everybody over the age of 35, as sometimes happens, but there is no getting around the fact that for a large group of people digitization simply does not exist. Anyone who has been in the bit business for a few years can't help noticing that mum and dad are living in a different place altogether. (But they, at least, still have a sense of place!) In addition to this, it is gradually becoming clear that the age-old distinction between market and individual interests are still relevant in the digital era. On the one hand, the advance of cybernetics is determined by the laws of the marketplace which this capital-intensive industry must satisfy. Increased efficiency, labour productivity and cost-effectiveness play a leading role. The consumer market is chiefly interested in what is 'marketable': info- and edutainment. On the other hand, an increasing number of people are not prepared to wait for what the market has to offer them. They set to work on their own, appropriate networks and software programs, create their own domains in cyberspace, domains that are free from the principle whereby the computer simply reproduces the old world, only faster and better. Here it is possible to create a different world, one that has never existed before. One, in which the Other finds a place. The computer works out a new paradigm for these creative spirits. In all these distinctions, architecture plays a key role. Owing to its many-sidedness, it excludes nothing and no one in advance. It is faced with the prospect of historic changes yet it has also created the preconditions for a digital culture. It is geared to the future, but has had plenty of experience with eternity. Owing to its status as the most expensive of arts, it is bound hand and foot to the laws of the marketplace. Yet it retains its capacity to provide scope for creativity and innovation, a margin of action that is free from standardization and regulation. The aim of RealSpace in QuickTimes is to show that the discipline of designing buildings, cities and landscapes is not only a exemplary illustration of the digital era but that it also provides scope for both collective and individual activity. It is not just architecture's charter that has been changed by the computer, but also its mandate. RealSpace in QuickTimes consists of an exhibition and an essay.
series other
email
last changed 2003/04/23 15:14

_id 0024
authors Breen, J. and Dijk, T. van
year 1997
title Modelling for eye level composition; design media experiments in an educational setting.
source Architectural and Urban Simulation Techniques in Research and Education [Proceedings of the 3rd European Architectural Endoscopy Association Conference / ISBN 90-407-1669-2]
summary In order to simulate the visual effects of designs at eye level, it is necessary to construct models from which (sequences of) images can be taken. This holds true for both Optical Endoscopy and Computer Aided Visualisation techniques. In what ways can an eye level approach stimulate spatial awareness and create insights into the workings of a design concept? Can Endoscopic methods be used effectively as a creative environment for design decision-making and teamwork and even to stimulate the generation of new design ideas? How should modelmaking be considered if it is to be of use in an ‘impatient’ design process, and how can students be made aware of the opportunities of both direct eye level observations from design models and of the more sophisticated endoscopic imaging techniques? This paper explores the theme of eye level modelling by focusing on a number of formal exercises and educational experiments carried out by the Delft Media group in recent years. An attempt is made to describe and evaluate these experiences, in order to draw conclusions and to signal possible new opportunities for eye level composition for the benefit of both design education and practice...
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 4b42
authors Burry, Mark
year 1997
title Narrowing the Gap Between CAAD and Computer Programming: A Re-Examination of the Relationship Between Architects as Computer-Based Designers and Software Engineers, Authors of the CAAD Environment
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 491-498
doi https://doi.org/10.52842/conf.caadria.1997.491
summary As the interfaces between computer users and computer programs become more friendly, the gap between the architect as designer and the software engineer as strategist increases: the designer is even less inclined to relate to the internal workings of the computer program. One intention of the friendly interface is to allow greater access to relatively sophisticated programs for people to whom the computer is not a natural ally. But with tailor-made software comes the paradox of unintended perspective use. This paper discusses the need for design architects to learn basic programming skills in a contemporary context in order to avoid being inadvertently restricted by a software apparent flexibility. An undergraduate course that sets out to familiarise students with the new possibilities is presented here in detail.
series CAADRIA
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 d869
authors Chu, C.-C., Dani, T.H. and Gadh, R.
year 1997
title Multi-sensory user interface for a virtual-reality-based computer-aided design system
source Computer-Aided Design, Vol. 29 (10) (1997) pp. 709-725
summary The generation of geometric shapes called `geometric concept designs' via the multi-sensory user interface of a virtual reality (VR) based system motivates the currentresearch. In this new VR-based system, geometric designs can be more effectively inputted into the computer in a physically intuitive way. The interaction mechanism issimilar to the way in which industrial designers sit and discuss concept design shapes across a table from each other, prior to making a final decision about the productdetails. By using different sensory modalities, such as voice, hand motions and gestures, product designers can convey design ideas through the VR-basedcomputer-aided design (CAD) system. In this scenario, the multi-sensory interface between human and computer plays a central role with respect to usability, usefulnessand accuracy. The current paper focuses on determining the requirements for the multi-sensory user interface and assessing the applications of different input and outputmechanisms in the virtual environment (VE). In order to evaluate this multi-sensory user interface, this paper formulates the typical activities in product shape design intoa set of requirements for the VR-CAD system. On the basis of these requirements, we interviewed typical CAD users about the effectiveness of using different sensoryinput and output interaction mechanisms such as visual, auditory and tactile. According to the results of these investigations, a nodal network of design activity thatdefines the multi-sensory user interface of the VR-CAD system is determined in the current research. The VR-CAD system is still being developed. However, voicecommand input, hand motion input, three-dimensional visual output and auditory output have been successfully integrated into the current system. Moreover, severalmechanical parts have been successfully created through the VR interface. Once designers use the VR-CAD system that we are currently developing, the interfacerequirements determined in the current paper may be verified or refined. The objectives of the current research are to expand the frontiers of product design and establisha new paradigm for the VR-based conceptual shape design system.
keywords Virtual Reality, Multi-Sensory User Interface, Conceptual Shape Design, Sensory Interaction Mechanism
series journal paper
last changed 2003/05/15 21:33

_id b8a4
authors Dani, Tushar H and Gadh, Rajit
year 1997
title Creation of concept shape designs via a virtual reality interface
source Computer-Aided Design, Vol. 29 (8) (1997) pp. 555-563
summary This paper describes an approach for creating concept shape designs in a virtual reality environment--COVIRDS (COnceptual VIRtual Design System. Conceptdesign refers to the ab initio design of a product or part. In concept design, the product details such as shape features and exact dimensions are not rigidly definedand the designer has some freedom in determining the shape and dimensions of the product. Current CAD require the designer to specify shape and dimensions tocreate CAD models of products even though these are probably not necessary at the concept development stage. COVIRDS overcomes these drawbacks by providing abi-modal voice and hand-tracking based user interface to the VR-based CAD modeling environment. This interface allows rapid concept design creation withoutrequiring time consuming shape description and the tedious specifications of exact dimensions.
keywords Concept Shape Design, Virtual Reality Interfaces, Geometric Modeling
series journal paper
last changed 2003/05/15 21:33

_id 20ff
id 20ff
authors Derix, Christian
year 2004
title Building a Synthetic Cognizer
source Design Computation Cognition conference 2004, MIT
summary Understanding ‘space’ as a structured and dynamic system can provide us with insight into the central concept in the architectural discourse that so far has proven to withstand theoretical framing (McLuhan 1964). The basis for this theoretical assumption is that space is not a void left by solid matter but instead an emergent quality of action and interaction between individuals and groups with a physical environment (Hillier 1996). In this way it can be described as a parallel distributed system, a self-organising entity. Extrapolating from Luhmann’s theory of social systems (Luhmann 1984), a spatial system is autonomous from its progenitors, people, but remains intangible to a human observer due to its abstract nature and therefore has to be analysed by computed entities, synthetic cognisers, with the capacity to perceive. This poster shows an attempt to use another complex system, a distributed connected algorithm based on Kohonen’s self-organising feature maps – SOM (Kohonen 1997), as a “perceptual aid” for creating geometric mappings of these spatial systems that will shed light on our understanding of space by not representing space through our usual mechanics but by constructing artificial spatial cognisers with abilities to make spatial representations of their own. This allows us to be shown novel representations that can help us to see new differences and similarities in spatial configurations.
keywords architectural design, neural networks, cognition, representation
series other
type poster
email
more http://www.springer.com/computer/ai/book/978-1-4020-2392-7
last changed 2012/09/17 21:13

_id 389b
authors Do, Ellen Yi-Luen
year 2000
title Sketch that Scene for Me: Creating Virtual Worlds by Freehand Drawing
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 265-268
doi https://doi.org/10.52842/conf.ecaade.2000.265
summary With the Web people can now view virtual threedimensional worlds and explore virtual space. Increasingly, novice users are interested in creating 3D Web sites. Virtual Reality Modeling Language gained ISO status in 1997, although it is being supplanted by the compatible Java3D API and alternative 3D Web technologies compete. Viewing VRML scenes is relatively straightforward on most hardware platforms and browsers, but currently there are only two ways to create 3D virtual scenes: One is to code the scene directly using VRML. The other is to use existing CAD and modeling software, and save the world in VRML format or convert to VRML from some other format. Both methods are time consuming, cumbersome, and have steep learning curves. Pen-based user interfaces, on the other hand, are for many an easy and intuitive method for graphics input. Not only are people familiar with the look and feel of paper and pencil, novice users also find it less intimidating to draw what they want, where they want it instead of using a complicated tool palette and pull-down menus. Architects and designers use sketches as a primary tool to generate design ideas and to explore alternatives, and numerous computer-based interfaces have played on the concept of "sketch". However, we restrict the notion of sketch to freehand drawing, which we believe helps people to think, to envision, and to recognize properties of the objects with which they are working. SKETCH employs a pen interface to create three-dimensional models, but it uses a simple language of gestures to control a three-dimensional modeler; it does not attempt to interpret freehand drawings. In contrast, our support of 3D world creation using freehand drawing depend on users’ traditional understanding of a floor plan representation. Igarashi et al. used a pen interface to drive browsing in a 3D world, by projecting the user’s marks on the ground plane in the virtual world. Our Sketch-3D project extends this approach, investigating an interface that allows direct interpretation of the drawing marks (what you draw is what you get) and serves as a rapid prototyping tool for creating 3D virtual scenes.
keywords Freehand Sketching, Pen-Based User Interface, Interaction, VRML, Navigation
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id 8818
authors Donath, Dirk and Petzold, Frank
year 1997
title From Digital Building Surveying to an Information System
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.a6v
summary This paper describes the development of a software concept and a prototype system for a structured way of collecting and organising information about existing buildings. An analysis of traditional methods and processes involved in architectural surveying forms the basis for the development of a programming system for the structured surveying, preparation, organisation and use of digital information about existing architectural objects. Use is made throughout of current tools and techniques in the field of applied informatics, and these in turn are evaluated as to their suitability and usefulness. Particular emphasis is given to the systematic breakdown of a building into its component parts and information relevant to its use and planning, and to the integration of different methods of capture and presentation of this information. The architects' normal working methods inform the entire process.
keywords Building Surveying, Information System, CAAD, Surveying Techniques
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/donath/donath.htm
last changed 2022/06/07 07:50

_id 6b4a
authors Ekholm, Anders and Fridqvist Sverker
year 1997
title Concepts of Space in Computer Based Product Modelling and Design
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.c5r
summary The everyday understanding of space may be self-evident and unproblematic. However, as soon as we are asked for a formal definition, e.g. in the context of building classification or product modelling, the concept of space is subject of controversy and misunderstanding. To some, space is the emptiness in which things are embedded, i.e. something immaterial. To others, space has no separate existence but is a property of the material world. Still, according to both views, space can be experienced. In this paper we analyse some influential work within building classification and building product modelling and criticise these for applying a concept of space without factual reference. We explore the ontological foundations for the concept of space, and conclude that space is an aspect view on things; depending on the view, it may be seen both as a property of things and as a thing in itself. Finally we show how construction space can be represented as an object in a conceptual schema for computer based space information.
keywords Space, Building, Construction, Classification, Product Modelling, Aspect Model, Spatial Modelling, CAD
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/ekholm/ekholm.htm
last changed 2022/06/07 07:50

_id 9824
authors Etzion, Y., Pearlmutter, D., Erell, E. and Meir, I.A.
year 1997
title Adaptive architecture: integrating low-energy technologies for climate control in the desert
source Automation in Construction 6 (5-6) (1997) pp. 417-425
summary The article describes a `climatically adaptive' approach to intelligent building in which a variety of technologies are integrated in the architectural design to provide thermal comfort with a minimal expenditure of energy. This concept is illustrated by the design of the Blaustein International Center for Desert Studies, a multi-use complex completed recently at the Sede-Boker Campus of Ben-Gurion University of the Negev. In response to the local climate of this desert region, a number of strategies were developed by the authors to exploit natural energy for heating and cooling: earth berming of major parts of the building, 'selective glazing' for seasonal shading and energy collection, a down-draft 'cool-tower' for evaporative cooling and a hybrid mechanism for hot-air supply are several of the unique systems whose performance and feasibility are analyzed within the context of the overall building design.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id c557
authors Fuchs, W. and Martinico, A.
year 1997
title The V.C.net--A digital study in architecture
source Automation in Construction 6 (4) (1997) pp. 335-339
summary The V.C.net project is an Internet-based educational and communication tool for the architectural community. Its goal is to encourage students from architecture programs across the country and around the world to examine problems and collaborate in the exploration of ideas through the World Wide Web. The central concept of the project involves the creation of a simulated, vital urban environment constructed from various forms of digital data. This `virtual city' will be comprised of projects executed by students of architecture and urban design in US and abroad. Projects will be proposed for specific sites and will reflect real-world questions as they are mirrored in the virtual world. The city exists as a heuristic tool and is not intended as a copy of any existing human habitat. The ultimate goal of the project is to create a dynamic platform to study the interrelationship of various forces effecting urban development: architecture, planning, civil engineering, economics, social sciences, etc. The project originates at the School of Architecture of the University of Detroit Mercy and is intended to be truly interdisciplinary.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

For more results click below:

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