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 519

_id 4e1c
authors Berdinski, D.
year 1997
title Combining different kinds of perspective images in architectural practice.
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 This paper is about combining photo-, video-, endoscope captured images with handmade or computer generated ones. Practically all optical systems are known to produce more or less curved perspective (spherical or cylindrical) which depends of angle-of-view, and a computer as a rule (as handmade) constructs linear perspective images. To combine them on any media correctly, an operator has to be professional painter or designer, because there is no mathematically determined way to combine them. The author's-made demo-computer program is able to generate spherical perspective of simple spatial constructions. It allows to illustrate mathematically and visually the principles of optical curved perspective, laws of their combination with linear ones and helps to feel how to achieve the accordance with natural visual architectural images.
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 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 88fa
authors Alkhoven, P.
year 1997
title Computer Visualisation as a Tool in Architectural Historical Research
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 The historical city has been represented over time using various ways of drawing, modelling and simulation. Using different kinds of visual information as a basis, computer visualisation techniques are used in this presentation to reconstruct the urban development in the twentieth century of the town of Heusden and other towns. The resulting visualisation provides us with a tool for a better understanding of the dynamics of urban transformation processes, typologies and morphological changes. Though for most of these rather specific research questions the computer images proved adequate and useful, some morphological studies can well be carried out using more traditional techniques.
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 2a5e
authors Does, J. van der and Giró, H.
year 1997
title Design communication and image processing
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 the proceedings of the first EAEA conference, 1993, I mentioned our first study focused on refining endoscopic video images of a detailed architectural model and drawings. The study was based on work with 900 subjects, of which 200 were professional architects. It has led to a number of technical improvements. In the second study we compared computer-aided design techniques with two techniques from the first study, endoscopic video recordings and coloured and black and white elevations and perspective drawings. Four different groups of 50 subjects took part in this research. We found that computer images are invariably judged to be of moderate value, while drawings yielded consistently high scores. Endoscopic video recordings of the scale model received high scores as far as emotional response is concerned, and moderate scores when the participants were questioned on the actual content of the recordings.
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 aecc
authors Kosco, Igor
year 1997
title CAAD and Network Technologies - Reflexions From Education and Practice.
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.x2j
summary New technologies like Computer Aided Design and network facilities are affecting the building procurement, design and construction processes very rapidly. Network technologies are giving us a variety of possibilities : quick and simple access to information, quick and easy communication, exchange of datas in different formats ( texts, data, drawings, images, animations, hypertext or multimedia products, etc.) or access to differently located computer and work on it. As the result the communication or collaboration in a design and construction process and management could be used not only at the Level 1. (in one office), Level 2. (between different offices) or Level 3. (different participants and users) but, what is more important, between geographically dispersed members of design and construction teams (dispersed offices or communities in different places, towns, regions, countries or even continents). There are a lot of advantages : quick and easy communication and exchange of information, free choice of a team, easy revisions of a documentation, collaborative work on the same drawings, costs savings in travelling, issuing, copying and shipping of a documentation and finally possible use of the cheaper labour or more skilled professionals in a different region or country.
keywords Remote Communication, Collaboration, Internet, Network,Videoconference, Architectural Design, Project Management
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/kosco/kosco.htm
last changed 2022/06/07 07:50

_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 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 b4c4
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2000
title A framework for an Architectural Collaborative Design
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. 57-60
doi https://doi.org/10.52842/conf.ecaade.2000.057
summary The building industry involves a larger number of disciplines, operators and professionals than other industrial processes. Its peculiarity is that the products (building objects) have a number of parts (building elements) that does not differ much from the number of classes into which building objects can be conceptually subdivided. Another important characteristic is that the building industry produces unique products (de Vries and van Zutphen, 1992). This is not an isolated situation but indeed one that is spreading also in other industrial fields. For example, production niches have proved successful in the automotive and computer industries (Carrara, Fioravanti, & Novembri, 1989). Building design is a complex multi-disciplinary process, which demands a high degree of co-ordination and co-operation among separate teams, each having its own specific knowledge and its own set of specific design tools. Establishing an environment for design tool integration is a prerequisite for network-based distributed work. It was attempted to solve the problem of efficient, user-friendly, and fast information exchange among operators by treating it simply as an exchange of data. But the failure of IGES, CGM, PHIGS confirms that data have different meanings and importance in different contexts. The STandard for Exchange of Product data, ISO 10303 Part 106 BCCM, relating to AEC field (Wix, 1997), seems to be too complex to be applied to professional studios. Moreover its structure is too deep and the conceptual classifications based on it do not allow multi-inheritance (Ekholm, 1996). From now on we shall adopt the BCCM semantic that defines the actor as "a functional participant in building construction"; and we shall define designer as "every member of the class formed by designers" (architects, engineers, town-planners, construction managers, etc.).
keywords Architectural Design Process, Collaborative Design, Knowledge Engineering, Dynamic Object Oriented Programming
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id d461
authors Sariyildiz, Sevil and Schwenk, Mathias
year 1997
title The CIAD-System - Multimedia Teachware as a Driving Force for CAAD
source AVOCAAD First International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-01-09] Brussels (Belgium) 10-12 April 1997, pp. 329-342
summary Software systems for educational purposes have been developed and used in many application areas. In this paper we will describe a development in the field of architecture and building science. CIAD is a teachware system directed to be used in the education of students of architecture as well as a tool that gives a survey to architects and engineers in the practice. In the first place it provides information about the use of computer science technologies in the building design process. Furthermore, information about the architectural design process itself is included. CIAD is a modular system which can be extended and updated easily. After giving an overview about the system, a module dealing with the detailing of a building design will be explained in-depth. By means of different examples the user gets information about the process. In animation sequences made from different renderings of example designs the process is explained. After that the user is requested to re-execute the different steps. By means of this teachware we create an environment where the user learns more efficiently by working with examples that are made by various CAAD-programs. Additionaly to the primary purpose to give an overview concerning the use of information and communication technology (ICT) for architectural design, the user will be motivated to use ICT as a medium for future work.
keywords Teachware, Multimedia Techniques
series AVOCAAD
last changed 2005/09/09 10:48

_id 23ea
authors Seebohm, Thomas and Wallace, William
year 1997
title Rule - Based Representation Of Design In Architectural Practice
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 251-264
doi https://doi.org/10.52842/conf.acadia.1997.251
summary It is suggested that expert systems storing the design knowledge of particular offices in terms of stylistic and construction practice provide a means to take considerably more advantage of information technology than currently. The form of the knowledge stored by such expert systems is a building representation in the form of rules stating how components are placed in three-dimensional space relative to each other. By describing how Frank Lloyd Wright designed his Usonian houses it is demonstrated that the proposed approach is very much in the spirit of distinguished architectural practice. To illustrate this idea, a system for assembling three-dimensional architectural details is presented with particular emphasis on the nature of the rules and the form of the building components created by the rules to assemble typical details. The nature of the rules, which are a three-dimensional adaptation of Stiny's shape grammars, is described. In particular, it is shown how the rules themselves are structured into different classes, what the nature of these classes is and how specific rules can be obtained from more general rules. The rules embody a firm's collective design experience in detailing. As a conclusion, an overview is given of architectural practice using rule-based representations.

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

_id avocaad_2001_19
id avocaad_2001_19
authors Shen-Kai Tang, Yu-Tung Liu, Yu-Sheng Chung, Chi-Seng Chung
year 2001
title The visual harmony between new and old materials in the restoration of historical architecture: A study of computer simulation
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 research of historical architecture restoration, scholars respectively focus on the field of architectural context and architectural archeology (Shi, 1988, 1990, 1991, 1992, 1995; Fu, 1995, 1997; Chiu, 2000) or on architecture construction and the procedure of restoration (Shi, 1988, 1989; Chiu, 1990). How to choose materials and cope with their durability becomes an important issue in the restoration of historical architecture (Dasser, 1990; Wang, 1998).In the related research of the usage and durability of materials, some scholars deem that, instead of continuing the traditional ways that last for hundreds of years (that is to replace new materials with old ones), it might be better to keep the original materials (Dasser, 1990). However, unavoidably, some of the originals are much worn. Thus we have to first establish the standard of eliminating components, and secondly to replace identical or similar materials with the old components (Lee, 1990). After accomplishing the restoration, we often unexpectedly find out that the renewed historical building is too new that the sense of history is eliminated (Dasser, 1990; Fu, 1997). Actually this is the important factor that determines the accomplishment of restoration. In the past, some scholars find out that the contrast and conflict between new and old materials are contributed to the different time of manufacture and different coating, such as antiseptic, pattern, etc., which result in the discrepancy of the sense of visual perception (Lee, 1990; Fu, 1997; Dasser, 1990).In recent years, a number of researches and practice of computer technology have been done in the field of architectural design. We are able to proceed design communication more exactly by the application of some systematic softwares, such as image processing, computer graphic, computer modeling/rendering, animation, multimedia, virtual reality and so on (Lawson, 1995; Liu, 1996). The application of computer technology to the research of the preservation of historical architecture is comparatively late. Continually some researchers explore the procedure of restoration by computer simulation technology (Potier, 2000), or establish digital database of the investigation of historical architecture (Sasada, 2000; Wang, 1998). How to choose materials by the technology of computer simulation influences the sense of visual perception. Liu (2000) has a more complete result on visual impact analysis and assessment (VIAA) about the research of urban design projection. The main subjects of this research paper focuses on whether the technology of computer simulation can extenuate the conflict between new and old materials that imposed on visual perception.The objective of this paper is to propose a standard method of visual harmony effects for materials in historical architecture (taking the Gigi Train Station destroyed by the earthquake in last September as the operating example).There are five steps in this research: 1.Categorize the materials of historical architecture and establish the information in digital database. 2.Get new materials of historical architecture and establish the information in digital database. 3.According to the mixing amount of new and old materials, determinate their proportion of the building; mixing new and old materials in a certain way. 4.Assign the mixed materials to the computer model and proceed the simulation of lighting. 5.Make experts and the citizens to evaluate the accomplished computer model in order to propose the expected standard method.According to the experiment mentioned above, we first address a procedure of material simulation of the historical architecture restoration and then offer some suggestions of how to mix new and old materials.By this procedure of simulation, we offer a better view to control the restoration of historical architecture. And, the discrepancy and discordance by new and old materials can be released. Moreover, we thus avoid to reconstructing ¡§too new¡¨ historical architecture.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id avocaad_2001_09
id avocaad_2001_09
authors Yu-Tung Liu, Yung-Ching Yeh, Sheng-Cheng Shih
year 2001
title Digital Architecture in CAD studio and Internet-based competition
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 Architectural design has been changing because of the vast and creative use of computer in different ways. From the viewpoint of designing itself, computer has been used as drawing tools in the latter phase of design (Mitchell 1977; Coyne et al. 1990), presentation and simulation tools in the middle phase (Liu and Bai 2000), and even critical media which triggers creative thinking in the very early phase (Maher et al. 2000; Liu 1999; Won 1999). All the various roles that computer can play have been adopted in a number of professional design corporations and so-called computer-aided design (CAD) studio in schools worldwide (Kvan 1997, 2000; Cheng 1998). The processes and outcomes of design have been continuously developing to capture the movement of the computer age. However, from the viewpoint of social-cultural theories of architecture, the evolvement of design cannot be achieved solely by designers or design processes. Any new idea of design can be accepted socially, culturally and historically only under one condition: The design outcomes could be reviewed and appreciated by critics in the field at the time of its production (Csikszentmihalyi 1986, 1988; Schon and Wiggins 1992; Liu 2000). In other words, aspects of design production (by designers in different design processes) are as critical as those of design appreciation (by critics in different review processes) in the observation of the future trends of architecture.Nevertheless, in the field of architectural design with computer and Internet, that is, so-called computer-aided design computer-mediated design, or internet-based design, most existing studies pay more attentions to producing design in design processes as mentioned above. Relatively few studies focus on how critics act and how they interact with designers in the review processes. Therefore, this study intends to investigate some evolving phenomena of the interaction between design production and appreciation in the environment of computer and Internet.This paper takes a CAD studio and an Internet-based competition as examples. The CAD studio includes 7 master's students and 2 critics, all from the same countries. The Internet-based competition, held in year 2000, includes 206 designers from 43 counties and 26 critics from 11 countries. 3 students and the 2 critics in the CAD studio are the competition participating designers and critics respectively. The methodological steps are as follows: 1. A qualitative analysis: observation and interview of the 3 participants and 2 reviewers who join both the CAD studio and the competition. The 4 analytical criteria are the kinds of presenting media, the kinds of supportive media (such as verbal and gesture/facial data), stages of the review processes, and interaction between the designer and critics. The behavioral data are acquired by recording the design presentation and dialogue within 3 months. 2. A quantitative analysis: statistical analysis of the detailed reviewing data in the CAD studio and the competition. The four 4 analytical factors are the reviewing time, the number of reviewing of the same project, the comparison between different projects, and grades/comments. 3. Both the qualitative and quantitative data are cross analyzed and discussed, based on the theories of design thinking, design production/appreciation, and the appreciative system (Goodman 1978, 1984).The result of this study indicates that the interaction between design production and appreciation during the review processes could differ significantly. The review processes could be either linear or cyclic due to the influences from the kinds of media, the environmental discrepancies between studio and Internet, as well as cognitive thinking/memory capacity. The design production and appreciation seem to be more linear in CAD studio whereas more cyclic in the Internet environment. This distinction coincides with the complementary observations of designing as a linear process (Jones 1970; Simon 1981) or a cyclic movement (Schon and Wiggins 1992). Some phenomena during the two processes are also illustrated in detail in this paper.This study is merely a starting point of the research in design production and appreciation in the computer and network age. The future direction of investigation is to establish a theoretical model for the interaction between design production and appreciation based on current findings. The model is expected to conduct using revised protocol analysis and interviews. The other future research is to explore how design computing creativity emerge from the process of producing and appreciating.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 411c
authors Ataman, Osman and Bermúdez (Ed.)
year 1999
title Media and Design Process [Conference Proceedings]
source ACADIA ‘99 Proceedings / ISBN 1-880250-08-X / Salt Lake City 29-31 October 1999, 353 p.
doi https://doi.org/10.52842/conf.acadia.1999
summary Throughout known architectural history, representation, media and design have been recognized to have a close relationship. This relationship is inseparable; representation being a means for engaging in design thinking and making and this activity requiring media. Interpretations as to what exactly this relationship is or means have been subject to debate, disagreement and change along the ages. Whereas much has been said about the interactions between representation and design, little has been elaborated on the relationship between media and design. Perhaps, it is not until now, surrounded by all kinds of media at the turn of the millennium, as Johnson argues (1997), that we have enough context to be able to see and address the relationship between media and human activities with some degree of perspective.
series ACADIA
email
more http://www.acadia.org
last changed 2022/06/07 07:49

_id 76ba
authors Bermudez, Julio
year 1997
title Cyber(Inter)Sections: Looking into the Real Impact of The Virtual in the Architectural Profession
source Proceedings of the Symposium on Architectural Design Education: Intersecting Perspectives, Identities and Approaches. Minneapolis, MN: College of Architecture & Landscape Architecture, pp. 57-63
summary As both the skepticism and 'hype' surrounding cyberspace vanish under the weight of ever increasing power, demand, and use of information, the architectural discipline must prepare for significant changes. For cyberspace is remorselessly cutting through the dearest structures, rituals, roles, and modes of production in our profession. Yet, this section is not just a detached cut through the existing tissues of the discipline. Rather it is an inter-section, as cyberspace becomes also transformed in the act of piercing. This phenomenon is causing major transformations in at least three areas: 1. Cyberspace is substantially altering the way we produce and communicate architectural information. The arising new working environment suggests highly hybrid and networked conditions that will push the productive and educational landscape of the discipline towards increasing levels of fluidity, exchanges, diversity and change. 2. It has been argued that cyberspace-based human and human-data interactions present us with the opportunity to foster a more free marketplace of ideologies, cultures, preferences, values, and choices. Whether or not the in-progress cyberincisions have the potential to go deep enough to cure the many illnesses afflicting the body of our discipline need to be considered seriously. 3. Cyberspace is a new place or environment wherein new kinds of human activities demand unprecedented types of architectural services. Rather than being a passing fashion, these new architectural requirements are destined to grow exponentially. We need to consider the new modes of practice being created by cyberspace and the education required to prepare for them. This paper looks at these three intersecting territories showing that it is academia and not practice that is leading the profession in the incorporation of virtuality into architecture. Rafael Moneo's words come to mind. [2]
series other
email
last changed 2003/11/21 15:16

_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 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 f5f8
id f5f8
authors Goldman, Glen
year 1997
title ARCHITECTURAL GRAPHICS: TRADITIONAL AND DIGITAL COMMUNICATION
source Prentice Hall (ISBN: 0-13-341967)
summary The media used to create architectural drawings are now more varied than ever before. Basic principles of drawing types, from two-dimensional orthographic projections (plans, elevations, etc.) to perspective to axonometrics are media independent. While "what the images are" may be constant, the way in which they are created and modified is, at time, media dependent and therefore variable. Because we can only modify what we create, the way an image or model is created (and therefore the media employed) affects its future uses and possibilities. Architectural Graphics is written from the point of view of today's architects - one who must be comfortable working in a variety of media. A variety of diagrams, photos, and simple drawings combine with well-executed finished samples to illustrate the basic principles of graphic communication, as well as the specific characteristics of both traditional and digital media.
series other
type normal paper
last changed 2004/09/18 19:06

_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 sigradi2006_e131c
id sigradi2006_e131c
authors Ataman, Osman
year 2006
title Toward New Wall Systems: Lighter, Stronger, Versatile
source SIGraDi 2006 - [Proceedings of the 10th Iberoamerican Congress of Digital Graphics] Santiago de Chile - Chile 21-23 November 2006, pp. 248-253
summary Recent developments in digital technologies and smart materials have created new opportunities and are suggesting significant changes in the way we design and build architecture. Traditionally, however, there has always been a gap between the new technologies and their applications into other areas. Even though, most technological innovations hold the promise to transform the building industry and the architecture within, and although, there have been some limited attempts in this area recently; to date architecture has failed to utilize the vast amount of accumulated technological knowledge and innovations to significantly transform the industry. Consequently, the applications of new technologies to architecture remain remote and inadequate. One of the main reasons of this problem is economical. Architecture is still seen and operated as a sub-service to the Construction industry and it does not seem to be feasible to apply recent innovations in Building Technology area. Another reason lies at the heart of architectural education. Architectural education does not follow technological innovations (Watson 1997), and that “design and technology issues are trivialized by their segregation from one another” (Fernandez 2004). The final reason is practicality and this one is partially related to the previous reasons. The history of architecture is full of visions for revolutionizing building technology, ideas that failed to achieve commercial practicality. Although, there have been some adaptations in this area recently, the improvements in architecture reflect only incremental progress, not the significant discoveries needed to transform the industry. However, architectural innovations and movements have often been generated by the advances of building materials, such as the impact of steel in the last and reinforced concrete in this century. There have been some scattered attempts of the creation of new materials and systems but currently they are mainly used for limited remote applications and mostly for aesthetic purposes. We believe a new architectural material class is needed which will merge digital and material technologies, embedded in architectural spaces and play a significant role in the way we use and experience architecture. As a principle element of architecture, technology has allowed for the wall to become an increasingly dynamic component of the built environment. The traditional connotations and objectives related to the wall are being redefined: static becomes fluid, opaque becomes transparent, barrier becomes filter and boundary becomes borderless. Combining smart materials, intelligent systems, engineering, and art can create a component that does not just support and define but significantly enhances the architectural space. This paper presents an ongoing research project about the development of new class of architectural wall system by incorporating distributed sensors and macroelectronics directly into the building environment. This type of composite, which is a representative example of an even broader class of smart architectural material, has the potential to change the design and function of an architectural structure or living environment. As of today, this kind of composite does not exist. Once completed, this will be the first technology on its own. We believe this study will lay the fundamental groundwork for a new paradigm in surface engineering that may be of considerable significance in architecture, building and construction industry, and materials science.
keywords Digital; Material; Wall; Electronics
series SIGRADI
email
last changed 2016/03/10 09:47

For more results click below:

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