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 742

_id 449f
authors Aish, Robert
year 2000
title Collaborative Design using Long Transactions and "Change Merge"
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. 107-111
doi https://doi.org/10.52842/conf.ecaade.2000.107
summary If our goal is implement collaborative engineering across temporal, spatial and discipline dimensions, then it is suggested that we first have to address the necessary pre-requisites, which include both the deployment of "enterprise computing" and an understanding of the computing concepts on which such enterprise systems are based. This paper will consider the following computing concepts and the related concepts in the world of design computing, and discuss how these concepts have been realised in Bentley SystemsÕ ProjectBank collaborative engineering data repository: Computing Concept Related Design Concept Normalisation Model v. Report (or Drawing) Transaction Consistency of Design Long Transaction Parallelisation of Design Change Merge Coordination (synchronisation) Revisions Coordination (synchronisation) While we are most probably familiar with the applications of existing datadase concepts (such as Normalisation and Transaction Management) to the design process, the intent of this paper to focus
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id ecaade2023_205
id ecaade2023_205
authors Meeran, Ahmed and Joyce, Sam
year 2023
title Rethinking Airport Spatial Analysis and Design: A GAN based data driven approach using latent space exploration on aerial imagery for adaptive airport planning
source Dokonal, W, Hirschberg, U and Wurzer, G (eds.), Digital Design Reconsidered - Proceedings of the 41st Conference on Education and Research in Computer Aided Architectural Design in Europe (eCAADe 2023) - Volume 2, Graz, 20-22 September 2023, pp. 501–510
doi https://doi.org/10.52842/conf.ecaade.2023.2.501
summary Airports require long term planning, balancing estimations of future demand against available airfield land and site constraints. This is becoming more critical with climate change and the transition to sustainable aviation fuelling infrastructure. This paper demonstrates a novel procedure using Satellite Imagery and Generative Learning to aid in the comparative analysis and early-stage airfield design. Our workflow uses a GAN trained on 2000 images of airports transforming them into a high-dimensional latent space capturing the typologies’ large-scale features. Using a process of projection and dimensional-reduction methods we can locate real-world airport images in the generative latent space and vice-versa. With this capability we can perform comparative “neighbour” analysis at scale based on spatial similarity of features like airfield configuration, and surrounding context. Using this low-dimensional 3D ‘airport designs space’ with meaningful markers provided by existing airports allows for ‘what if’ modelling, such as visualizing an airport on a site without one, modifying an existing airport towards another target airport, or exploring changes in terrain, such as due to climate change or urban development. We present this method a new way to undertake case study, site identification and analysis, as well as undertake speculative design powered by typology informed ML generation, which can be applied to any typologies which could use aerial images to categorize them.
keywords Airport Development, Machine Learning, GAN, High Dimensional Analysis, Parametric Space Exploration, tSNE, Latent Space Exploration, Data Driven Planning
series eCAADe
email
last changed 2023/12/10 10:49

_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 ddssar0002
id ddssar0002
authors Aoki, Yoshitsugu and Inage, Makoto
year 2000
title Linguistic Operation System for Design of Architectural Form
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary In a process of architectural design, an architect not only draws by himself/herself but also lets another person modify a design by given a linguistic instruction expressing how the design ought to be. In the case of utilization of CAD systems, it is useful if the system modifies the design according to the linguistic instruction. On the other hand, because of the recent increase of the opportunities of designing a building whose roof has complicated curved surface, it extremely takes labor to change the design. This paper proposes a linguistic operation system that modifies a design according to the linguistic instruction of the modification by the user to support design of a complicated form with curved surface. The proposed system is expected to be integrated with a CAD system. First, the system presents a perspective sketch of a designed form. From the values of the design variables that characterize the form in the system, the system calculates the position of the form in “the association image space.” Second, the designer puts a linguistic instruction i.e., words as like as “let it be more light” to modify the form. The words used for the instruction have the position in the association image space. In the association image space, the system moves the position of the form to a new position that gets to be near the position of the given word. The system calculates the values of the design variables of the form corresponding to the new position. We need a mapping from every vector representing the position of the changed form in the association image space to the corresponding vector representing the values of the design variables. To find the mapping, we construct a neural network system with three levels. Finally, the system presents a perspective sketch of changed form using the calculated values of design variables.
series DDSS
last changed 2003/11/21 15:15

_id 9384
authors Burry, M., Datta, S. and Anson, S.
year 2000
title Introductory Computer Programming as a Means for Extending Spatial and Temporal Understanding
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 129-135
doi https://doi.org/10.52842/conf.acadia.2000.129
summary Should computer programming be taught within schools of architecture? Incorporating even low-level computer programming within architectural education curricula is a matter of debate but we have found it useful to do so for two reasons: as an introduction or at least a consolidation of the realm of descriptive geometry and in providing an environment for experimenting in morphological time-based change. Mathematics and descriptive geometry formed a significant proportion of architectural education until the end of the 19th century. This proportion has declined in contemporary curricula, possibly at some cost for despite major advances in automated manufacture, Cartesian measurement is still the principal ‘language’ with which to describe building for construction purposes. When computer programming is used as a platform for instruction in logic and spatial representation, the waning interest in mathematics as a basis for spatial description can be readdressed using a left-field approach. Students gain insights into topology, Cartesian space and morphology through programmatic form finding, as opposed to through direct manipulation. In this context, it matters to the architect-programmer how the program operates more than what it does. This paper describes an assignment where students are given a figurative conceptual space comprising the three Cartesian axes with a cube at its centre. Six Phileban solids mark the Cartesian axial limits to the space. Any point in this space represents a hybrid of one, two or three transformations from the central cube towards the various Phileban solids. Students are asked to predict the topological and morphological outcomes of the operations. Through programming, they become aware of morphogenesis and hybridisation. Here we articulate the hypothesis above and report on the outcome from a student group, whose work reveals wider learning opportunities for architecture students in computer programming than conventionally assumed.
series ACADIA
email
last changed 2022/06/07 07:54

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id fa1b
authors Haapasalo, H.
year 2000
title Creative computer aided architectural design An internal approach to the design process
source University of Oulu (Finland)
summary This survey can be seen as quite multidisciplinary research. The basis for this study has been inapplicability of different CAD user interfaces in architectural design. The objective of this research is to improve architectural design from the creative problem-solving viewpoint, where the main goal is to intensify architectural design by using information technology. The research is linked to theory of methods, where an internal approach to design process means studying the actions and thinking of architects in the design process. The research approach has been inspired by hermeneutics. The human thinking process is divided into subconscious and conscious thinking. The subconscious plays a crucial role in creative work. The opposite of creative work is systematic work, which attempts to find solutions by means of logical inference. Both creative and systematic problem solving have had periods of predominance in the history of Finnish architecture. The perceptions in the present study indicate that neither method alone can produce optimal results. Logic is one of the tools of creativity, since the analysis and implementation of creative solutions require logical thinking. The creative process cannot be controlled directly, but by creating favourable work conditions for creativity, it can be enhanced. Present user interfaces can make draughting and the creation of alternatives quicker and more effective in the final stages of designing. Only two thirds of the architects use computers in working design, even the CAD system is being acquired in greater number of offices. User interfaces are at present inflexible in sketching. Draughting and sketching are the basic methods of creative work for architects. When working with the mouse, keyboard and screen the natural communication channel is impaired, since there is only a weak connection between the hand and the line being drawn on the screen. There is no direct correspondence between hand movements and the lines that appear on the screen, and the important items cannot be emphasized by, for example, pressing the pencil more heavily than normally. In traditional sketching the pen is a natural extension of the hand, as sketching can sometimes be controlled entirely by the unconscious. Conscious efforts in using the computer shift the attention away from the actual design process. However, some architects have reached a sufficiently high level of skill in the use of computer applications in order to be able to use them effectively in designing without any harmful effect on the creative process. There are several possibilities in developing CAD systems aimed at architectural design, but the practical creative design process has developed during a long period of time, in which case changing it in a short period of time would be very difficult. Although CAD has had, and will have, some evolutionary influences on the design process of architects as an entity, the future CAD user interface should adopt its features from the architect's practical and creative design process, and not vice versa.
keywords Creativity, Systematicism, Sketching
series thesis:PhD
email
more http://herkules.oulu.fi/isbn9514257545/
last changed 2003/02/12 22:37

_id 03ad
authors Lottaz, C., Smith, I.F.C., Robert-Nicoud, Y. and Faltings, B.V.
year 2000
title Constraint-based support for negotiation in collaborative design
source Artificial Intelligence in Engineering, Vol: 14, Issue: 3, pp. 261-280.
summary Solution spaces are proposed, instead of single solutions only, to support collaborative tasks during design and construction. Currently, partners involved in construction projects typically assign single values for sub-sets of variables and then proceed, often after tedious negotiations with other partners, to integrate these partial solutions into more complete project descriptions. We suggest the use of constraint solving to express possibly large families of acceptable solutions in order to improve the negotiation process in two ways. On one hand, con ict detection can be performed in an automated manner. Through the constraints collaborators impose, they de ne large unfeasible areas where no solution to the problem at hand can be expected. An emty intersectidon of the solution spaces can thus point at a con ict of design goals of the di erent collaborators at an early stage of the design process. On the other hand, important decision support during negotiation is provided. When a solution space is found, collaborators know during negotiation that they are negotiating about feasible solutions. Negotiation is no longer a means to nd a solution to the problem but it takes place in order to nd a good or the best solution. Since the consistency of the design remains ensured, collaborators are expected to be less restrictive towards innovative ideas during negotiation. Moreover, constraint techniques using explicit representations of solution spaces can provide tools to visualize trade-o s and illustrate the impact of certain decisions on other parameters. Thus decision-making is improved during the negotiation. New algorithms have been developed at EPFL for solving multi-dimensional nonlinear inequality constraints on continuous variables. Together with intuitive user interfaces such constraint-based support leads to better change management and easier implementation of least commitment decision strategies. It is expected that the results of this research can improve both the e ciency of negotiation processes and the quality of the achieved results.
series journal paper
last changed 2003/04/23 15:50

_id 63d2
authors Ng, Edward and Wu, Wei
year 2000
title Working with the Bits and Digits of Lighting Studies in Architectural Education
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. 231-234
doi https://doi.org/10.52842/conf.ecaade.2000.231
summary The study investigates learning and pedagogical differences between using physical models and computational simulations for architectural lighting design studies. The vehicle of the study is a real life architectural project for a church building. The research reveals that users of physical models were more aware of the need for technical knowledge whilst the users of simulation software are more contended with the virtual results without evaluating them critically. Preliminary results not only confirm the long established view that the computational simulation lacks the tactile quality for architectural understanding; worst still, it gives inexperienced users illusions of knowledge and claims of understanding. To further validate the results, works involving a larger sample set and a more comprehensive design program should be conducted.
keywords Daylighting, Design Process, Physical Models, Digital Model
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:58

_id 3888
authors Reffat, Rabee M.
year 2000
title Computational Situated Learning in Designing - Application to Architectural Shape Semantics
source The University of Sydney, Faculty of Architecture
summary Learning the situatedness (applicability conditions), of design knowledge recognised from design compositions is the central tenet of the research presented in this thesis. This thesis develops and implements a computational system of situated learning and investigates its utility in designing. Situated learning is based on the concept that "knowledge is contextually situated and is fundamentally influenced by its situation". In this sense learning is tuned to the situations within which "what you do when you do matters". Designing cannot be predicted and the results of designing are not based on actions independent of what is being designed or independent of when, where and how it was designed. Designers' actions are situation dependent (situated), such that designers work actively with the design environment within the specific conditions of the situation where neither the goal state nor the solution space is completely predetermined. In designing, design solutions are fluid and emergent entities generated by dynamic and situated activities instead of fixed design plans. Since it is not possible in advance to know what knowledge to use in relation to any situation we need to learn knowledge in relation to its situation, i.e. learn the applicability conditions of knowledge. This leads towards the notion of the situation as having the potential role of guiding the use of knowledge.

Situated Learning in Designing (SLiDe) is developed and implemented within the domain of architectural shape composition (in the form of floor plans), to construct the situatedness of shape semantics. An architectural shape semantic is a set of characteristics with a semantic meaning based on a particular view of a shape such as reflection symmetry, adjacency, rotation and linearity. Each shape semantic has preconditions without which it cannot be recognised. Such preconditions indicate nothing about the situation within which this shape semantic was recognised. The situatedness or the applicability conditions of a shape semantic is viewed as, the interdependent relationships between this shape semantic as the design knowledge in focus, and other shape semantics across the observations of a design composition. While designing, various shape semantics and relationships among them emerge in different representations of a design composition. Multiple representations of a design composition by re-interpretation have been proposed to serve as a platform for SLiDe. Multiple representations provide the opportunity for different shape semantics and relationships among them to be found from a single design composition. This is important if these relationships are to be used later because it is not known in advance which of the possible relationships could be constructed are likely to be useful. Hence, multiple representations provide a platform for different situations to be encountered. A symbolic representation of shape and shape semantics is used in which the infinite maximal lines form the representative primitives of the shape.

SLiDe is concerned with learning the applicability conditions (situatedness), of shape semantics locating them in relation to situations within which they were recognised (situation dependent), and updating the situatedness of shape semantics in response to new observations of the design composition. SLiDe consists of three primary modules: Generator, Recogniser and Incremental Situator. The Generator is used by the designer to develop a set of multiple representations of a design composition. This set of representations forms the initial design environment of SLiDe. The Recogniser detects shape semantics in each representation and produces a set of observations, each of which is comprised of a group of shape semantics recognised at each corresponding representation. The Incremental Situator module consists of two sub-modules, Situator and Restructuring Situator, and utilises an unsupervised incremental clustering mechanism not affected by concept drift. The Situator module locates recognised shape semantics in relation to their situations by finding regularities of relationships among them across observations of a design composition and clustering them into situational categories organised in a hierarchical tree structure. Such relationships change over time due to the changes taken place in the design environment whenever further representations are developed using the Generator module and new observations are constructed by the Recogniser module. The Restructuring Situator module updates previously learned situational categories and restructures the hierarchical tree accordingly in response to new observations.

Learning the situatedness shape semantics may play a crucial role in designing if designers pursue further some of these shape semantics. This thesis illustrates an approach in which SLiDe can be utilised in designing to explore the shapes in a design composition in various ways; bring designers! attention to potentially hidden features and shape semantics of their designs; and maintain the integrity of the design composition by using the situatedness of shape semantics. The thesis concludes by outlining future directions for this research to learn and update the situatedness of design knowledge within the context of use; considering the role of functional knowledge while learning the situatedness of design knowledge; and developing an autonomous situated agent-based designing system.

series thesis:PhD
email
last changed 2003/05/06 11:34

_id c2e3
authors Wong, Wai Sang
year 2000
title A Virtual Reality Modeling Tool for Students of Architecture
source University of Hong Kong, Hong Kong
summary During a collaborative design session with other universities, several shortcomings, namely long communication response time, lack of common data format for design and ineffective discussion using static image of design, were observed. A solution was proposed by providing a design interface, a. viewing area of the design and a database to store designs and discussion dialogs. This thesis described a VR (virtual reality) modeling tool, the "VR Composer". With the "VR Composer", models are created directly in 3D. This is the design interface of the solution. The "VR Composer" is based on a commercially available VR software. With a head-mounted display, the "VR Composer" immerses the user into a VR environment. This provides a feeling of presence inside the VR environment. New functionality was added to allow user to create and modify objects in VR. There is no common definition for VR.. I have defined VR as Virtual reality is a human-computer interfiwe which allows a user to visualize and interact with the computer-generated three-dimensional environment intuitively. The students of Department of Architecture are requested to test the VR Composer. Although the VR Composer provided basic functionality as a modeling tool, it has to be improvement in many aspects to become an effective tool for modeling.
series thesis:MSc
last changed 2003/02/12 22:37

_id 259c
authors Wu, W., Ng, E. and Tsou, J.-Y.
year 2000
title A Comparative Investigation into a Process-Based Approach to Lighting Studies Using Physical and Computer Generated Models in Design Studio
source CAADRIA 2000 [Proceedings of the Fifth Conference on Computer Aided Architectural Design Research in Asia / ISBN 981-04-2491-4] Singapore 18-19 May 2000, pp. 107-121
doi https://doi.org/10.52842/conf.caadria.2000.107
summary This pilot research attempts to investigate differences in process between lighting study using physical model and computational simulation. A Physical modelling team, a computational modelling team, and a monitoring and tracking team were formed to process and monitor the research by a defined workflow of the design process. Using a time schedule technique, the procedures of each of the two methods were tracked. The research reveals that the research team favoured physical modelling for its ease of use and computational simulation for its flexibly. And that the users of physical models were more aware of the need for technical knowledge whilst the users of simulation software are more contended with the virtual results without evaluating them critically. In addition, the experiment also shows that the feedback mechanism of the physical modelling process is instant, continues and intuitive, whereas that of the computational process is discrete. Preliminary results not only confirm the long established view that the computational process lacks the tactile quality required for architectural understanding; worst still, it gives inexperienced users an illusion of knowledge and claims of understanding. Due to limitations of time, the research captures only the feasibility stage of the design process, further works involving a more comprehensive design program should be conducted.
series CAADRIA
email
last changed 2022/06/07 07:57

_id 20ab
authors Yakeley, Megan
year 2000
title Digitally Mediated Design: Using Computer Programming to Develop a Personal Design Process
source Massachusetts Institute of Technology, Department of Architecture
summary This thesis is based on the proposal that the current system of architectural design education confuses product and process. Students are assessed through, and therefore concentrate on, the former whilst the latter is left in many cases to chance. This thesis describes a new course taught by the author at MIT for the last three years whose aim is to teach the design process away from the complexities inherent in the studio system. This course draws a parallel between the design process and the Constructionist view of learning, and asserts that the design process is a constant learning activity. Therefore, learning about the design process necessarily involves learning the cognitive skills of this theoretical approach to education. These include concrete thinking and the creation of external artifacts to develop of ideas through iterative, experimental, incremental exploration. The course mimics the Constructionist model of using the computer programming environment LOGO to teach mathematics. It uses computer programming in a CAD environment, and specifically the development of a generative system, to teach the design process. The efficacy of such an approach to architectural design education has been studied using methodologies from educational research. The research design used an emergent qualitative model, employing Maykut and Morehouses interpretive descriptive approach (Maykut & Morehouse, 1994) and Glaser and Strausss Constant Comparative Method of data analysis (Glaser & Strauss, 1967). Six students joined the course in the Spring 1999 semester. The experience of these students, what and how they learned, and whether this understanding was transferred to other areas of their educational process, were studied. The findings demonstrated that computer programming in a particular pedagogical framework, can help transform the way in which students understand the process of designing. The following changes were observed in the students during the course of the year: Development of understanding of a personalized design process; move from using computer programming to solve quantifiable problems to using it to support qualitative design decisions; change in understanding of the paradigm for computers in the design process; awareness of the importance of intrapersonal and interpersonal communication skills; change in expectations of, their sense of control over, and appropriation of, the computer in the design process; evidence of transference of cognitive skills; change from a Behaviourist to a Constructionist model of learning Thesis Supervisor: William J. Mitchell Title: Professor of Architecture and Media Arts and Sciences, School of Architecture and Planning
series thesis:PhD
last changed 2003/02/12 22:37

_id e336
authors Achten, H., Roelen, W., Boekholt, J.-Th., Turksma, A. and Jessurun, J.
year 1999
title Virtual Reality in the Design Studio: The Eindhoven Perspective
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 169-177
doi https://doi.org/10.52842/conf.ecaade.1999.169
summary Since 1991 Virtual Reality has been used in student projects in the Building Information Technology group. It started as an experimental tool to assess the impact of VR technology in design, using the environment of the associated Calibre Institute. The technology was further developed in Calibre to become an important presentation tool for assessing design variants and final design solutions. However, it was only sporadically used in student projects. A major shift occurred in 1997 with a number of student projects in which various computer technologies including VR were used in the whole of the design process. In 1998, the new Design Systems group started a design studio with the explicit aim to integrate VR in the whole design process. The teaching effort was combined with the research program that investigates VR as a design support environment. This has lead to increasing number of innovative student projects. The paper describes the context and history of VR in Eindhoven and presents the current set-UP of the studio. It discusses the impact of the technology on the design process and outlines pedagogical issues in the studio work.
keywords Virtual Reality, Design Studio, Student Projects
series eCAADe
email
last changed 2022/06/07 07:54

_id ddssar0001
id ddssar0001
authors Achten, Henri and Leeuwen, Jos van
year 2000
title Towards generic representations of designs formalised as features
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary Feature-Based Modelling (FBM) is an information modelling technique that allows the formalisation of design concepts and using these formal definitions in design modelling. The dynamic nature of design and design information calls for a specialised approach to FBM that takes into account flexibility and extensibility of Feature Models of designs. Research work in Eindhoven has led to a FBM framework and implementation that can be used to support design.. Feature models of a design process has demonstrated the feasibility of using this information modelling technique. To develop the work on FBM in design, three tracks are initiated: Feature model descriptions of design processes, automated generic representation recognition in graphic representations, and Feature models of generic representations. The paper shows the status of the work in the first two tracks, and present the results of the research work.
series DDSS
last changed 2003/11/21 15:15

_id 01c0
authors Af Klercker, Jonas
year 2000
title Modelling for Virtual Reality in Architecture
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. 209-213
doi https://doi.org/10.52842/conf.ecaade.2000.209
summary CAAD systems are using object modelling methods for building databases to make information available. Object data must then be made useful for many different purposes in the design process. Even if the capacity of the computer will allow an almost unlimited amount of information to be transformed, the eye does not make the transformations in the same “simple” mathematical way. Trained architects have to involve in an inventive process of finding ways to “harmonize” this new medium with the human eye and the architect’s professional experience. This paper will be an interimistic report from a surveying course. During the spring semester 2000 the CAAD division of TU-Lund is giving a course “Modelling for VR in Architecture”. The students are practising architects with experience from using object modelling CAAD. The aims are to survey different ways to use available hard- and software to create VR-models of pieces of architecture and evaluate them in desktop and CAVE environments. The architect is to do as much preparation work as possible with his CAAD program and only the final adjustments with the special VR tool.
keywords CAAD, VR, Modelling, Spatial Experience
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id 37c2
authors Ahmad Rafi, M.E.
year 1999
title Visualisation of Design Using Animation for Virtual Prototyping
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 519-525
doi https://doi.org/10.52842/conf.ecaade.1999.519
summary Although recent technology in time-based representation has vastly improved, animation in virtual prototype design field remains the same. Some designers invest a huge amount of money in the latest visualisation and multimedia technology and yet may create even worse animation. They often cramp sequences resulting in many viewers failing to interpret the design positively as they miss a lot of vital information that explains the design. This paper basically reports the importance of film-making understanding for producing good virtual prototype animation. It will be based on a part of a research project on the use of time-based media in architectural practices. It also includes an empirical analysis of several architectural-based documentary films (including an interview with the film director) and past and present computer animation. This paper then concludes with recommendations of good techniques for making animated visualisation relative to the stage at which the animation is produced for better design decision.
keywords Virtual Prototype, Animation, Time-Based, Film-Making
series eCAADe
email
last changed 2022/06/07 07:54

_id 1838
authors Akleman, E., Chen, J. and Meric, B.
year 2000
title Intuitive and Effective Design of Periodic Symmetric Tiles
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 123-127
doi https://doi.org/10.52842/conf.acadia.2000.123
summary This paper presents a new approach for intuitive and effective design of periodic symmetric tiles. We observe that planar graphs can effectively represent symmetric tiles and graph drawing provides an intuitive paradigm for designing symmetric tiles. Moreover, based on our theoretical work to represent hexagonal symmetry by rectangular symmetry, we are able to present all symmetric tiles as graphs embedded on a torus and based on simple modulo operations. This approach enables us to develop a simple and efficient algorithm, which has been implemented in Java. By using this software, designers, architects and artists can create interesting symmetric tiles directly on the web. We also have designed a few examples of symmetric tiles to show the effectiveness of the approach.
series ACADIA
last changed 2022/06/07 07:54

_id 1071
authors Asanowicz, Aleksander
year 1999
title Evolution of Computer Aided Design: Three Generations of CAD
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 94-100
doi https://doi.org/10.52842/conf.ecaade.1999.094
summary This paper describes the three generations of CAD systems. The first generation of (primarily analytical) computer programmes really aided designing. These programmes were the tools for finding a functional solution in different areas of designing, from flat plans to the space organisation of a hospital. One of the shortcomings of these programmes was the lack of graphic interface. With time, however, this kind of interface was developed. As a result of this second generation of CAD systems the computer was transformed into a drafting machine and CAD meant Computer Aided Drafting. The main thesis of this consideration is that only now we have the chance to return to the idea of Computer Aided Design. One of the examples of these trends is the AVOCAAD programme in which Added Value of CAAD is analysed. The development of the third generation of CAD systems will be possible in the near future. Aiding the process of designing will demand the elaboration of new methods of using the computer at the early stages of this process. The computer should be used not for generating variants of functional solutions only but for also for the creation of 3D forms by 3D sketching. For this, the computer should be transformed from a tool into a medium; only then will designing become true Designing in Cyber Space.
keywords Generations of CAAD, Design Process, Creation, Medium
series eCAADe
email
last changed 2022/06/07 07:54

_id ff1d
authors Barki, José
year 2000
title Representação Digital e Projeto de Arquitetura (Digital Representation and Architectural Design)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 120-122
summary The paper is focused around a critical discussion of the digital representation and the architectural design process. Digital technology is now widely accepted and computers are causing a profound impact in the way reality and artificial objects are described and represented. Computers are now transforming skills, design processes, production processes and organizations. However, the evidence suggests that there are no fundamental changes in the architectural design process. It is acknowledged that the design process in architecture goes through representations and entails two altering phases: one generating tentative possibilities and hypothesis, and another of testing and evaluation. Based on this discussion a new way of using digital technology in architectural conception and design is suggested.
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 37HOMELOGIN (you are user _anon_726745 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002