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 500

_id 47fc
authors Costanzo, E., De Vecchi, A., Di Miceli, C. and Giacchino, V.
year 1997
title A Software for Automatically Verifying Compatibility in Complicated Building Assemblies
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.q4q
summary The research we are carrying on is intended to develop a tool aiding to design building mechanical assembly systems, which are often characterised by high complexity levels. In fact, when designing complicated building assemblies by making use of common graphical representations, it might be impossible for the operator to choose the proper shape and installation sequence of components so that they do not interfere during the assembly, and to check, in the meantime, the most favorable setting up modalities according to execution problems. Our software, running within CAD, by starting from the definition of the node features, will allow the operator to automatically get three types of representation that can simulate the assembly according to the assigned installation sequence: - instant images of the phases for setting up each component into the node; - 3D views showing the position of each component disassembled from the node and indicating the movements required for connection; - the components moving while the node is being constructed. All the representations can be updated step by step each time modifications to the node are made. Through this digital iterative design process - that takes advantage of various simultaneous and realistic prefigurations - the shape and function compatibility between the elements during the assembling can be verified. Furthermore, the software can quickly check whether any change and integration to the node is efficacious, rising the approximation levels in the design phase. At the moment we have developed the part of the tool that simulates the assembly by moving the components into the nodes according to the installation sequence.
series eCAADe
more http://info.tuwien.ac.at/ecaade/proc/costanzo/costanzo.htm
last changed 2022/06/07 07:50

_id 0bc0
authors Kellett, R., Brown, G.Z., Dietrich, K., Girling, C., Duncan, J., Larsen, K. and Hendrickson, E.
year 1997
title THE ELEMENTS OF DESIGN INFORMATION FOR PARTICIPATION IN NEIGHBORHOOD-SCALE PLANNING
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 295-304
doi https://doi.org/10.52842/conf.acadia.1997.295
summary Neighborhood scale planning and design in many communities has been evolving from a rule-based process of prescriptive codes and regulation toward a principle- and performance-based process of negotiated priorities and agreements. Much of this negotiation takes place in highly focused and interactive workshop or 'charrette' settings, the best of which are characterized by a fluid and lively exchange of ideas, images and agendas among a diverse mix of citizens, land owners, developers, consultants and public officials. Crucial to the quality and effectiveness of the exchange are techniques and tools that facilitate a greater degree of understanding, communication and collaboration among these participants.

Digital media have a significant and strategic role to play toward this end. Of particular value are representational strategies that help disentangle issues, clarify alternatives and evaluate consequences of very complex and often emotional issues of land use, planning and design. This paper reports on the ELEMENTS OF NEIGHBORHOOD, a prototype 'electronic notebook' (relational database) tool developed to bring design information and example 'to the table' of a public workshop. Elements are examples of the building blocks of neighborhood (open spaces, housing, commercial, industrial, civic and network land uses) derived from built examples, and illustrated with graphic, narrative and numeric representations relevant to planning, design, energy, environmental and economic performance. Quantitative data associated with the elements can be linked to Geographic Information based maps and spreadsheet based-evaluation models.

series ACADIA
type normal paper
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 e76c
authors Sato, Y., Wheeler, M.D. and Ikeuchi, K.
year 1997
title Object shape and reflectance modeling from observation
source Proceedings of SIGGRAPH 97, pp. 379-387, August, 1997
summary An object model for computer graphics applications should contain two aspects of information: shape and reflectance properties of the object. A number of techniques have been developed for modeling object shapes by observing real objects. In contrast, attempts to model reflectance properties of real objects have been rather limited. In most cases, modeled reflectance properties are too simple or too complicated to be used for synthesizing realistic images of the object. In this paper, we propose a new method for modeling object reflectance properties, as well as object shapes, by observing real objects. First, an object surface shape is reconstructed by merging multiple range images of the object. By using the reconstructed object shape and a sequence of color images of the object, parameters of a reflection model are estimated in a robust manner. The key point of the proposed method is that, first, the diffuse and specular reflection components are separated from the color image sequence, and then, reflectance parameters of each reflection component are estimated separately. This approach enables estimation of reflectance properties of real objects whose surfaces show specularity as well as diffusely reflected lights. The recovered object shape and reflectance properties are then used for synthesizing object images with realistic shading effects under arbitrary illumination conditions.
series other
last changed 2003/04/23 15:50

_id 4777
authors Jokela, M., Keinânen, A., Lahtela, H. and Lassila K.
year 1997
title Integrated building simulation tool RIUSKA
source Building Simulation, Prague, Czech Republic
summary A new integrated simulation system for the building services design and facilities management purposes is being developed by Insinööritoimisto Olof Granlund Oy. The system covers the thermal simulation needs of the whole building life cycle from the preliminary design to renovations. The main components of the simulation system are a simulation database, user interfaces, a result module, a building geometry modeller and a calculation engine. The building geometry modeller generates a 3-D surface model of the building. The calculation engine of the first version is DOE 2.1E. The simulation database is linked to other design databases and design programs so that redundant input data is avoided.
series other
last changed 2003/04/23 15:50

_id 0992
authors Belibani, R. and Gadola, A.
year 1997
title On Digital Architecture
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.r1n
summary One of the main aims of this research was to highlight the influence of computer as a designing tool. Their wide acceptance as drawing tools might occult the importance of their role in architectural design. We will try to apprehend, with the help of synthetic images, that computers mark a historic step forward in drawing and representation, as well as a major progress in the understanding of creative processes.

Together these features offer a broader horizon to architectural design. New source of inspiration can be found in virtual reality that makes visible what does not really exist, permitting design to suggest itself with its primordial image. We mean a kind of architectural imprint, where the first three-dimensional lines suggest in some way the designer with their shape, and encourage the definition process.

Through the visualisation of some images, it is possible to show the modifications of language and style, to examine the transformation modalities of the design process and to propose an essay of the new methods to communicate architecture.

series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/belibani/belibani.htm
last changed 2022/06/07 07:50

_id debf
authors Bertol, D.
year 1997
title Designing Digital Space - An Architect's Guide to Virtual Reality
source John Wiley & Sons, New York
summary The first in-depth book on virtual reality (VR) aimed specifically at architecture and design professionals, Designing Digital Space steers you skillfully through the learning curve of this exciting new technology. Beginning with a historical overview of the evolution of architectural representations, this unique resource explains what VR is, how it is being applied today, and how it promises to revolutionize not only the design process, but the form and function of the built environment itself. Vividly illustrating how VR fits alongside traditional methods of architectural representation, this comprehensive guide prepares you to make optimum practical use of this powerful interactive tool, and embrace the new role of the architect in a virtually designed world. Offers in-depth coverage of the virtual universe-data representation and information management, static and dynamic worlds, tracking and visual display systems, control devices, and more. Examines a wide range of current VR architectural applications, from walkthroughs, simulations, and evaluations to reconstructions and networked environments Includes insightful essays by leading VR developers covering some of today's most innovative projects Integrates VR into the historical framework of architectural development, with detailed sections on the past, present, and future Features a dazzling array of virtual world images and sequential displays Explores the potential impact of digital architecture on the built environment of the future
series other
last changed 2003/04/23 15:14

_id b3b1
authors Ebrahim, Mostafa Abdel-Bary
year 1997
title Application and evaluation of digital image techniques in close range photogrammetry
source University of Innsbruck
summary Most of the orthomapping techniques that are used in the present are restricted to surfaces that arise from a function of 'ground co- ordinates' z = f (x, y) , so-called 2.5D objects. Some techniques are also restricted to surfaces with kind of smooth shape or even to regular surfaces, but all of them are established to rectify images (although increasingly digitally). A new approach has been established for digital restitution and orthomapping of close range objects of almost any shape and size and with almost no restriction to images or objects. The idea of this approach is an inversion of the photographic technique and is (on the contrary to the 'rectification approach') strictly object oriented. All of the objects are regarded to be describable in their geometrical shape by a number of particular faces that can be regular or irregular but can anyway be created in a CAD environment. The data needed to get this surface can come from any photogrammetric, tachometric or other source with any particular one wants to have for the results. All the details that lie on that surface don't have to be restituted by analog or analytical point measurement but can after that be projected onto this surface from any photo, from any side and with any camera they have been taken. A 'Digital Projector' does the projection of the photos from the same positions and with the same inner orientation as of photographic camera. Using this approach any measurements of any details on the facades can be done easily. No details of the object can be neglected, none can be forgotten, no prior filtering of details has preceded this using. The full information of the original photos is available in the results. The results of the restitution can be presented in many ways. One of them is create orthoimages in any scale. Other results are any perspective or parallel view of the object. Other use of the strict 3D map-covered object for visualization (e.g. in architecture and archaeology application) is possible  
keywords Digital Image; Digital Projector; Close Range Photogrammetry; Architectural Photogrammetry; 2.5d Objects; Visualization
series thesis:PhD
email
more http://www.arcs.ac.at/dissdb/rn027356
last changed 2003/02/12 22:37

_id 412e
authors Gross, M.D., Do, E. and McCall, R.J.
year 1997
title Collaboration and Coordination in Architectural Design: approaches to computer mediated team work
source TeamCAD 97, 17-23
summary In 1993 and 1994, instructors and students of architecture at several universities around the world* collaborated briefly on two "virtual design studio" projects. Using off-the-shelf technology of the time-email, CU-See-Me internet video, international conference calls, and exchange of CAD drawings, images, and Quicktime animations-this ambitious project explored the possibility of bringing together diverse members of an international design team together to collaborate on a short term (two week) project. Central to the "Virtual Design Studio" was a 'digital pinup board', an area where participating designers could post and view drawings and textual comments; video links and email exchange provided the media for direct communication media about designs. A report on the project [21] makes clear that the process was not without technical difficulties: a significant amount of communication concerned scheduling and coordinating file formats; disappointingly little was devoted to discussions of design issues. Although it's clear that many of the minor technical problems that inevitably plague a forward-looking effort like the Virtual Design Studio will be solved in the near term, the project also reveals the need for research on software and design practices to make computer mediated design collaboration realize its attractive promise.
series journal paper
email
last changed 2003/04/23 15:50

_id 4781
authors Howard, R.
year 1997
title Using multimedia to link experts' views and derive common conclusions
source Automation in Construction 6 (1) (1997) pp. 3-9
summary Few publications on technology are read from start to finish and, where a broad subject is covered, only part of the content is relevant to a particular reader. Facilities such as multimedia and hypertext allow documents from different sources and containing various forms of data to be linked into a report which can be published electronically. Those who access a report, such as Building IT 2005, can then go direct to the topics of particular interest, visit related topics and background data, or search the text for particular terms. The most appropriate medium can be used whether text, data, images or video, and useful material extracted for teaching or research. Actions can be linked back to the papers in which they were recommended so that, while conclusions are presented compactly, the full context and the credentials of the author can be seen.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id a129
authors Lee, E., Woo, S. and Sasada, T.
year 1997
title Experimental Study in inter-University Collaboration collaboration
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.q2n
summary The architectural design requires collaboration among various participants, such as architects, clients, engineers in the stages of the design process. The Sasada laboratory has been involved in the various collaborative architectural design projects. The authors found several important issues in the process of those projects. Firstly, the presentation data is composed of different kinds of data such as documents, computer generated still images, movies and 3D objects. The participants involved in those projects need to access these data as necessary. Secondly, it is virtually impossible for all participants to attend at the same time and place. Therefore, computer networked collaborative design work is essential, in particular, for an international project and for a complex architectural design project.
keywords Collaboration
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/lee/lee.htm
last changed 2022/06/07 07:50

_id 6e4f
authors Lewin, J.S., Ehrhardt, M. and Gross, M.D.
year 1997
title Not Just Another Pretty Face: Images and Arguments in an Anthropology Web Site
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 635-654
summary We are developing a web site with photorealistic animations and virtual reality walk throughs of architecture and artifacts at an archaeological site in El Salvador. The goal of the site is to support research and teaching about household anthropology in sixthcentury Meso-America. To counter the false sense of realism and truth these experiences often convey we have developed Image Arguments, a scheme for integrating with images the arguments and data that they are based on. We provide this contextual information using a server side database and client side Java applets, enabling viewers to examine the assumptions and the data behind the images.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id 888f
authors Park, Taeyeol and Miranda, Valerian
year 1997
title Representation of Architectural Concepts in the Study of Precedents: A Concept-Learning System
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 123-129
doi https://doi.org/10.52842/conf.acadia.1997.123
summary Learning architectural concepts through the study of precedents is a common activity in design studio. Traditionally, an instructor presents a design concept by showing selected examples using slides, photographs, drawings, texts and verbal analyses. This method relies on a linear mode of conveying design knowledge and is time bound. It emphasizes information retention and recall of facts rather than an understanding of information.

However, if information on architectural precedents are represented digitally in a system designed to promote understanding of the material rather than just present facts, then some disadvantages of the traditional method may be overcome and additional advantages may be achieved. This paper describes a computer-assisted lesson system designed to represent architectural concepts related to spatial composition in design by using graphic images and text and reports on its development, implementation and testing. The system relies on many characteristics, such as accessibility, interactivity, flexibility, rapid feedback, etc., which are known to foster effective concept learning. The paper also evaluates the viability and effectiveness of this system from a technological and logistical viewpoint as well as from a concept learning viewpoint, and concludes with a discussion on other potential applications.

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

_id a8ff
authors Sanchez, Santiago, Zulueta, Alberto and Barrallo, Javier
year 1997
title CAAD and Historical Buildings: The Importance of the Simulation of the Historical Process
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.u7b
summary The majority of the problems that CAAD deals with are located in contemporary buildings. But many other buildings of the historical heritage also need special attentions with their computer design prior to the restoration projects. Generally, in restoration work, hand drawing and artistic criteria have been more usual than work with precision topographic data and accurate technical plans.

But a very rigorous design is not always enough to start restoration work. The real state that presents a historical building could have been modified substantially from its original state due to previous interventions, wars, seismic movements, erosion, biological aggressions or any other historical event.

So, it is necessary to join CAAD tasks with a simulation of the historical process suffered by the building. Historical data and ancient cartography must be the basis of all the CAAD works, and the quality of the computer 3D model can be established comparing it with the original available maps.

This paper explains the CAAD works and the intervention proposals for the restoration of the City Walls of Hondarribia, a small Spanish village placed in the frontier between Spain and France. These Renaissance bastioned walls were partially destroyed throughout many wars with France. The exact knowledge of their original trace and dimensions only is possible comparing the real CAD models with the plans that exist in the Spanish Military Archives since the XVIth. century.

The digital store and index of all the historical information, their comparison with real photographs of the city walls, the creation of photo realistic images with the intervention proposals, and the influence of the structural repairs in the final project will be explained in the CAAD context.

keywords CAAD, Historical Buildings
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/barrallo/sanchez.htm
last changed 2022/06/07 07:50

_id fe7f
authors Schofield, A.J., Stonham, T.J. and Mehta, P.A.
year 1997
title Automated people counting to aid lift control
source Automation in Construction 6 (5-6) (1997) pp. 437-445
summary It has been suggested that the efficiency of elevator systems could be improved if lift controllers had access to accurate counts of the number of passengers waiting at each floor. Video cameras and image processing techniques represent a convenient and non-intrusive solution to the people counting problem and can produce reasonably accurate counts for moderate cost. This paper addresses the problem of people counting using video techniques not the problem of lift control. For a video based counting system to be of use it must distinguish people from other (background) objects in the field of view; the principle difficulty being due to variations in the background scene caused by changes in lighting and the movement of objects. The system discussed here uses neural networks to distinguish between parts of the background scene and non-background objects (people). This system is able to form a compact representation of multiple background images and hence deal with variations in the scene under analysis without requiring large amounts of memory or processing time.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id avocaad_2001_20
id avocaad_2001_20
authors Shen-Kai Tang
year 2001
title Toward a procedure of computer simulation in the restoration of historical architecture
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 the field of architectural design, “visualization¨ generally refers to some media, communicating and representing the idea of designers, such as ordinary drafts, maps, perspectives, photos and physical models, etc. (Rahman, 1992; Susan, 2000). The main reason why we adopt visualization is that it enables us to understand clearly and to control complicated procedures (Gombrich, 1990). Secondly, the way we get design knowledge is more from the published visualized images and less from personal experiences (Evans, 1989). Thus the importance of the representation of visualization is manifested.Due to the developments of computer technology in recent years, various computer aided design system are invented and used in a great amount, such as image processing, computer graphic, computer modeling/rendering, animation, multimedia, virtual reality and collaboration, etc. (Lawson, 1995; Liu, 1996). The conventional media are greatly replaced by computer media, and the visualization is further brought into the computerized stage. The procedure of visual impact analysis and assessment (VIAA), addressed by Rahman (1992), is renewed and amended for the intervention of computer (Liu, 2000). Based on the procedures above, a great amount of applied researches are proceeded. Therefore it is evident that the computer visualization is helpful to the discussion and evaluation during the design process (Hall, 1988, 1990, 1992, 1995, 1996, 1997, 1998; Liu, 1997; Sasada, 1986, 1988, 1990, 1993, 1997, 1998). In addition to the process of architectural design, the computer visualization is also applied to the subject of construction, which is repeatedly amended and corrected by the images of computer simulation (Liu, 2000). Potier (2000) probes into the contextual research and restoration of historical architecture by the technology of computer simulation before the practical restoration is constructed. In this way he established a communicative mode among archeologists, architects via computer media.In the research of restoration and preservation of historical architecture in Taiwan, many scholars have been devoted into the studies of historical contextual criticism (Shi, 1988, 1990, 1991, 1992, 1995; Fu, 1995, 1997; Chiu, 2000). Clues that accompany the historical contextual criticism (such as oral information, writings, photographs, pictures, etc.) help to explore the construction and the procedure of restoration (Hung, 1995), and serve as an aid to the studies of the usage and durability of the materials in the restoration of historical architecture (Dasser, 1990; Wang, 1998). Many clues are lost, because historical architecture is often age-old (Hung, 1995). Under the circumstance, restoration of historical architecture can only be proceeded by restricted pictures, written data and oral information (Shi, 1989). Therefore, computer simulation is employed by scholars to simulate the condition of historical architecture with restricted information after restoration (Potier, 2000). Yet this is only the early stage of computer-aid restoration. The focus of the paper aims at exploring that whether visual simulation of computer can help to investigate the practice of restoration and the estimation and evaluation after restoration.By exploring the restoration of historical architecture (taking the Gigi Train Station destroyed by the earthquake in last September as the operating example), this study aims to establish a complete work on computer visualization, including the concept of restoration, the practice of restoration, and the estimation and evaluation of restoration.This research is to simulate the process of restoration by computer simulation based on visualized media (restricted pictures, restricted written data and restricted oral information) and the specialized experience of historical architects (Potier, 2000). During the process of practicing, communicates with craftsmen repeatedly with some simulated alternatives, and makes the result as the foundation of evaluating and adjusting the simulating process and outcome. In this way we address a suitable and complete process of computer visualization for historical architecture.The significance of this paper is that we are able to control every detail more exactly, and then prevent possible problems during the process of restoration of historical architecture.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 4eea
authors Sook Lee, Y. and Kyung Shin, H.
year 1997
title Development and visualization of interior space models for university professor's office.
source Architectural and Urban Simulation Techniques in Research and Education [3rd EAEA-Conference Proceedings]
summary When visualization is required in academic area, the sound mundane realism ideally defined through scientific research is a requirement to make the testing of the visualized model worthy. Spatial model development is an essential part in every space type. Without space standards, architecture can not be existed. Lack of space standards causes some confusion, delay of decision, and trials and errors in building practice. This research deals with university professor's office space model. Currently in Korea, university building construction has been increased because of rapidly growing quantitative and qualitative needs for better education. There has been a wide range of size preference of the office space. Because of Korea's limited land availability, deliberate consideration in suggesting the minimum space standards without sacrificing the function is needed. This is especially important since professors traditionally have been highly respected from society, thereby rather authoritative with strong territoriality and privacy need and relatively sensitive to space size. Thus, presenting the 3D visual models to convince professors that the models accommodate their needs is important as well as the search process for ideal space models. The aim of the project was to develop a set of interior space models for university professor's office. To achieve the goal, 3 research projects and 1 design simulation project were implemented. Objectives of the 4 projects were 1) to identify the most popular office space conditions that is architectural characteristics, 2) to identify the most popular office space use type, 3) to identify user needs for spatial improvement, 4) to develop and suggest interior design alternatives systematically and present them in 3 dimentional computer simulation. This simulated images will be a basis of scaled model construction for endoscopy research and of full scale modelling in the future.
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 07ae
authors Sook Lee, Y. and Mi Lee, S.
year 1997
title Analysis of mental maps for ideal apartments to develop and simulate an innovative residential interior space.
source Architectural and Urban Simulation Techniques in Research and Education [3rd EAEA-Conference Proceedings]
summary Even though results of applied research have been ideally expected to be read and used by practitioners, written suggestions have been less persuasive especially, in visual field such as environmental design, architecture, and interior design. Therefore, visualization of space has been frequently considered as an ideal alternative way of suggestions and an effective method to disseminate research results and help decision makers. In order to make the visualized target space very solid and mundane, scientific research process to define the characteristics of the space should be precedent. This presentation consists of two parts : first research part ; second design and simulation part. The purpose of the research was to identify the ideal residential interior characteristics on the basis of people's mental maps for ideal apartments. To achieve this goal, quantitative content analysis was used using an existing data set of floor plans drawn by housewives. 2,215 floorplans were randomly selected among 3,012 floorplans collected through nation-wide housing design competition for ideal residential apartments. 213 selected variables were used to analyze the floorplans. Major contents were the presentational characteristics of mental maps and the characteristics of design preference such as layout, composition, furnishing etc. As a result, current and future possible trends of ideal residence were identified. On the basis of the result, design guidelines were generated. An interior spatial model for small size unit using CAD was developed according to the guidelines. To present it in more effective way, computer simulated images were made using 3DS. This paper is expected to generate the comparison of various methods for presenting research results such as written documents, drawings, simulated images, small scaled model for endoscopy and full scale modeling.
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 1fb3
authors Akin, O., Cumming, M., Shealey, M. and Tuncer, B.
year 1997
title An electronic design assistance tool for case-based representation of designs
source Automation in Construction 6 (4) (1997) pp. 265-274
summary In precedent based design, solutions to problems are developed by drawing from an understanding of landmark designs. Many of the key design operations in this mode are similar to the functionalities present in case-based reasoning systems: case matching, case adapting, and case representation. It is clear that a rich case-base, encoding all major product types in a design domain would be the centerpiece of such an approach. EDAT (Electronic Design Assistance Tool) is intended to assist in precedent based design in the studio with the potential of expansion into the office setting. EDAT has been designed using object oriented system development methods. EDAT was used in a design studio at Carnegie Mellon University, during Spring 1996.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id a93b
authors Anders, Peter
year 1997
title Cybrids: Integrating Cognitive and Physical Space in Architecture
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 17-34
doi https://doi.org/10.52842/conf.acadia.1997.017
summary People regularly use non-physical, cognitive spaces to navigate and think. These spaces are important to architects in the design and planning of physical buildings. Cognitive spaces inform design - often underlying principles of architectural composition. They include zones of privacy, territory and the space of memory and visual thought. They let us to map our environment, model or plan projects, even imagine places like Heaven or Hell.

Cyberspace is an electronic extension of this cognitive space. Designers of virtual environments already know the power these spaces have on the imagination. Computers are no longer just tools for projecting buildings. They change the very substance of design. Cyberspace is itself a subject for design. With computers architects can design space both for physical and non-physical media. A conscious integration of cognitive and physical space in architecture can affect construction and maintenance costs, and the impact on natural and urban environments.

This paper is about the convergence of physical and electronic space and its potential effects on architecture. The first part of the paper will define cognitive space and its relationship to cyberspace. The second part will relate cyberspace to the production of architecture. Finally, a recent project done at the University of Michigan Graduate School of Architecture will illustrate the integration of physical and cyberspaces.

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

For more results click below:

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