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 623

_id ascaad2007_025
id ascaad2007_025
authors Speed, C.
year 2007
title A Social Dimension to Digital Architectural Practice
source Em‘body’ing Virtual Architecture: The Third International Conference of the Arab Society for Computer Aided Architectural Design (ASCAAD 2007), 28-30 November 2007, Alexandria, Egypt, pp. 291-304
summary In 1995 the first in a series of three books were published by Academy Editions, that have since become a vivid handbook that documents how designers responded to the development of architectural drawing applications and the growth of the internet, to establish a form of digital architecture. Offering dramatic images and emotive texts, many of the architects and designers featured in these books deeply affected the perception of digital architecture’s mission by students and elements of the design community. Concentrating upon how to resolve the view that time and space are separate dimensions, and the immersive and dematerial potentials of cyberspace, the developments of this ‘cyberromanticism’ (Coyne 1999) ultimately were not used to sustain digital architectural activity. This paper uses the Academy Editions series to understand how such a vivid aspect of digital architecture failed to fulfil its aspirations. The paper begins by establishing the premise for digital architecture through a link with mainstream architectures interest in the concept of shelter. Through a summary of the practical and theoretical methods outlined by the early designers within the series of publications, the paper demonstrates the critical potential of the field. However a summary of how the proliferation of early imagery fuelled a visual mannerism traces how the third Architects in Cyberspace publication represented a crisis in both identity and practice. The paper then identifies an opportunity for recovering the theoretical imperatives within digital architecture by reflecting upon the emergence of ‘interactive architectures’ use of a ‘social’ dimension that was previously hindered by the use of computer applications in early digital architecture. The paper closes with a reference to two of the authors practical projects that use social data to inform the generation of digital architecture.
series ASCAAD
email
last changed 2008/01/21 22:00

_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 3cde
authors Alik, B.
year 1999
title A topology construction from line drawings using a uniform plane subdivision technique
source Computer-Aided Design, Vol. 31 (5) (1999) pp. 335-348
summary The paper describes an algorithm for constructing the topology from a set of line segments or polylines. The problem appears for example at land-maps that have been drawnby general-purpose drawing packages or captured from blue-prints by digitalisation. The solution comprises two steps; in the first step inconsistencies in the input data aredetected and removed, and in the second step the topology is constructed. The algorithm for topology construction consists of two phases: determination of a concave hull,and generation of polygons. It is shown that the running-time of the presented algorithm is better than O(n2), where n is the number of input points. Because of a largenumber of geometric elements being expected, the geometric search needed at the first step of the algorithm is speeded up by an acceleration techniquea uniform planesubdivision.
keywords Computational Geometry, Topology Construction, Uniform Space Subdivision
series journal paper
email
last changed 2003/05/15 21:33

_id f500
authors Almeida Sampaio, A.
year 1999
title Automation of Deck Bridge Representations
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 69-79
summary The bridge deck has a apparent simple shape, but it is the result of an adequate combination of two longitudinal geometric components: the deck shape evolution along de longitudinal section the layout of the road, that acts in simultaneous over a cross section, defining the deck exact shape. A geometric modelling computer programme was developed for box girder decks, allowing the generation of cross sections along the deck, defined with correct shape and location. In the elaboration of the deck plan drawings, the geometric information of the real deck shape is required. This information is not managed in an integrated and automatic way. On the creation of these drawings, directly executed over a graphic system, the time consumed is considerable and it is easy to comet errors. This paper describes the drawing module included in the computer program refereed. The deck plan projections are obtained, in DXF format drawing files, using the geometric information obtained from 3D-deck model. Using the drawing module it is possible to generate the usual deck drawings required in bridge design process. Then, his module is a great support for the design process within its geometric design stage.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ga9925
id ga9925
authors Ambrosini, L., Longatti, M. and Miyajima, H.
year 1999
title Time sections, abstract machines
source International Conference on Generative Art
summary conditions a time-spatial discontinuity in the urban grid, ancient walls casually discovered in a substrate of the contemporary town needs a surplus of information to be understood and interfaced with their current condition. diagrams diverse chronological stages of the urban evolution are mapped on the area, in order to read the historical stratifications as a multiplicity of signs; this abstract approach leads to consider the roman space as guided by metrics, a system of measure superimposed on the landscape, vs. medioeval spatial continuity, where more fluid relations between the same urban elements create a completely different pattern.assemblage (time sections) a surface, automatically displaced from the medioeval diagram, moves along the z axis, the historical stratification direction, intersecting in various, unpredictable, manners a series of paths; these paths start as parallels, allowing an undifferentiated access to the area, and mutate along their developing direction, intertweening and blending each other; linear openings are cut on the surface, virtually connecting the two levels by light, following the roman grid in rhythm and measure. Projected on the lateral wall, the cadence of the vertical and horizontal elements becomes a temporal diagram of the design process.movement time takes part into the process through two kinds of movement: the first one, freezed when reaches the best results, in terms of complexity, is given by the surface intersecting the tubular paths; the second one is represented by multiple routes walking on which the project can be experienced (in absence of any objective, fixed, point of view, movement becomes the only way to understand relations). Thresholds between typical architectural categories (such as inside-outside, object-landscape etc.) are blurred in favour of a more supple condition, another kind of continuity (re)appears, as a new media, between the different historical layers of the city.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ga9926
id ga9926
authors Antonini, Riccardo
year 1999
title Let's Improvise Together
source International Conference on Generative Art
summary The creators of ‘Let's-Improvise-Together’ adhere to the idea that while there is a multitude of online games now available in cyberspace, it appears that relatively few are focused on providing a positive, friendly and productive experience for the user. Producing this kind of experience is one the goals of our Amusement Project.To this end, the creation of ‘Let's Improvise Together’ has been guided by dedication to the importance of three themes:* the importance of cooperation,* the importance of creativity, and* the importance of emotion.Description of the GameThe avatar arrives in a certain area where there are many sound-blocks/objects. Or he may add sound "property" to existing ones. He can add new objects at will. Each object may represents a different sound, they do not have to though. The avatar walks around and chooses which objects he likes. Makes copies of these and add sounds or change the sounds on existing ones, then with all of the sound-blocks combined make his personalized "instrument". Now any player can make sounds on the instrument by approaching or bumping into a sound-block. The way that the avatar makes sounds on the instrument can vary. At the end of the improvising session, the ‘composition’ will be saved on the instrument site, along with the personalized instrument. In this way, each user of the Amusement Center will leave behind him a unique instrumental creation, that others who visit the Center later will be able to play on and listen to. The fully creative experience of making a new instrument can be obtained connecting to Active Worlds world ‘Amuse’ and ‘Amuse2’.Animated colorful sounding objects can be assembled by the user in the Virtual Environment as a sort of sounding instrument. We refrain here deliberately from using the word musical instrument, because the level of control we have on the sound in terms of rythm and melody, among other parameters, is very limited. It resembles instead, very closely, to the primitive instruments used by humans in some civilizations or to the experience made by children making sound out of ordinary objects. The dimension of cooperation is of paramount importance in the process of building and using the virtual sounding instrument. The instrument can be built on ones own effort but preferably by a team of cooperating users. The cooperation has as an important corolary: the sharing of the experience. The shared experience finds its permanence in the collective memory of the sounding instruments built. The sounding instrument can be seen also as a virtual sculpture, indeed this sculpture is a multimedial one. The objects have properties that ranges from video animation to sound to virtual physical properties like solidity. The role of the user representation in the Virtual World, called avatar, is important because it conveys, among other things, the user’s emotions. It is worth pointing out that the Avatar has no emotions on its own but it simply expresses the emotions of the user behind it. In a way it could be considered a sort of actor performing the script that the user gives it in real-time while playing.The other important element of the integration is related to the memory of the experience left by the user into the Virtual World. The new layout is explored and experienced. The layout is a permanent editable memory. The generative aspects of Let's improvise together are the following.The multi-media virtual sculpture left behind any participating avatar is not the creation of a single author/artist. The outcome of the sinergic interaction of various authors is not deterministic, nor predictable. The authors can indeed use generative algorythm in order to create the texture to be used on the objects. Usually, in our experience, the visitors of the Amuse worlds use shareware programs in order to generate their texture. In most cases the shareware programs are simple fractals generators. In principle, it is possible to generate also the shape of the object in a generative way. Taking into account the usual audience of our world, we expected visitors to use very simple algorythm that could generate shapes as .rwx files. Indeed, noone has attempted to do so insofar. As far as the music is concerned, the availability of shareware programs that allow simple generation of sounds sequences has made possible, for some users, to generate sounds sequences to be put in our world. In conclusion, the Let's improvise section of the Amuse worlds could be open for experimentation on generative art as a very simple entry point platform. We will be very happy to help anybody that for educational purposes would try to use our platform in order to create and exhibit generative forms of art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_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 0f1e
authors Barrionuevo, Luis F.
year 1999
title Posicionamiento de Volúmenes Arquitectónicos Mediante Algoritmos Evolucionistas (Positioning of Architectural Volumes by Means of Evolutionist Algorithms)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 176-181
summary Configurational studies involve the groups of elements fulfilling restrictions defined by the designer in Architectural design. According to its necessities and intentions, the planner distributes the components of the group in a certain tridimensional way, establishing a composition. This operative procedure implies a classification system according to typologies that respond to a bigger system, and this in turn to another, until the whole is obtained. From the beginning the pattern should satisfy form restrictions, as well as dimensional and positional restrictions for each part that conforms the whole. Functional requirements are attended for each object satisfying relationships of connectivity and adjacency among them. In this work the parts are restricted by their relative position to a central element. Evolutionary Algorithms (EA) are used to solve this type of problem. Using evolutionary metaphors they originate concepts such as "genes", "chromosomes", "mutation", "crosses” and " population " (among other), which come closer to one of the solutions looked for by the designer, under combinatory stochastic methods. The most appropriate use of EA corresponds to problems of complexity NP-completeness (for example, problems of generation of cases of composition), allowing an efficient although not exhaustive analysis. Applying this technique to the generation of architectural volumes, some obtained results are exemplified.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 7436
authors Barría Chateau, H., Muñoz Viveros, C. and Cerda Brintrup, G.
year 1999
title Virtual Tour Through Modern Architecture in Conception
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 475-477
summary This paper describes the development of a project that was selected and sponsoured by the Regional Competition FONDART 1998 (Funds for the Development of Arts of the Regional Secretary of Education) that follows the aim of cultural diffusion. Towards the middle of the 30s, the city of Concepción developed an architecture distinctly colonial, neoclassical and eclectic. An earthquake in 1939 abruptly interrupted this scene, destroying the enterity of its most important buildings. The reconstruction of the city followed the manifestoes of Modern Architecture, consolidating the urban importance of buildings such us the Law Courts, the Railway Station and the Regional Government, that emerged as the new architectural and cultural heritage of the city. The project consisted on the modeling of eleven buildings of the modern architectural heritage, and on the generation of 42 virtual tours through the buildings that were finally edited on a 16' video. This video allows the spectator to make a virtual tour through the original modern heritage of the city, nowadays demolished, altered, and sometimes, even forgotten. This project pretends to widen the ways of comprehension of our cultural identity by using computer modelling and animation as a tool for the conservation of the architectural heritage; and creating a record that can be used as a reference and as an instrument of cultural difussion.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 7674
authors Bourdakis, Vassilis and Charitos, Dimitrios
year 1999
title Virtual Environment Design - Defining a New Direction for Architectural Education
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 403-409
doi https://doi.org/10.52842/conf.ecaade.1999.403
summary This paper considers the design and development of virtual environments (VEs) and the way that it relates to traditional architectural education and practice. The need for practitioners who will contribute to the design of 3D content for multimedia and virtual reality applications is identified. The design of space in a VE is seen as being partly an architectural problem. Therefore, architectural design should play an important role in educating VE designers. Other disciplines, intrinsically related to the issue of VE design, are also identified. Finally, this paper aims at pointing out the need for a new direction within architectural education, which will lead towards a generation of VE architects.
keywords Virtual Environments, Architectural Design, Architectural Education
series eCAADe
email
last changed 2022/06/07 07:54

_id 5bce
authors Ceccato, Cristiano
year 1999
title Evolutionary Design Tools for Mass-Customisation
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 152-156
summary This paper describes an instance of the author’s ongoing research in the field of Generative Design. The work is based on the premise that computer-aided design (CAD) should evolve beyond its current limitation of one-way interaction, and become a dynamic, intelligent, multi-user environment that encourages creativity and actively supports the evolution of individual, mass-customised designs which exhibit common features. The understanding of fundamental shape-forming processes in nature inspires us to move beyond the existing CAD paradigms and re-examine the way we can benefit from the computers in design. We can use this knowledge to create a new generation of computer-based design tools which use evolutionary search algorithms to generate create a common family of individual designs optimised according to particular criteria, while supporting our design intuition. The author explores this idea by illustrating a research project between the Hong Kong Polytechnic University and Deakin University (Australia). The project implements a multi-user oriented design tool for evolutionary design, which was tailored to produce a simple object such as door handle. The paper first gives a short historical and philosophical to the work, then describes the technical and algorithmic requirements, and implementation of the system. It concludes by describing an experiment in which the system was used on a "live" test group of people to generate individual, mass-customised designs.
series SIGRADI
email
last changed 2016/03/10 09:48

_id ga9907
id ga9907
authors Ciao, Quinsan
year 1999
title Breeds of Artificial Design: Design Thinking in Computing Creation
source International Conference on Generative Art
summary There are many different paradigms or breeds of artificial design schemes. They each address artificial design from a different perspective. For instance, design by optimization emphasizes the iterative "trial-and-error" process of alternating generation and evaluation. Design by argumentation addresses the need of objectifying and communicating design thinking. Design by rues attempts to summary design knowledge into recipes. Design by simulation and electronic media offers a forum for design trial evaluation. Case-based design emphasizes experience-based design thinking. Fuzzy reasoning system provides a computing media to model and execute design reasoning. Although different, all of these paradigms are related and complement each other. Unification or collaboration of these different paradigms may lie ahead of future research and practice of artificial design.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 7082
authors Dawood, N.
year 1999
title A proposed system for integrating design and production in the precast building industry
source The Int. Journal of Construction IT 7(1), pp. 72-83
summary The UK construction industry is going through a major re-appraisal, with the objective of reducing construction costs by at least 30% by the end of the millennium. Precast and off-site construction are set to play a major role in improving construction productivity, reducing costs and improving working conditions. In a survey of current practices in the prefabrication industry, it was concluded that the industry is far behind other manufacturing-based industries in terms of the utilisation of IT in production planning and scheduling and other technical and managerial operations. It is suggested that a systematic, integrated, computer-aided, approach to presenting and processing information is needed. The objective of this paper is to introduce and discuss the specifications of an integrated intelligent computer-based information system for the precast concrete industry. The system should facilitate: the integration of design and manufacturing operations; automatic generation of production schedules directly from design data and factory attributes; and generation of erection schedules from site information, factory attributes and design data. It is hypothesised that the introduction of such a system would reduce the total cost of precasting by 10% and encourage clients to choose precast components more often.
series journal paper
last changed 2003/05/15 21:45

_id 3ddc
authors Dijkstra, Jan and Timmermans, Harry
year 1999
title Towards a Multi-Agent Model for Visualizing Simulated User Behavior to Support the Assessment of Design Performance
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 226-237
doi https://doi.org/10.52842/conf.acadia.1999.226
summary We introduce the outline of a multi-agent model that can be used for visualizing simulated user behavior to support the assessment of design performance. We will consider various performance indicators of building environments, which are related to user reaction to design decisions. This system may serve as a media tool in the design process for a better understanding of what the design will look like, especially for those cases where design or planning decisions will affect the behavior of individuals. The system is based on cellular automata and multi-agent simulation technology. The system simulates how agents move around in a particular 3D (or 2D) environment, in which space is represented as a lattice of cells. Agents represent objects or people with their own behavior, moving over the network. Each agent will be located in a simulated space, based on the cellular automata grid. Each iteration of the simulation is based on a parallel update of the agents conforming local rules. Agents positioned within an environment will need sensors to perceive their local neighborhood and some means with which to affect the environment. In this way, autonomous individuals and the interaction between them can be simulated by the system. As a result, designers can use the system to assess the likely consequences of their design decisions on user behavior. We think that the system provides a potentially valuable tool to support design and decision-making processes, related to user behavior in architecture and urban planning.
series ACADIA
email
last changed 2022/06/07 07:55

_id e4a7
authors Espina B., Jane J.
year 2001
title La tecnologia digital en las edificaciones arquitectonicas de la modernidad [The Digital Tecnology In Modern Architectural Constructions]
source 2da Conferencia Venezolana sobre Aplicación de Computadores en Arquitectura, Maracaibo (Venezuela) december 2001, pp. 136-145
summary This paper gives an overview of the experience developed by Computer Graphics II course of department of Communication in School of Architecture and Design of University of Zulia which was initiated since 1999.The work describes the methodology used by two groups of objectives: general of the course and those generated by experiences in two levels: one as analysis instruments and the other one during process of design. Course is looking for trainning in CAD system uses by 3D representation of modern buildings, so at the end of the experience students were succeed : 1) analysis of projects of modern architecture, 2) quick visualization and efficient volumetric representation, 3) make a digital format library of differents buildings of the city and 4) comprehension and historic knowledge of city. CAD systems used for representation of 2d and 3D drawings offer to architects tools as color, textures, shadows, plus generation of different points of view as isometrics, perspectives and realistic representations. The digital format of the selected buildings gives to drafts an additional value.
keywords Modern Architecture; Three-Dimensional; Realistic Representation; CAD Systems; Digital Format
series other
email
last changed 2003/02/14 08:29

_id 5377
authors Frazer, J.H., Tang, M.X. and Jian, S.
year 1999
title Towards a Generative System for Intelligent Design Support
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 285-294
doi https://doi.org/10.52842/conf.caadria.1999.285
summary In the development of intelligent computer aided design systems, three important issues need to considered. These issues are: how to support the generation of product concepts using evolutionary computation techniques; how to use intelligent databases and constraint management systems for detailed exploration of product embodiment; and how to integrate rapid prototyping facilities for product evaluation. In this paper, we present a brief review of knowledge based design and evolutionary design and discuss ways of integrating both in the development of a generative design system. Based on this review, we present the model and its applications of a generative design system utilizing a number of AI and evolutionary computation techniques. This generative design model is intended to provide a generic computational framework for the development of intelligent design support systems.
series CAADRIA
email
last changed 2022/06/07 07:50

_id d931
authors Gabryszewski, Artur B.
year 1999
title Idea of an Intelligent Building - Development Prospects
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 739-743
doi https://doi.org/10.52842/conf.ecaade.1999.739
summary An ever-increasing number of offices as also residential buildings are being realised by designers and investors in accordance with the concept of an intelligent building. Houses of the new generation are being constructed. This is possible thanks to dynamic progress in the development of computer and microprocessor engineering techniques. Putting into reality the idea of the 'intelligent building' will become one of the most interesting assignments of Polish building industry in the rapidly approaching XXI century. The term 'intelligent building' first appeared in the eighties. The idea behind this conception is aspiring to create a friendly, work supporting, effective environment. The revolution in telecommunications and information technology along with change in the standards of office work, have caused computer networks and modem systems of automation and protection, to invade buildings. From the technical point of view, an intelligent building is an object in which all the subsystems co-operate with each other, forming a friendly environment for man. For users of an intelligent building, the most important issue is realisation of the following aims: object management which includes both control of human resources and automation systems in the building and also efficient management of the building space in such a way that the costs of its utilisation are minimised. The possibility of optional installation of modern systems and equipment should be facilitated by the architecture itself. Therefore, the specifics of all the building elements should be taken into account right at the designing stage. The following features characterise an intelligent building: integration of telecommunication systems in the building, central management and supervision system and utilisation of structural cabling as the carrier of signals controlling most of the systems in the building. Presently, there is no building in Poland that could be characterised by the three features mentioned.
keywords High-tech Architecture, Ecology, CAAD
series eCAADe
email
last changed 2022/06/07 07:50

_id 6fa3
authors Gero, J.S.
year 1999
title Representation and reasoning about shapes: Cognitive and computational studies in visual reasoning in design
source C. Freksa and D. Marks (eds), Spatial Information Theory, Springer, Berlin, pp. 315-330
summary This paper describes some recent cognitively-based and computationally-based research on representing and reasoning about shapes. The cognitive studies are based on protocol analyses of designers and indicatethat visual reasoning in design involves drawings of shapes and their relationsin the generation of unexpected results. The computational studies are concerned with the development of qualitative representations of shapesthat can be used to reason about shapes. Two representations are described: half-planes and landmark-based qualitative codes. Reasoning using these representations is presented.
keywords Shape Representation, Qualitative Representation, Visual Reasoning
series other
email
last changed 2003/04/06 09:16

_id 7a1f
authors Gero, John S.
year 1999
title Representation and Reasoning About Shapes: Cognitive and Computational Studies in Visual Reasoning in Design
source C. Freksa and D. Marks (eds), Spatial Information Theory, Springer, Berlin, pp. 315-330
summary This paper describes some recent cognitively-based and computationally- based research on representing and reasoning about shapes. The cognitive studies are based on protocol analyses of designers and indicate that visual reasoning in design involves drawings of shapes and their relations in the generation of unexpected results. The computational studies are concerned with the development of qualitative representations of shapes that can be used to reason about shapes. Two representations are described: half-planes and landmark-based qualitative codes. Reasoning using these representations is presented.
series journal paper
email
last changed 2003/03/31 08:41

_id 722c
authors Gero, John S.
year 1999
title A Model of Designing that Includes its Situatedness
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 235-241
doi https://doi.org/10.52842/conf.caadria.1999.235
summary Current models of designing are inadequate as a basis for the development of CAAD tools for use at the conceptual stages of designing. Such models appear to be only satisfactory for the detail stages of designing. Further, current models of designing are not in accord with our present knowledge of designing. This gap has created difficulties in the development of suitable computational support tools for designers. The development of the model proposed in this paper aims to begin to fill that gap and hence provide a foundation for a new generation of computer-based design support tools, potentially applicable at the conceptual stage of designing.
series CAADRIA
email
more http://www.arch.usyd.edu.au/~john/kcdc
last changed 2022/06/07 07:51

For more results click below:

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