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 492

_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 caadria2007_659
id caadria2007_659
authors Chen, Zi-Ru
year 2007
title The Combination of Design Media and Design Creativity _ Conventional and Digital Media
source CAADRIA 2007 [Proceedings of the 12th International Conference on Computer Aided Architectural Design Research in Asia] Nanjing (China) 19-21 April 2007
doi https://doi.org/10.52842/conf.caadria.2007.x.w5x
summary Creativity is always interested in many fields, in particular, creativity and design creativity have many interpretations (Boden, 1991; Gero and Maher, 1992, 1993; Kim, 1990; Sternberg, 1988; Weisberg, 1986). In early conceptual design process, designers used large number of sketches and drawings (Purcell and Gero, 1998). The sketch can inspire the designer to increase the creativity of the designer’s creations(Schenk, 1991; Goldschmidt, 1994; Suwa and Tversky, 1997). The freehand sketches by conventional media have been believed to play important roles in processes of the creative design thinking(Goldschmidt, 1991; Schon and Wiggins, 1992; Goel, 1995; Suwa et al., 2000; Verstijnen et al., 1998; Elsas van and Vergeest, 1998). Recently, there are many researches on inspiration of the design creativity by digital media(Liu, 2001; Sasada, 1999). The digital media have been used to apply the creative activities and that caused the occurrenssce of unexpected discovery in early design processes(Gero and Maher, 1993; Mitchell, 1993; Schmitt, 1994; Gero, 1996, 2000; Coyne and Subrahmanian, 1993; Boden, 1998; Huang, 2001; Chen, 2001; Manolya et al. 1998; Verstijinen et al., 1998; Lynn, 2001). In addition, there are many applications by combination of conventional and digital media in the sketches conceptual process. However, previous works only discussed that the individual media were related to the design creativity. The cognitive research about the application of conceptual sketches design by integrating both conventional and digital media simultaneously is absent.
series CAADRIA
email
last changed 2022/06/07 07:50

_id ddssar9622
id ddssar9622
authors Macmillan, Andrew andMezughi, Mustafa M.
year 1996
title The integral role of conventional sketching in conceptualisation
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary Architectural Design Studies is an expanding research area, which recently has experienced dramatic shifts in approach. The successful application of computing to architectural practice has created pressure leading to a rediscovery of Architectural Drawing. The thrust of recent design studies is toward the early stages of the design process, where the modes of conception, human perceptual, and cognitive systems are the focus. In this paper we endeavour to examine the integral role of sketching in conceptualisation. A modelling technique relating to both the design and the graphic process 'sheds light' on the interaction between thought and drawing. Data from a protocol analysis is tested within the framework of the proposed model.
series DDSS
last changed 2003/08/07 16:36

_id 8804
authors QaQish, R. and Hanna, R.
year 1997
title A World-wide Questionnaire Survey on the Use of Computers in Architectural Education
source Challenges of the Future [15th eCAADe Conference Proceedings / ISBN 0-9523687-3-0] Vienna (Austria) 17-20 September 1997
doi https://doi.org/10.52842/conf.ecaade.1997.x.c8o
summary The paper reports on a study which examines the impact on architectural education needs arising from the changes brought about by the implications of CAD teaching/learning (CAI/CAL). The findings reflect the views of fifty-one (51) architecture schools through a world-wide questionnaire survey conducted in mid 1996. The survey was structured to cover four continents represented by seven countries, namely the USA, UK, Israel, Australia, Canada, Sweden and the Netherlands. Structurally the main findings of this study are summarised under five areas, namely: 1) General Information, 2) Program of Study (curriculum) and CAD course, 3) CAD Laboratories: Hardware, Software, 4) Departmental Current and Future Policies, 5) Multi-media and Virtual Reality. Principally, there were three main objectives for using the computers survey. Firstly, to accommodate a prevalent comprehension of CAD integration into the curriculum of architecture schools world wide. Secondly, to identify the main key factors that control the extent of association between CAD and architectural curriculum. Thirdly, to identify common trends of CAD teaching in Architecture schools world-wide and across the seven countries to establish whether there are any association between them. Several variables and factors that were found to have an impact on AE were examined, namely: the response rate, the conventional methods users and the CAD methods users amongst students, CAD course employment in the curriculum, age of CAD employment, the role of CAD in the curriculum, CAD training time in the Curriculum, CAD laboratories/Hardware & Software, computing staff and technicians, department policies, Multi-Media (MM) and Virtual-Reality (VR). The statistical analysis of the study revealed significant findings, one of which indicates that 35% of the total population of students at the surveyed architecture schools are reported as being CAD users. Out of the 51 architecture schools who participated in this survey, 47 have introduced CAD courses into the curriculum. The impact of CAD on the curriculum was noted to be significant in several areas, namely: architectural design, architectural presentation, structural engineering, facilities management, thesis project and urban design. The top five CAD packages found to be most highly used across universities were, namely, AutoCAD (46), 3DStudio (34), Microstation (23), Form Z (17), ArchiCAD (17). The findings of this study suggest some effective and efficient future directions in adopting some form of effective CAD strategies in the curriculum of architecture. The study also serves as an evaluation tool for computing teaching in the design studio and the curriculum.

 

keywords CAD Integration, Employment, Users and Effectiveness
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/qaqish/qaqish.htm
last changed 2022/06/07 07:50

_id 6e6a
authors Gabova, Mariya
year 1996
title About Multivariant Designing of Buildings with a Flexible Planning Structure
source CAD Creativeness [Conference Proceedings / ISBN 83-905377-0-2] Bialystock (Poland), 25-27 April 1996 pp. 95-97
summary During designing three-dimensional and spatial structure of the architectural object, computer program has a wide spectre of possibilities allowing to vary its parameters and create effective images for visual presentation. Besides the traditional ways of using the computer in order to perfect the architectural graphic ability during a compositional research, It is also very creative to develop new methods making the design process more effective in finding optimal solutions. The dynamics of social and economic relations in the contemporary society determined the flexibility and mobility of architectural object as a very important, especially for contemporary industrial architecture. The priority direction on this field is designing buildings with flexible planning spatial structure.
series plCAD
last changed 1999/04/09 15:30

_id e309
authors Breen, Jack and Stellingwerff, Martijn
year 1996
title A Case for Computer-Assisted Creativity through Clarity, Project 12 CAD and Beyond
source CAD Creativeness [Conference Proceedings / ISBN 83-905377-0-2] Bialystock (Poland), 25-27 April 1996 pp. 31-35
summary A paper exploring the opportunities of different Design Media for the benefit of Architectural and Urban Composition. It is argued that during the design process, the designer develops Models for a projected end result, which are visualised in the form of Images using traditional media. The Computer affords the possibility of creating (virtual) Models from which Images can be taken. Current types of Computer Interfaces still form an obstacle for creative computer assisted design, comparable to Sketching. It is argued that the Clarity of the medium will need to be enhanced, if it is to become an Instrument for truly creative design. Using the example of an educational, practical CAD exercise, the case for' Clarity for the benefit of creative Computing is put forward.
series plCAD
email
last changed 2003/05/17 10:01

_id a0d3
authors Breen, Jack and Stellingwerff, Martijn
year 1996
title A Case For Computer Assisted Creativity Through Clarity - Project 12 CAD and Beyond ...
source Approaches to Computer Aided Architectural Composition [ISBN 83-905377-1-0] 1996, pp. 45-60
summary A paper exploring the opportunities of different Design Media for the benefit of Architectural and Urban Composition. It is argued that during the design process, the designer develops Models for a projected end result, which are visualised in the form of Images using traditional media. The Computer affords the possibility of creating (virtual) Models from which Images can be taken. Current types of Computer Interfaces still form an obstacle for creative computer assisted design, comparable to Sketching. It is argued that the Clarity of the medium will need to be enhanced, if it is to become an Instrument for truly creative design. Using the example of an educational, practical CAD exercise, the case for Clarity for the benefit of creative Computing is put forward.
series other
last changed 1999/04/08 17:16

_id d7eb
authors Bharwani, Seraj
year 1996
title The MIT Design Studio of the Future: Virtual Design Review Video Program
source Proceedings of ACM CSCW'96 Conference on Computer-Supported Cooperative Work 1996 p.10
summary The MIT Design Studio of the Future is an interdisciplinary effort to focus on geographically distributed electronic design and work group collaboration issues. The physical elements of this virtual studio comprise networked computer and videoconferencing connections among electronic design studios at MIT in Civil and Environmental Engineering, Architecture and Planning, Mechanical Engineering, the Lab for Computer Science, and the Rapid Prototyping Lab, with WAN and other electronic connections to industry partners and sponsors to take advantage of non-local expertise and to introduce real design and construction and manufacturing problems into the equation. This prototype collaborative design network is known as StudioNet. The project is looking at aspects of the design process to determine how advanced technologies impact the process. The first experiment within the electronic studio setting was the "virtual design review", wherein jurors for the final design review were located in geographically distributed sites. The video captures the results of that project, as does a paper recently published in the journal Architectural Research Quarterly (Cambridge, UK; Vol. 1, No. 2; Dec. 1995).
series other
last changed 2002/07/07 16:01

_id ddss2006-hb-187
id DDSS2006-HB-187
authors Lidia Diappi and Paola Bolchi
year 2006
title Gentrification Waves in the Inner-City of Milan - A multi agent / cellular automata model based on Smith's Rent Gap theory
source Van Leeuwen, J.P. and H.J.P. Timmermans (eds.) 2006, Innovations in Design & Decision Support Systems in Architecture and Urban Planning, Dordrecht: Springer, ISBN-10: 1-4020-5059-3, ISBN-13: 978-1-4020-5059-6, p. 187-201
summary The aim of this paper is to investigate the gentrification process by applying an urban spatial model of gentrification, based on Smith's (1979; 1987; 1996) Rent Gap theory. The rich sociological literature on the topic mainly assumes gentrification to be a cultural phenomenon, namely the result of a demand pressure of the suburban middle and upper class, willing to return to the city (Ley, 1980; Lipton, 1977, May, 1996). Little attempt has been made to investigate and build a sound economic explanation on the causes of the process. The Rent Gap theory (RGT) of Neil Smith still represents an important contribution in this direction. At the heart of Smith's argument there is the assumption that gentrification takes place because capitals return to the inner city, creating opportunities for residential relocation and profit. This paper illustrates a dynamic model of Smith's theory through a multi-agent/ cellular automata system approach (Batty, 2005) developed on a Netlogo platform. A set of behavioural rules for each agent involved (homeowner, landlord, tenant and developer, and the passive 'dwelling' agent with their rent and level of decay) are formalised. The simulations show the surge of neighbouring degradation or renovation and population turn over, starting with different initial states of decay and estate rent values. Consistent with a Self Organized Criticality approach, the model shows that non linear interactions at local level may produce different configurations of the system at macro level. This paper represents a further development of a previous version of the model (Diappi, Bolchi, 2005). The model proposed here includes some more realistic factors inspired by the features of housing market dynamics in the city of Milan. It includes the shape of the potential rent according to city form and functions, the subdivision in areal submarkets according to the current rents, and their maintenance levels. The model has a more realistic visualisation of the city and its form, and is able to show the different dynamics of the emergent neighbourhoods in the last ten years in Milan.
keywords Multi agent systems, Housing market, Gentrification, Emergent systems
series DDSS
last changed 2006/08/29 12:55

_id 8bea
authors Lipson, H. and Shpitalni, M.
year 1996
title Optimization-based reconstruction of a 3D object from a single freehand line drawing
source Computer-Aided Design, Vol. 28 (8) (1996) pp. 651-663
summary This paper describes an optimization-based algorithm for reconstructing a 3D model from a single, inaccurate, 2D edge-vertex graph. The graph, which serves as input for the reconstruction process, is obtained froman inaccurate freehand sketch of a 3D wireframe object. Compared with traditional reconstruction methods based on line labelling, the proposed approach is more tolerant of faults in handling both inaccurate vertexpositioning and sketches with missing entities. Furthermore, the proposed reconstruction method supports a wide scope of general (manifold and non-manifold) objects containing flat and cylindrical faces. Sketchesof wireframe models usually include enough information to reconstruct the complete body. The optimization algorithm is discussed, and examples from a working implementation are given.
keywords Drawing To Model, Optimization, Robustness
series journal paper
last changed 2003/05/15 21:33

_id 6097
authors Liu, Yu Tung
year 1996
title Connectionist CAAD for Restructuring Shapes in Terms of Emergent Subshapes
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 173-190
doi https://doi.org/10.52842/conf.caadria.1996.173
summary Designers naturally restructure shapes in terms of emergent subshapes in the process of design. According to the result of a psychological experiment about how experienced and non-experienced designers see shapes, only experienced designers can encode implicit subshapes emerged from the primary shapes. Many symbolic approaches have been considered in addressing this focused problem. On the other hand, the issue is also encountered by connectionist networks, also called parallel distributed models or neural networks. Recognizing both explicit and implicit emergent subshapes has been explored using connectionist networks associated with appropriate mechanisms of visual attention, namely recurrent attention and searchlight attention in combination. The distinction between symbolic and connectionist computations of shapes is discussed.
series CAADRIA
email
last changed 2022/06/07 07:59

_id ddssup9614
id ddssup9614
authors Loughreit, Fouad
year 1996
title Methods to assist the design of road surfaces with a reservoir structure: To improve flood risk management
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary Reservoir road surfaces can be seen as equipment of the future, in that they have two functions in the same structure (circulation and hydraulic functions). They can thus be laid without immobilising land, which is very expensive and prized in urban areas. Furthermore, they enable the limitation of the flow or volumes of running water, and thus help control rainwater, resulting in better flood risk management. The questions asked by drainage designers are how can we design these structures in the best way? How are they going to work for different types of rain (rain from storms, prolonged winter rain ....)? As for the public administrators, they wonder how a series of areas equipped with this type of technique (total flow management) would work. By solving this latter problem, we could really arouse interest in flood risk management. Given the diversity of structures possible for reservoir road surfaces (regulated, non-regulated, draining surface, dispersion surface...), we suggest comparing design and simulation methods, taking into account the measurement and total flow management problems mentioned above. So as to validate these comparisons and to give some directions concerning the use of one or the other methods, we use flow-metre measures on two different sites in Lyons. One of these sites is a car- park on a tertiary activity zone on the La Doua campus in Villeurbanne, the other a refuse dump in the Greater Lyons area in the town of Craponne. They are both interesting as they have different features. The first is non-regulated downstream and is used on a car-park for light motor-vehicles. The other is regulated and the traffic on it is made up of lorries. These sites will be described in this article.
series DDSS
email
last changed 2003/08/07 16:36

_id 2e5a
authors Matsumoto, N. and Seta, S.
year 1997
title A history and application of visual simulation in which perceptual behaviour movement is measured.
source Architectural and Urban Simulation Techniques in Research and Education [3rd EAEA-Conference Proceedings]
summary For our research on perception and judgment, we have developed a new visual simulation system based on the previous system. Here, we report on the development history of our system and on the current research employing it. In 1975, the first visual simulation system was introduced, witch comprised a fiberscope and small-scale models. By manipulating the fiberscope's handles, the subject was able to view the models at eye level. When the pen-size CCD TV camera came out, we immediately embraced it, incorporating it into a computer controlled visual simulation system in 1988. It comprises four elements: operation input, drive control, model shooting, and presentation. This system was easy to operate, and the subject gained an omnidirectional, eye-level image as though walking through the model. In 1995, we began developing a new visual system. We wanted to relate the scale model image directly to perceptual behavior, to make natural background images, and to record human feelings in a non-verbal method. Restructuring the above four elements to meet our equirements and adding two more (background shooting and emotion spectrum analysis), we inally completed the new simulation system in 1996. We are employing this system in streetscape research. Using the emotion spectrum system, we are able to record brain waves. Quantifying the visual effects through these waves, we are analyzing the relation between visual effects and physical elements. Thus, we are presented with a new aspect to study: the relationship between brain waves and changes in the physical environment. We will be studying the relation of brain waves in our sequential analysis of the streetscape.
keywords Architectural Endoscopy, Endoscopy, Simulation, Visualisation, Visualization, Real Environments
series EAEA
email
more http://www.bk.tudelft.nl/media/eaea/eaea97.html
last changed 2005/09/09 10:43

_id acadia16_140
id acadia16_140
authors Nejur, Andrei; Steinfeld, Kyle
year 2016
title Ivy: Bringing a Weighted-Mesh Representations to Bear on Generative Architectural Design Applications
source ACADIA // 2016: POSTHUMAN FRONTIERS: Data, Designers, and Cognitive Machines [Proceedings of the 36th Annual Conference of the Association for Computer Aided Design in Architecture (ACADIA) ISBN 978-0-692-77095-5] Ann Arbor 27-29 October, 2016, pp. 140-151
doi https://doi.org/10.52842/conf.acadia.2016.140
summary Mesh segmentation has become an important and well-researched topic in computational geometry in recent years (Agathos et al. 2008). As a result, a number of new approaches have been developed that have led to innovations in a diverse set of problems in computer graphics (CG) (Sharmir 2008). Specifically, a range of effective methods for the division of a mesh have recently been proposed, including by K-means (Shlafman et al. 2002), graph cuts (Golovinskiy and Funkhouser 2008; Katz and Tal 2003), hierarchical clustering (Garland et al. 2001; Gelfand and Guibas 2004; Golovinskiy and Funkhouser 2008), primitive fitting (Athene et al. 2004), random walks (Lai et al.), core extraction (Katz et al.) tubular multi-scale analysis (Mortara et al. 2004), spectral clustering (Liu and Zhang 2004), and critical point analysis (Lin et al. 20070, all of which depend upon a weighted graph representation, typically the dual of a given mesh (Sharmir 2008). While these approaches have been proven effective within the narrowly defined domains of application for which they have been developed (Chen 2009), they have not been brought to bear on wider classes of problems in fields outside of CG, specifically on problems relevant to generative architectural design. Given the widespread use of meshes and the utility of segmentation in GAD, by surveying the relevant and recently matured approaches to mesh segmentation in CG that share a common representation of the mesh dual, this paper identifies and takes steps to address a heretofore unrealized transfer of technology that would resolve a missed opportunity for both subject areas. Meshes are often employed by architectural designers for purposes that are distinct from and present a unique set of requirements in relation to similar applications that have enjoyed more focused study in computer science. This paper presents a survey of similar applications, including thin-sheet fabrication (Mitani and Suzuki 2004), rendering optimization (Garland et al. 2001), 3D mesh compression (Taubin et al. 1998), morphin (Shapira et al. 2008) and mesh simplification (Kalvin and Taylor 1996), and distinguish the requirements of these applications from those presented by GAD, including non-refinement in advance of the constraining of mesh geometry to planar-quad faces, and the ability to address a diversity of mesh features that may or may not be preserved. Following this survey of existing approaches and unmet needs, the authors assert that if a generalized framework for working with graph representations of meshes is developed, allowing for the interactive adjustment of edge weights, then the recent developments in mesh segmentation may be better brought to bear on GAD problems. This paper presents work toward the development of just such a framework, implemented as a plug-in for the visual programming environment Grasshopper.
keywords tool-building, design simulation, fabrication, computation, megalith
series ACADIA
type paper
email
last changed 2022/06/07 07:58

_id 5764
authors Stouffs, R. and Krishnamurti, R.
year 1996
title On a query language for weighted geometries
source O. Moselhi, C. Bedard and S. Alkass (eds.), Third Canadian Conference on Computing in Civil and Building Engineering, Canadian Society for Civil Engineering, Montreal, pp. 783–793
summary Computational design relies on effective models of geometry, for the creation of (geometries of) design artifacts and the querying of the characteristics of these (geometries). In the search for appropriate solid models, there is a consensus - namely, a solid model has to be complete - that is, the corresponding representations are "adequate for answering arbitrary geometric questions algorithmically''. However, this statement becomes more difficult to qualify as users and, in particular, designers pose new questions that go beyond geometry and require other information to be included. Current CAD systems tend to focus on the representation of design artifacts, and on the tools and operations for the creation and manipulation of these representations. Techniques for querying are mostly added as afterthoughts, constrained by the data representation system and methods. Yet, querying a design is as much an intricate aspect of the design process as is the creation or manipulation thereof. In this paper, we explore the foundation of a query language that allows for a rich body of queries, using both geometric and non-geometric data, and incorporating spatial rules as a syntactical expression for pattern matching on geometries.
series other
email
last changed 2003/04/23 15:50

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

_id 8bd9
authors Coomans, M.K.D. and Oxman, R.M.
year 1996
title Prototyping of Designs in Virtual Reality
source H.J.P. Timmermans (ed.), 3rd Design and Decision Support Systems in Architecture and Urban Planning Conference, Vol I: Architecture Proceedings, pp. 13-25
summary Conventional CAD systems have not yet proven their ability to provide support for activities which characterise the early conceptual phase of design. We propose to refer to this set of capabilities of the human designer in conventional design as, design prototyping. We define the theoretical limitations of current CAD systems for supporting design prototyping, and postulate the potential of functionally dedicated, task related, CAD modules in Virtual Reality as a means to provide a unique form of a knowledgebased, visual design support environment for design prototyping support. We are currently engaged in a research program in which we explore CAD as a medium to support early conceptual design through rapid prototyping of architectural form. Furthermore we are exploring Virtual Reality as a potential design prototyping environment in which prototypes of designs can be constructed, communicated and visually evaluated at a high level of verisimilitude. In the first phase we have built the prototype system VIDE. This system has been used for extensive internal evaluation. In the ongoing second phase we are constructing an empirical research to observe designers at work on design prototyping in the Virtual Reality environment.
series other
last changed 2003/04/23 15:50

_id ddssar9602
id ddssar9602
authors Coomans, M.K.D. and Oxman, R.M.
year 1996
title Prototyping of Designs in Virtual Reality
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary Conventional CAD systems have not yet proven their ability to provide support for activities which characterise the early conceptual phase of design. We propose to refer to this set of capabilities of the human designer in conventional design as, design prototyping. We define the theoretical limitations of current CAD systems for supporting design prototyping, and postulate the potential of functionally dedicated, task related, CAD modules in Virtual Reality as a means to provide a unique form of a knowledge-based, visual design support environment for design prototyping support. We are currently engaged in a research program in which we explore CAD as a medium to support early conceptual design through rapid prototyping of architectural form. Furthermore we are exploring Virtual Reality as a potential design prototyping environment in which prototypes of designs can be constructed, communicated and visually evaluated at a high level of verisimilitude. In the first phase we have built the prototype system VIDE. This system has been used for extensive internal evaluation. In the ongoing second phase we are constructing an empirical research to observe designers at work on design prototyping in the Virtual Reality environment.
series DDSS
last changed 2003/08/07 16:36

_id ddssup9605
id ddssup9605
authors Demir, Yuksel
year 1996
title A Design & Decision Support System Proposal for Housing
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary The subject of this study is to develop an information management system integrating all the related specialists and sources of information virtually from all related fields in building sector (housing) of Turkey; including design, production, construction, marketing, research. The application field has been chosen as housing for having a contribution to the existing housing problem. Although the subject of architecture is one : "the building", the specialists taking place during the lifetime of a building (from design, to destruction) are numerous. Moreover the links between practitioners, academicians, industry are missing Conventional methods, technology are expensive, time consuming. and insufficient to establish and maintain a healthy coordination between these contributors (mainly the design team and all the other related persons, institutions etc.). This has a strong negative effect on the concepts of "wholeness " and "integrity". The result is a built environment which is lacking significant qualities, while the money has been spent is even much more than required for a proper result. This means the loss of a considerable amount of resources. Especially in a country, which has to build thousands of houses each year, for low income groups, the efficient use of the limited sources becomes more essential. Though the potential user range of the system may include constructors, contractors, building element / material producers and retailers, surveyors, institutions, universities, the main user is aimed to be the architect. The system is aimed to support designers to deal with "complexity" without neglecting the concept of "wholeness". Within the study, the problems which became a stimulus for the development of this system will be investigated. The philosophical base, structure and the possible advantages of the proposal will be discussed.
keywords Design & Decision Support Systems, Information Technology, Information Management, Holistic View of Approach, Specialization
series DDSS
last changed 2003/08/07 16:36

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

For more results click below:

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