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 555

_id c5bc
authors Popova, Mina
year 1998
title Model of Design Parts and its Use to the Design Team
doi https://doi.org/10.52842/conf.caadria.1998.233
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 233-242
summary This paper discusses the impact of the choice of representation on the final result in design and construction projects. Representation is an integrated part of the design process used by architects as a communication tool to help them present a concept to their clients and other consultants. The representation choice, in addition, reflects the professional’s perception of the design process and the architectural artefact. Architects’ offices work with a wide range of problems - aesthetic and spatial issues, detailing, choice of materials, and systems design. The multiplicity of representations enriches the understanding of these issues. Today, the model-oriented approach in design is common among both architects and leading software producers for the construction industry. While STEP (Standard for the Exchange of Product Data) aims at developing very comprehensive product models, we examine the possibility of building up a small-scale model responding to the information needs of a design team. In our research work, we view a model of design parts as a suitable carrier of information allowing the designers to store data reflecting their accumulated and refined professional knowledge and experience. Besides, the team of architects can later easily retrieve information needed for future design reuse from the model. To reuse design solutions and learn from previous work is an essential part of the professional culture. The construction industry as a whole has been slow in implementing information technology to improve the work methods. Neither have architects’ offices used the full potential of this technology to structure information and rationalize the design process. The objective of this study is to examine whether information technology makes it possible to organize all the design information in an office archive. The proposed model of design parts relates to national standards and universal models for product data representation and exchange, such as STEP. Today, the construction sector is becoming increasingly aware of the potential of the model-oriented approach both to rationalize the design and construction process and offer designers new options to store, broaden and reuse professional knowledge. We have used the information modelling language EXPRESS to describe our concept.
keywords Design and Construction Process, Model-oriented Approach, Representation, Information Technology, STEP
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 08:00

_id 4ae8
authors Kokosalakis, Jen, Hohmann, L.M. and Pamplin, I.
year 1999
title Benefits of Data Integration in Building Modelling: 3D Object Oriented Professional Collaboration
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 103-130
summary This paper will review current progress across the building construction industry in meeting demands for use of data integration with the 3D building model as the coordinating device in building design and development. Decades of national initiatives from NEDO (1990) to Egan (1998) have striven to encourage collaboration in first the building design team and later targetting in programmas the means to accomplish this. In its 14th year 'The User Group' has intensified efforts to persuade the industry of the benefits of associating all data involved from the first briefing and conception of design needs and ideas, through the development of the design, testing for structures, costs, heating, lighting, urban and rural environmental impact, facilities management, adaptation and even the eventual controlled demolition of the building. Examples in this paper will be reported from 'The User Group' conference, "Profit from Data Integration: An industry update", (NEC, Birmingham, Nov. 1998), to indicate how various organisations are now profiting from data integration in 3D object orientated modelling.
series AVOCAAD
email
last changed 2005/09/09 10:48

_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 487c
authors Blazquez, Oscar and Hardin, Mary
year 1998
title Balancing Computer Use and Design Content in Studio Projects
doi https://doi.org/10.52842/conf.acadia.1998.036
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 36-43
summary Particular design approaches must be taught in order to take advantage of the strengths of computers in design rather than attempting to make computers conform to methods developed as by-products of manual design techniques. For the last three years our team of faculty teaching the second year design studio has been trying different approaches to the use of computers in design, in order to find the advantages and opportunities especially suited to electronic media. There are several projects during the semester which use computers at different stages of the design process. One of these projects, called “A Spatial Sequence,” uses information from a previous project as well as the knowledge from the computer class in parallel to design studio. The project asked students to create spatial archetypes based on the work of well-known architects. They explore the following topics as represented in the work of one particular architect: relationships of major spaces/minor spaces, approach/entry, and transition/threshold. Following the analysis, they create digital models to explore the spaces formed by their archetypes. Before committing to a physical study model, they look at the transitions between spaces by creating a sequence using the digital model and producing a series of shots through the digital model to show the flow of spaces. The use of computer through the process accelerates the options available to explore a sequence of elements, while simultaneously giving them a window to look into the spaces they have created. This hybridized approach of precedent analysis, digital modeling, and physical modeling was uniquely suited to the studio problem.

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

_id 7a20
id 7a20
authors Carrara, G., Fioravanti, A.
year 2002
title SHARED SPACE’ AND ‘PUBLIC SPACE’ DIALECTICS IN COLLABORATIVE ARCHITECTURAL DESIGN.
source Proceedings of Collaborative Decision-Support Systems Focus Symposium, 30th July, 2002; under the auspices of InterSymp-2002, 14° International Conference on Systems Research, Informatics and Cybernetics, 2002, Baden-Baden, pg. 27-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2005/03/30 16:25

_id 6279
id 6279
authors Carrara, G.; Fioravanti, A.
year 2002
title Private Space' and ‘Shared Space’ Dialectics in Collaborative Architectural Design
source InterSymp 2002 - 14th International Conference on Systems Research, Informatics and Cybernetics (July 29 - August 3, 2002), pp 28-44.
summary The present paper describes on-going research on Collaborative Design. The proposed model, the resulting system and its implementation refer mainly to architectural and building design in the modes and forms in which it is carried on in advanced design firms. The model may actually be used effectively also in other environments. The research simultaneously pursues an integrated model of the: a) structure of the networked architectural design process (operators, activities, phases and resources); b) required knowledge (distributed and functional to the operators and the process phases). The article focuses on the first aspect of the model: the relationship that exists among the various ‘actors’ in the design process (according to the STEP-ISO definition, Wix, 1997) during the various stages of its development (McKinney and Fischer, 1998). In Collaborative Design support systems this aspect touches on a number of different problems: database structure, homogeneity of the knowledge bases, the creation of knowledge bases (Galle, 1995), the representation of the IT datum (Carrara et al., 1994; Pohl and Myers, 1994; Papamichael et al., 1996; Rosenmann and Gero, 1996; Eastman et al., 1997; Eastman, 1998; Kim, et al., 1997; Kavakli, 2001). Decision-making support and the relationship between ‘private’ design space (involving the decisions of the individual design team) and the ‘shared’ design space (involving the decisions of all the design teams, Zang and Norman, 1994) are the specific topic of the present article.

Decisions taken in the ‘private design space’ of the design team or ‘actor’ are closely related to the type of support that can be provided by a Collaborative Design system: automatic checks performed by activating procedures and methods, reporting of 'local' conflicts, methods and knowledge for the resolution of ‘local’ conflicts, creation of new IT objects/ building components, who the objects must refer to (the ‘owner’), 'situated' aspects (Gero and Reffat, 2001) of the IT objects/building components.

Decisions taken in the ‘shared design space’ involve aspects that are typical of networked design and that are partially present in the ‘private’ design space. Cross-checking, reporting of ‘global’ conflicts to all those concerned, even those who are unaware they are concerned, methods for their resolution, the modification of data structure and interface according to the actors interacting with it and the design phase, the definition of a 'dominus' for every IT object (i.e. the decision-maker, according to the design phase and the creation of the object). All this is made possible both by the model for representing the building (Carrara and Fioravanti, 2001), and by the type of IT representation of the individual building components, using the methods and techniques of Knowledge Engineering through a structured set of Knowledge Bases, Inference Engines and Databases. The aim is to develop suitable tools for supporting integrated Process/Product design activity by means of a effective and innovative representation of building entities (technical components, constraints, methods) in order to manage and resolve conflicts generated during the design activity.

keywords Collaborative Design, Architectural Design, Distributed Knowledge Bases, ‘Situated’ Object, Process/Product Model, Private/Shared ‘Design Space’, Conflict Reduction.
series other
type symposium
email
last changed 2012/12/04 07:53

_id 1d83
authors Dodge, M., Doyle, S. and Smith, A.
year 1998
title Visual Communication in Urban Planning and Urban Design
source Working Paper 2; Centre for Advanced Spatial Analysis Working Papers; London; June 1998
summary This Case Study documents the current status of visual communication in urban design and planning. Visual communication is examined through discussion of standalone and network media, specifically concentrating on visualisation on the World Wide Web (WWW). First, we examine the use of Solid and Geometric Modelling for visualising urban planning and urban design. This report documents and compares examples of the use of Virtual Reality Modelling Language (VRML) and proprietary WWW based Virtual Reality modelling software. Examples include the modelling of Bath and Glasgow using both VRML 1.0 and 2.0. The use of Virtual Worlds and their role in visualising urban form within multi-user environments is reviewed. The use of Virtual Worlds is developed into a study of the possibilities and limitations of Virtual Internet Design Arena's (ViDA's), an initiative undertaken at the Centre for Advanced Spatial Analysis, University College London. The use of Virtual Worlds and their development towards ViDA's is seen as one of the most important developments in visual communication for urban planning and urban design since the development plan. Secondly, the role of photorealistic media in the process of communicating plans is examined. The process of creating photorealistic media is documented, and examples of the Virtual Streetscape and Wired Whitehall Virtual Urban Interface System are provided. The conclusion is that, although the use of photo-realistic media on the WWW provides a way to visually communicate planning information, its use is limited. The merging of photorealistic media and solid geometric modelling in the creation of Augmented Reality is reviewed. Augmented Reality is seen to provide an important step forward in the ability quickly and easily to visualise urban planning and urban design information. Third, the role of visual communication of planning data through GIS is examined in terms of desktop, three dimensional, and Internet based GIS. The evolution to Internet GIS is seen as a critical component in the development of virtual cities that will allow urban planners and urban designers to visualise and model the complexity of the built environment in networked virtual reality. Finally, a viewpoint is put forward of the Virtual City, linking Internet GIS with photorealistic multi-user Virtual Worlds. At present there are constraints on how far virtual cities can be developed, but a view is provided on how these networked virtual worlds are developing to aid visual communication in urban planning and urban design.
series other
last changed 2003/04/23 15:50

_id e72f
authors Dorta, Tomás and LaLande, Philippe
year 1998
title The Impact of Virtual Reality on the Design Process
doi https://doi.org/10.52842/conf.acadia.1998.138
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 138-163
summary Sketching, either hand or computer generated, along with other traditional visualization tools such as perspective drawing have difficulty in correctly representing three dimensional objects. Even physical models, in architecture, suffer in this regard because of inevitable scaling. The designer finds himself cut off from the reality of the object and is prone to misinterpretations of the object and its surrounding space and to resulting design errors. These are sometimes not perceived until too late, once the object has been constructed. Traditional tools use 2D media to represent 3D objects and only manage to introduce the third dimension in a limited manner (perspectives, not only tedious to construct, are static). This scenario affects the design process, particularly the cycle of proposal, verification and correction of design hypotheses as well as the cognitive aspects that condition the designer’s visualization of the designed object. In most cases, computer graphics mimic, through its interface, the traditional way of doing things. The architectural model is parametricized with little regard for visualization. No allowance is made for the change in the medium of graphic representation. Moreover, effort is not made to capitalize on the advantages of numerical calculation to propose new interfaces and new dimensions in object visualization. Virtual Reality (VR), seen not only as technology but as experience, brings the 3D object, abstractly viewed by traditional means, into clearer focus and provides us with these new dimensions. Errors due to abstracted representation are reduced since the interface is always three dimensional and the interactions intuitively made in real time thus allowing the designer to experience the presence of the designed object very quickly. At the École de design industriel of the Faculté d’aménagement, we have run tests using non-immersive VR–one passive (comprehension) and another active (design). This project, involving a group of 72 students during a period of six weeks (6h/week), aimed at analyzing the impact of VR as a visualization tool on the design process versus traditional tools. The results, described in this presentation, shed light on the effect of VR on the creative process as such, as well as on the quality of the results produced by that process.

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

_id ddss9828
id ddss9828
authors Holmberg, Stig C.
year 1998
title Anticipation in Evaluation and Assessment of Urban and Regional Plans
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary In order to start a move toward better computer based supporting tools for the assessment of urban and regional plans, a new research and development endeavour is proposed. In so doing, anticipation andanticipatory computing, i.e. a technique applying modelling and simulation, is found to be an interesting and promising point of departure. Hence, a fuzzy cellular automata computer model (STF) for simulation and anticipation of geographical or physical space is constructed. The main idea is to map anurban plan onto the STF for its assessing. STF has a normalised and continuous, i.e. fuzzy, system variable while both the time and space dimensions take on discrete values. Further, while ordinary cellularautomata use local rules, global ones are employed in STF, i.e. there is a total interdependence among all the cells of the automata. Outcomes of STF can be interpreted more as possible future states than exact predictions. Preliminary results seem to be well in line with main characteristics of planned urban or regional geographical spaces. Further, for the managing of multi-criteria choice situations, a fuzzy procedure – the Ordered Weighted Average (OWA) procedure – with continuous control over the degree of ANDOR-ness and with independent control over the degree of tradeoff, is proposed.
keywords Geographical space, Anticipatory Computing, Cellular Automata, Spatio Temporal Fuzzy Model (STF)
series DDSS
last changed 2003/08/07 16:36

_id 8a40
authors Kolarevic, Branko
year 1998
title A Pedagogical Model for an Introductory CAAD Course
doi https://doi.org/10.52842/conf.caadria.1998.039
source CAADRIA ‘98 [Proceedings of The Third Conference on Computer Aided Architectural Design Research in Asia / ISBN 4-907662-009] Osaka (Japan) 22-24 April 1998, pp. 39-46
summary This paper presents a pedagogical model developed for an introductory CAAD course in the first year of architecture studies. The model is based on a set of exercises that emphasize the use of electronic media for the collection of information, its distribution, presentation, transformation, interpretation, and abstraction. The primary goal was to enable students to creatively apply digital media in their design work by simultaneously introducing them to a wide range of applications, and by enabling them to engage in abstract exploration of shapes, forms, and images.
keywords Electronic Design Media, Pedagogy, CAAD Education
series CAADRIA
email
more http://www.caadria.org
last changed 2022/06/07 07:51

_id ddss9835
id ddss9835
authors Langelaan, J. Willem R.
year 1998
title Criteria for an object oriented library system of high–level parametric CADelements
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary The subject of this paper is the development of criteria and specifications for an object oriented library system of high–level parametric elements that have an integrated 2D and 3D representation. High–levelelements are virtual representations of architectural elements such as windows, doors, etc. High–level parametric elements need few components to be flexible and easily customizable. The generalization ofeach element by its characteristic parts results in a substantial reduction in the number of polygons that must be processed by the computer during the 3D transformation, graphically clean 3D images and low demandon user intervention. Gestalt theory emphasizes the importance of contour lines for the perception of an element. The “minimalist” symbolic representation will simplify contour lines that enhance perception. Theinherent flexibility and functionality of object oriented elements are augmented when the elements are rigorously developed as an object oriented library system, with classes and sub-classes of elements whichinherit characteristics of the parent–class. Attribute values of a parent–class give the user global control over all instances of that class and its sub–classes in the model’s database. The concepts which SystemsTheory uses for making an abstraction of reality are analogous to the concepts used in object oriented programming. This paper describes how Systems Theory is used as tool to develop high–level parametric elements as a functionally and computationally efficient library system.
series DDSS
last changed 2003/08/07 16:36

_id ddss9844
id ddss9844
authors Osaragi, Toshihiro and Kurisaki, Naoko
year 1998
title A Model of Land use Conversion and Its Application
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary A quantitative model for analyzing the spatial distribution of land use utility is proposed. This model is based on the random bidding theory in which location behavior is decided according to the size of utility to be obtained. The utility function used here consists of the benefit and the cost in the process of land use transition. The benefit is described as the positive utility that can be obtained by doing the corresponding land use at the place. The cost is described as the negative utility that is necessary forchanging the land use from one state to the others. The most likelihood method is generally employed to estimate the parameters of this kind of models. However, we attempt to propose the other statistical method through the mathematical consideration. Using this model, it is possible to obtain the spatial distribution of land use utility that differs with the places and with the land use states. We can also evaluate the effects of a change of land-price or construction costs on our utility. Namely, our locationbehavior can be estimated numerically relating with the social or economic factors. As numerical examples, we apply the proposed model to the actual land use data and access the effectiveness of the model.
series DDSS
last changed 2003/08/07 16:36

_id 220b
authors Potier, S., Malret, J.-L-. and Zoller, J.
year 1998
title Computer Graphics: Assistance for Archaeological Hypotheses
doi https://doi.org/10.52842/conf.acadia.1998.366
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 366-383
summary This paper is a contribution to the domain of computer tools for architectural and archeological restitution of ancient buildings. We describe an application of these tools to the modeling of the 14th century AD. Thermae of Constantin in Arles, south of France. It was a diploma project in School of Architecture of MarseilleLuminy, and took place in a context defined in the European ARELATE project. The general objective of this project is to emphasize the archeological and architectural heritage of the city of Arles; it aims, in particular, to equip the museum of ancient Arles with a computer tool enabling the storage and consultation of archaeological archives, the communication of information and exchange by specialized networks, and the creation of a virtual museum allowing a redescription of the monuments and a “virtual” visit of ancient Arles. Our approach involves a multidisciplinary approach, calling on architecture, archeology and computer science. The archeologist’s work is to collect information and interpret it; this is the starting point of the architect’s work who, using these elements, suggests an architectural reconstruction. This synthesis contains the functioning analysis of the structure and building. The potential provided by the computer as a tool (in this case, the POV-Ray software) with access to several three-dimensional visualizations, according to hypotheses formulated by the architect and archaeologists, necessitates the use of evolutive models which, thanks to the parametrization of dimensions of a building and its elements, can be adapted to all the changes desired by the architect. The specific contribution of POV-Ray in architectural reconstruction of thermae finds its expression in four forms of this modeling program, which correspond to the objectives set by the architect in agreement with archeologists: (a) The parametrization of dimensions, which contributes significantly in simplifying the reintervention process of the architectural data base; (b) Hierarchy and links between variables, allowing “grouped” modifications of modelized elements in order to preserve the consistency of the architectural building’s morphology; (c) The levels of modeling (with or without facing, for example), which admit of the exploration of all structural and architectural trails (relationship form/ function); and, (d) The “model-type,” facilitating the setting up of hypotheses by simple scaling and transformation of these models (e.g., roofing models) on an already modelled structure. The methodological validation of this modeling software’s particular use in architectural formulation of hypotheses shows that the software is the principal graphical medium of discussion between architect and archaeologist, thus confirming the hypotheses formulated at the beginning of this project.

series ACADIA
email
last changed 2022/06/07 08:00

_id 63d1
authors Rapid Prototyping Group Rapid Design and Manufacture Centre (RDM), Ryder, G., Ion, B., Green, G., Harrison, D. and Wood, Bruce
year 2002
title Rapid design and manufacture tools in architecture
source Automation in Construction 11 (3) (2002) pp. 279-290
summary The continuing development of Rapid Prototyping technologies and the introduction of Concept Modelling technologies means that their use is expanding into a greater range of applications. The primary aim of this paper is to give the reader an overview of the current state of the art in Layered Manufacturing (LM) technology and its applicability in the field of architecture. The paper reports on the findings of a benchmarking study, conducted by the Rapid Design and Manufacturing (RDM) Group in Glasgow [G.J. Ryder, A. McGown, W. Ion, G. Green, D. Harrison, B. Wood, Rapid Prototyping Feasibility Report, Rapid Prototyping Group, Glasgow School of Art, 1998.], which identified that the applicability of LM technologies in any application can be governed by a series of critical process and application specific issues. A further survey carried out by the RDM group investigated current model making practice, current 3D CAD use and current use of LM technologies within the field of architecture. The findings are then compared with the capabilities of LM technologies. Future research needs in this area are identified and briefly outlined.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 34
authors Regot, Joaquin and De Mesa, Andres
year 1998
title Modelado de Superficies Complejas. La Casa Mila de Antonio Gaudi (Modeling of Complex Surfaces. The House Mila of Antonio Gaudi)
source II Seminario Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings / ISBN 978-97190-0-X] Mar del Plata (Argentina) 9-11 september 1998, pp. 258-265
summary This paper explains the three-dimensional representation procedure of one fragment of Mil· house elevation designed by the architect Antoni GaudÌ. The generation process of an architectonic virtual model constituted by free form surfaces like this, represents a paradigm of high level difficulty in CAD modeling. The main objective of our research has been not only construct a model that shows the complex form of its architecture, but also verify the performance of the different tools supported by computer aided design programs in the management of surface modeling.We obtained an accurate information of the real surface elevation with a photogrammetric survey using contour lines. The transformation of this kind of data in a three-dimensional model was not immediately Thus, we have had study different ways to generate the three-dimensional model solution. The process began with the construction of different surface models supported by analytic functions, but the obtained surfaces made with this system were deficient and not too much satisfactory. That's why, we use a polyhedron mesh surface method in order to improve these results.in spite of this methodology reductive performance, (compared with analytic function systems), the obtained surface demonstrated that this technique was the best way to satisfy the requirement of a free form surface previously established as we want to construct. From this point the principal problem was generate a surface defined by two-dimensional data, (contour lines), applying an automatic process sufficiently fast to compete with the analytic function systems.To satisfy the demand was necessary make complementary software to improve the process and allow more fluidity to resolve this typology of surfaces. We achieved this phase thanks to Joan Miquel Quilez collaboration and the constant dedication in the elaboration of complementary software to computer aided design. Finally, the introduction of render systems with lights, shadows, textures and reflected images, allowed show the studied elevation area of Mil· house with more accuracy. Thus, the limits and contours of the finally surface were more evident and help us to known the properties of a non- materialized free form surface successfully.
series SIGRADI
email
last changed 2016/03/10 09:58

_id e031
authors Stannard, Sandy
year 1998
title Computers in Design Exploring Light and Time
doi https://doi.org/10.52842/conf.acadia.1998.026
source Digital Design Studios: Do Computers Make a Difference? [ACADIA Conference Proceedings / ISBN 1-880250-07-1] Québec City (Canada) October 22-25, 1998, pp. 26-35
summary Computers have helped bring architectural education to a digital crossroads. This new tool is effecting architectural education on numerous levels, from the simplest word processing of research papers to more complex interactive modeling. This casestudy paper will focus on the new and changing role of the computer in the design studio. In this case, the approach to integrating the computer into the studio revolves around its application simply as another tool for a designer’s use. Clearly, the use of computers in design studios is not a new development. However, as the computer’s use in design education is not yet widespread, a dialogue about methods of application is valuable for design educators. The intent behind computer use in this case was not to replace traditional design methods but to complement and enhance them. In this spirit, this case study focuses on the use of computers to investigate two aspects of design that are challenging to model: light and time. In the studios to be examined here, students were required to explore their designs with both traditional tools (sketches on trace, physical study models as well as final finish models, etc.) and with newer digital tools (lighting simulation programs, threedimensional modeling programs, and animation). Students worked in teams in most cases. The computer was used both as a design tool as well as a representational tool, with varying degrees of success, depending on the student’s expertise, comfort using the computer as a design tool and access to appropriate hardware and software. In the first studio case study, the “new” medium of the computer was a perfect complement for the focus of the studio, entitled “Space and Light.” In addition to utilizing large scale physical models traditionally used for lighting design, three-dimensional computer models using Lightscape enriched the design results. Both sets of tools were vital for the design processes of the studio assignments. In the second studio case study, a traditional fourth year studio was required to use the computer to explore the dimension of time in their designs, which in this case translated into animation modeling. Integrating the computer into the design studio promises to be a complex task. As these examples will illustrate, the advantages and the disadvantages require continual balancing. Philosophical disagreement, potential discomfort, or a general lack of knowledge of digital tools may inhibit design educators from testing the potential of these ever-changing tools. Despite the challenges, this case study reveals the educational value of continued experimental use of digital tools in the design studio.

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

_id ddss9863
id ddss9863
authors Yaakup, A., Johar, F. and Yusof, I.M.
year 1998
title Development Control System and GIS for Local Authority in Malaysia:A Case of Kuala Lumpur City Hall
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary This paper examines the functions of local authority particularly in the context of planning and development control. The process of development control involves a technique for the systematic compilation of expert quantitative analysis and qualitative assessment of a project's land use and development viability, including its effect on the surrounding area, andthe presentation of results in a way which enables the importance of the predicted results, and the scope for modifying or mitigating them, to be properly evaluated by the relevant decision making body before a planning application decision is rendered. Taking Kuala Lumpur as an example this paper will demonstrate the development of database and its application for development and building control. The application indicates that thefunctionality of GIS can be enhanced, i.e. by adding new model and analytical tools to existing systems and by using the GIS toolkit to best effect. Consequently it will be used to assist decision-making, taking into account among other things, the current scenarios of the proposed development, physical constraint and future impacts.
series DDSS
last changed 2003/08/07 16:36

_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 e174
authors Simondefti, Alvise
year 1998
title Rapid Prototyping Based Design: Creation of a Prototype Environment to Explore Three Dimensional Conceptual Design
source Cyber-Real Design [Conference Proceedings / ISBN 83-905377-2-9] Bialystock (Poland), 23-25 April 1998, pp. 189-203
summary Much research and several papers have been written in the field of Rapid Prototyping by engineers with a focus on its capability to increase design and manufacturing process and performances. However only few have addressed the use of Rapid Prototyping in the early stages of the design process. Recently with designers using this technology, a new role is beginning to delineate. This paper looks at Rapid Prototyping as a tool for design thought. All design experiments were conducted by the author working in team with design student colleagues. The experiments focussed on non-trivial design problems and were conducted in parallel with the research on the tools used. The design was inspired by questions raised by the research and similarly the research questions were informed by the development of the design. The first section attempts a summary of technical evaluations by the author of selected rapid prototyping based design environments where the experiments occurred. This section reflects the point of view of the operator. The five environment selected are ordered according to their increasing level of sophistication. By providing an account of several experiments, the second part of the paper highlights the areas of the early stages of design where rapid prototyping appeared to be a unique tool in providing valuable feedback to the designer.
series plCAD
email
more http://www.sd.polyu.edu.hk/
last changed 1999/04/08 17:23

_id ddss9801
id ddss9801
authors Achten, Henri and Leeuwen, Jos van
year 1998
title A Feature-Based Description Technique for Design Processes: A Case Study
source Timmermans, Harry (Ed.), Fourth Design and Decision Support Systems in Architecture and Urban Planning Maastricht, the Netherlands), ISBN 90-6814-081-7, July 26-29, 1998
summary In order to develop appropriate tools for decision support in design processes, it is necessary to found them on an understanding of design. Analytical techniques of design processes that have a direct relationship with tool development can enhance design support systems development. The paper focuses on a design support system in the VR-DIS research program. The aim of this research program is to develop insight in the architectural design process and to establish design tools for architectsworking in Virtual Reality. The basic approach for data modelling in VR in this research is based on an extension of the Feature Based Modelling paradigm taken from design in mechanical engineering. The computer model of the design in the system is a Feature-based model. This paper describes design processes in terms of changes in the Feature-based model of the design. For this purpose, a case of a house design is used. Drawings in the conceptual design phase up to the preliminary design phase arestudied. Each state of the drawings is described in terms of a Feature-model. Particular design actions such as creation of spaces, definition of architectural elements, and changes during the design process can be expressed in terms of changes in the Feature-model. Because of the use of Features, the changes can be formalised in the VR-DIS system. The description in terms of Features offers an analytical toolthat leads to a functional brief for design support tools. The paper ends with a discussion of implications and future work.
series DDSS
last changed 2003/11/21 15:15

For more results click below:

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