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 458

_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 d9bf
authors Goodchild, N.F., Steyaert, L.T., Parks, B.O., Johnson, C., Maidment, D., Crane, M. and Glendinning, S. (Eds.)
year 1996
title GIS and Environmental Modeling: Progress and Research Issues
source Fort Collins, CO: GIS World Books, pp.451-454
summary GIS and Environmental Modeling: Progress and Research Issues Michael F. Goodchild, Louis T. Steyaert, Bradley O. Parks, Carol Johnston, David Maidment, Michael Crane, and Sandi Glendinning, Editors With growing pressure on natural resources and landscapes there is an increasing need to predict the consequences of any changes to the environment. Modelling plays an important role in this by helping our understanding of the environment and by forecasting likely impacts. In recent years moves have been made to link models to Geographical Information Systems to provide a means of analysing changes over an area as well as over time. GIS and Environmental Modeling explores the progress made to date in integrating these two software systems. Approaches to the subject are made from theoretical, technical as well as data stand points. The existing capabilities of current systems are described along with important issues of data availability, accuracy and error. Various case studies illustrate this and highlight the common concepts and issues that exist between researchers in different environmental fields. The future needs and prospects for integrating GIS and environmental models are also explored with developments in both data handling and modelling discussed. The book brings together the knowledge and experience of over 100 researchers from academic, commercial and government backgrounds who work in a wide range of disciplines. The themes followed in the text provide a fund of knowledge and guidance for those involved in environmental modelling and GIS. The book is easily accessible for readers with a basic GIS knowledge and the ideas and results of the research are clearly illustrated with both colour and black and white graphics.
series other
last changed 2003/04/23 15:14

_id fb63
id fb63
authors Jabi, Wassim
year 1996
title An Outline of the Requirements for a Computer-Supported Collaborative Design System
source Open House International, vol 21, no 1, March 1996
summary Computer-Aided Architectural Design (CAAD) systems have adequately satisfied several needs so far. They have dramatically improved the accuracy and consistency of working drawings, enabled designers to visualize their design ideas in three-dimensions, allowed the analysis of designs through data exchange and integrated databases, and even allowed the designers to evaluate (and in some cases generate) designs based on comparisons to previous cases and/or the formalization of grammars. Yet, there is a consensus that CAAD systems have not yet achieved their full potential. First, most systems employ a single-user approach to solving architectural problems which fails to grapple with the fact that most design work is done through teamwork. Second, current systems still can not support early design stages which involve client briefing, data collection, building program formulation, and schematic design generation. This paper seeks to study remedies to both of the afore-mentioned limitations through focusing on the fundamental dialectic and collaborative nature of what is called designing: a concerned social activity that proceeds by creating architectural elements to address a set of requirements and their re-thinking as a result of architectural conjecture. To investigate this relationship, it is proposed to build a computer-supported collaborative design environment using the tools of conceptual modeling, object-oriented algorithms, and distributed agents. Based on findings regarding the role of artifacts in collaborative design and a literature survey, this paper concludes with an outline of the requirements for the above system.
series journal paper
type normal paper
email
last changed 2008/06/12 16:34

_id 2f3c
authors Jabi, Wassim
year 1996
title An Outline of the Requirements for a Computer-Supported Collaborative Design System
source Open House International, vol. 21 no 1, March 1996, pp. 22-30
summary Computer-Aided Architectural Design (CAAD) systems have adequately satisfied several needs so far. They have dramatically improved the accuracy and consistency of working drawings, enabled designers to visualize their design ideas in three-dimensions, allowed the analysis of designs through data exchange and integrated databases, and even allowed the designers to evaluate (and in some cases generate) designs based on comparisons to previous cases and/or the formalization of grammars. Yet, there is a consensus that CAAD systems have not yet achieved their full potential. First, most systems employ a single-user approach to solving architectural problems which fails to grapple with the fact that most design work is done through teamwork. Second, current systems still can not support early design stages which involve client briefing, data collection, building program formulation, and schematic design generation. This paper seeks to study remedies to both of the afore-mentioned limitations through focusing on the fundamental dialectic and collaborative nature of what is called designing: a concerned social activity that proceeds by creating architectural elements to address a set of requirements and their re-thinking as a result of architectural conjecture. To investigate this relationship, it is proposed to build a computer-supported collaborative design environment using the tools of conceptual modeling, object-oriented algorithms, and distributed agents. Based on findings regarding the role of artifacts in collaborative design and a literature survey, this paper concludes with an outline of the requirements for the above system.
keywords Computer Supported Collaborative Design
series other
email
last changed 2002/03/05 19:54

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagú of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id ae1b
authors Zarnowiecka, Jadwiga C.
year 1998
title Chaos, Databases and Fractal Dimension of Regional Architecture
doi https://doi.org/10.52842/conf.ecaade.1998.267
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998, pp. 267-270
summary Modern research on chaos started in the 60's from an incredible finding that simple mathematical equations can model systems as complicated as waterfalls. In the 70's some scientists in the USA and in Europe started to find their way through the chaos. They were dealing with different spheres of science: mathematics, physics, biology, chemistry, physiology, ecology, economy. In the next 10 years? time the term 'chaos' has become generally known in science. Scientists gather in research groups according to their interests as to chaos and secondly according to their scientific specialities. (Gleick 1996) Objects that described chaos were irregular in shape, ripped. In 1975 Benoit Mandelbrot called them fractals. Fractal dimension that described fractal objects was also his invention. Fractal dimension is a way to measure quality: the degree of harshness, uneveness, irregularity of a given object. Carl Bovill (1996) showed how one can use fractal geometry in architecture and designing. This very fact made me try to use fractal geometry to deal with regional architecture. What or who is the degree of regionality of a given object to be for? A specially qualified person is able to state it nearly automatically. However, regionality is in some sense an unmeasurable feature. While dealing with data basis or checking particular projects, creation of procedures of automatic acquiring information concerning regionality is becoming a necessity.
series eCAADe
email
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/20zarnowiecka/index.htm
last changed 2022/06/07 07:57

_id c2cf
authors Roberts, Andrew
year 1996
title CAAD - The Role of the Design Tutor
doi https://doi.org/10.52842/conf.ecaade.1996.381
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 381-386
summary Whilst it is often argued that computers have an positive role to play in the educational process, design tutors frequently view computer based design work as being of inferior quality to that of designs produced by traditional means. This may be no fault of the technology, but more likely a consequence of a student’s inappropriate use of that technology. It could be argued that part of the role of the design tutor is to encourage students to use technology in a more appropriate way, rather than to totally discourage the use of computers in their designs. The introduction of computer technologies has led to new ways of designing, which may be very different to the methods of design that are traditionally taught. This paper proposes that the successful implementation of CAAD in Architectural design education, can only be achieved if design tutors fully appreciate and embrace these new design methodologies, in a way which extends beyond the need to simply accept the new technology.

series eCAADe
email
more http://ctiweb.cf.ac.uk/
last changed 2022/06/07 07:56

_id 3151
authors Sanders, K.
year 1996
title The Digital Architect
source New York, NY, John Wiley &Sons
summary Written by an architect for design professionals, The Digital Architect is a gold mine of commonsense advice and guidance on the realities of using computer technology in design practice. Ken Sanders, AIA, takes you beyond the hyperbole to discover the practical reality of using computers today. He explains their strengths and weaknesses; what these tools do and what they don't do; and how they can be used strategically and tactically to improve quality, productivity, and profits in design firms of all sizes. Drawing on his own experiences and those of colleagues from across the nation whose comments appear throughout, he provides a wealth of valuable insights and advice on: * Choosing technology that leverages your professional value * Integrating technology seamlessly into your firm * Implementing cost-effective technology training and education * Managing the digital office, including liability, privacy, and security issues * Organizing the knowledge base of your firm * Using the Internet's World Wide Web as a global information resource * Hardware platforms, operating systems, and networks * Software tools and applications, including CAD, word processing, spreadsheets, multimedia, visualization, animation, virtual reality, on-line services, and more * The latest releases of major software products, including Windows 95TM and AutoCAD(r) Release 13(r) The only guide of its kind, The Digital Architect is a valuable tool for architects, engineers, designers, and all those who participate in creating the built environment.
series other
last changed 2003/04/23 15:14

_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 ddssar9631
id ddssar9631
authors Stouffs, Rudi and Krisbnamurti, Ramesh
year 1996
title The Extensibility and Applicability of Geometric Representations
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 As designers pose new questions, within the context of computational design, that go beyond geometry and require other information to be included, there is, now more than ever, a need for extensible geometric representations. We believe that such can best be achieved using abstract data types defined over a set of basic operations, common to all data types. At the same time, we must consider the applicability of such a representation with respect to the functionalities of the application. In this paper, we explore these issues of extensibility and applicability as these relate to the questions of standardization and adaptability of representations. As a particular example, we consider an algebraic model, with a corresponding representation, that defines arithmetic operations that operate uniformly and consistently on geometries and on non-geometric attributes of various kinds.
series DDSS
last changed 2003/08/07 16:36

_id 1aa5
authors Huangb, X., Gub, P. and Zernickea, R.
year 1996
title Localization and comparison of two free-form surfaces
source Computer-Aided Design, Vol. 28 (12) (1996) pp. 1017-1022
summary Comparison of two free-form surfaces based on discrete data points is of paramount importance for reverse engineering. It can be used to assess the accuracy of the reconstructed surfaces and to quantify thedifference between two such surfaces. The entire process involves three main steps: data acquisition, 3D feature localization and quantitative comparison. This paper presents models and algorithms for 3D featurelocalization and quantitative comparison. Complex free-form surfaces are represented by bicubic parametric spline surfaces using discrete points. A simple yet effective pseudoinverse algorithm was developed andimplemented for localization. It consists of two iterative operations, namely, constructing a pseudo transformation matrix and point matching. A computing algorithm was developed to compare two such surfacesusing optimization techniques. Since this approach does not involve solving non-linear equations for the parameters of positions and orientations, it is fast and robust. The algorithm was implemented and testedwith several examples. It is effective and can be used in industry for sculptured surface comparison.
keywords Free-Form Sculptured Surface, Localization, Point Matching, Surface Comparison
series journal paper
last changed 2003/05/15 21:33

_id 3125
authors Peyret, F. Bétaille, D. and Hintzy, G.
year 2000
title High-precision application of GPS in the field of real-time equipment positioning
source Automation in Construction 9 (3) (2000) pp. 299-314
summary In the frame of its research concerning real-time positioning and control of road construction equipment, the Laboratoire Central des Ponts et Chaussées, has carried out in 1996 a study to know more about the actual vertical accuracy that a real-time kinematic (RTK) global positioning system (GPS) sensor could reach, under work site conditions. This study has widely used the dedicated testing facility called SESSYL, built to perform high-accuracy and real-time evaluation tests on positioning systems. It has been performed in collaboration with the French road contractor COLAS and the Ecole Supérieure des Géomètres et Topographes (ESGT). First, there is the proposed adapted geodetic transformation procedure, compatible with the high accuracy requirements. Then, the main results of a special SESSYL tests program are presented, where the impacts of several influencing parameters on the vertical accuracy have been carefully examined. The core part of the paper is the analysis of the typical RTK GPS set of data, from which we have tried to extract two different components: a high-frequency noise, rather easy to filter, and a low-frequency bias. This bias, given its good repeatability, can be modelled and used in prediction to improve in real-time the raw accuracy of the data. As a full-scale validation of our study, a site experiment is finally described, carried out this time on a real piece of equipment (an asphalt paver) during real roadwork.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 2319
authors Schreibmayer, Peter
year 1996
title FULL-SCALE OR THE TRUTH IN “TRUE-SCALE”
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary Before architecture is put into reality it is simulated, either by means of drafts, or plans, models, or videos etc. .All these simulations represent anticipations of a later reality, instructions for action, sometimes they are no more than forecasts. Whether they hold true is up to the built object to prove. Only the full-scale throws light on spatial impact, the quality of design, the environmental compatibility, the value in use and finally, on the constructional accuracy regarding any decisions followed through with. The focus of working at the Department for Experimental Building Construction of the Graz University of technology is aimed at getting the students acquainted with these possibilities during their studies. Planning as well as building is carried out right on the spot and thus the process starting with the mere idea right down to the architectural reality, as well as the feedback, however in reverse, can be witnessed and perceived.
keywords Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2004/05/04 14:44

_id eb87
authors Bhavnani, S.K.
year 1996
title How Architects Draw with Computers: A Cognitive Analysis of Real-World CAD Interactions
source Carnegie Mellon University, School of Architecture and School of Computer Science
summary New media throughout history have passed through a period of transition during which users and technologists took many years to understand and exploit the medium's potential. CAD appears to be passing through a similar period of transition; despite huge investments by vendors and users, CAD productivity remains difficult to achieve. To investigate if history can provide any insights into this problem, this thesis begins with an examination of well-known examples from history. The analysis revealed that, over time, users had developed efficient strategies which were based on powers and limitations of tools; delegation strategies exploited powers provided by tools, and circumvention strategies attempted to overcome their limitations. These insights on efficient strategies were used to investigate the CAD productivity problem based on four research questions:

1. How do architects currently use CAD systems to produce drawings?

2. What are the effects of current CAD usage on product and performance?

3. What are the possible causes of current CAD usage?

4. What are the capabilities of the CAD medium and how can they be used efficiently?

The above four questions were addressed through the qualitative, quantitative, and cognitive analysis of data collected during an ethnographic study of architects working in their natural environment. The qualitative and quantitative analysis revealed that users missed many opportunities to use strategies that delegated iteration to the computer. The cognitive analysis revealed that missed opportunities to use such delegation strategies caused an increase in execution time, and an increase in errors many of which went undetected leading to the production of inaccurate drawings. These analyses pointed to plausible cognitive and contextual explanations for the inefficient use of CAD systems, and to a framework to identify and teach efficient CAD strategies. The above results were found to be neither unique to the CAD domain, nor to the office where the data were collected. The generality of these results motivated the identification of seven claims towards a general theory to explain and identify efficient strategies for a wide range of devices. This thesis contributes to the field of architecture by providing a detailed analysis of real-world CAD usage, and an approach to improve the performance of CAD users. The thesis also contributes to the field of human-computer interaction by demonstrating the generality of these results and by laying the framework for a general theory of efficient strategies which could be used to improve the performance of users of current and future computer applications.

series thesis:PhD
email
last changed 2003/04/15 13:36

_id 8e02
authors Brown, A.G.P. and Coenen, F.P.
year 2000
title Spatial reasoning: improving computational efficiency
source Automation in Construction 9 (4) (2000) pp. 361-367
summary When spatial data is analysed the result is often very computer intensive: even by the standards of contemporary technologies, the machine power needed is great and the processing times significant. This is particularly so in 3-D and 4-D scenarios. What we describe here is a technique, which tackles this and associated problems. The technique is founded in the idea of quad-tesseral addressing; a technique, which was originally applied to the analysis of atomic structures. It is based on ideas concerning Hierarchical clustering developed in the 1960s and 1970s to improve data access time [G.M. Morton, A computer oriented geodetic database and a new technique on file sequencing, IBM Canada, 1996.], and on atomic isohedral (same shape) tiling strategies developed in the 1970s and 1980s concerned with group theory [B. Grunbaum, G.C. Shephard, Tilings and Patterns, Freeman, New York, 1987.]. The technique was first suggested as a suitable representation for GIS in the early 1980s when the two strands were brought together and a tesseral arithmetic applied [F.C. Holdroyd, The Geometry of Tiling Hierarchies, Ars Combanitoria 16B (1983) 211–244.; S.B.M. Bell, B.M. Diaz, F.C. Holroyd, M.J.J. Jackson, Spatially referenced methods of processing raster and vector data, Image and Vision Computing 1 (4) (1983) 211–220.; Diaz, S.B.M. Bell, Spatial Data Processing Using Tesseral Methods, Natural Environment Research Council, Swindon, 1986.]. Here, we describe how that technique can equally be applied to the analysis of environmental interaction with built forms. The way in which the technique deals with the problems described is first to linearise the three-dimensional (3-D) space being investigated. Then, the reasoning applied to that space is applied within the same environment as the definition of the problem data. We show, with an illustrative example, how the technique can be applied. The problem then remains of how to visualise the results of the analysis so undertaken. We show how this has been accomplished so that the 3-D space and the results are represented in a way which facilitates rapid interpretation of the analysis, which has been carried out.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 90a7
authors Eastman, C.M.
year 1996
title Managing Integrity in Design Information Flows
source Computer Aided Design (May, 1996). 28:6n, pp. 551-565
summary The purpose of this work is to develop automatic methods of semantic integrity maintenance, in support of concurrent engineering. Semantic integrity relations in any final engineering design are built up incrementally, through the use of different computer applications. Here, the structure of these integrity relations are formalized for representation within a database. When changes to a design have to be made, they can invalidate integrity relations in other parts of the design. Formal methods are defined for identifying what data and integrity relations are invalidated by any change. Methods for making changes that minimize re-design are described and formalized. Opportunities for using semantic integrity to assess progress on a design are reviewed.
series journal paper
email
last changed 2003/04/23 15:14

_id a022
authors Hirschberg, U. and Streilein, A.
year 1996
title CAAD meets digital photogrammetry: modelling _weak forms_ for computer measurement
source Automation in Construction 5 (3) (1996) pp. 171-183
summary The integration of state-of-the-art photogrammetric methods with the capabilities of CAAD has great potential for a variety of architectural applications. This paper describes the current status of an ongoing research project which aims to develop an easy to use tool for the photogrammetric generation of accurate, reliable and well structured 3D CAAD models of architectural objects. The project adresses the whole range of issues that arise from the digital image acquisition to the data processing, the data integration between photogrammetry and CAAD and the architectural structuring of the geometric data. While also giving a brief overview of the project, the paper concentrates on one central aspect of the system: a method to model what we will define as 'weak forms' as the basis for qualitatively controlled computer measurement.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 4e8e
authors Lewin, Jenniffer S. and Gross, Mark D.
year 1996
title Resolving Archaeological Site Data With 3D Computer Modeling: The Case of Ceren
doi https://doi.org/10.52842/conf.acadia.1996.255
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 255-266
summary This paper reports on our experience working with a team of anthropologists to construct three- dimensional computer graphic models of Ceren, an archaeological site in western El Salvador, using inexpensive hardware and software. In constructing the model we discovered various ambiguities and inconsistencies in the raw site data and drawings we were provided. We resolved these problems by analysis and reinterpretation of the data, working closely with our archaeologist collaborator. What began as a simple exercise in rendering developed into a collaborative research effort to understand and interpret the source data. The process of computer modeling forced us to re-examine, analyze and interpret the information from the site.
series ACADIA
email
last changed 2022/06/07 07:52

_id 44cc
authors Martens, Bob (ed.)
year 1996
title Full-scale Modeling in the Age of Virtual Reality
source Proceedings of the 6th European Full-scale Modeling Association Conference / ISBN 3-85437-132-2 / Vienna (Austria) 4-6 September 1996, 140 p.
summary In times characterized by the growing "architectural criticism"; to the same extent as by the helplessness of the anonymous user the communication process between contractors, planner and users gains in importance. If communication is successful will not only depend on the quality of the project but also on the means of conveyance, e.g. visualizing or model representation. Can planning evaluation be effectively supported by virtual reality (VR)?

The principal item of a full-scale lab preferably features a court-like facility where the 1:1 simulations are performed. Such lab facilities can be found at various architecture education centers throughout Europe. In the early eighties the European Full-scale Modeling Association (abrev. EFA, full-scale standing for 1:1 or simulation in full-scale) was founded acting as the patron of a conference every two years. In line with the conference title "Full-scale Modeling in the Age of Virtual Reality" the participants were particularly concerned with the relationship of physical 1:1 simulations and VR. The assumption that those creating architecture provide of a higher degree of affinity to physical than to virtual models and prototypes was subject of vivid discussions.

Furthermore, the participants devoted some time to issues such as the integration of model-like ideas and built reality thus uncovering any such synergy-effects. Thus some major considerations had to be given to the question of how the architectís model-like ideas and built reality would correspond, also dealing with user-suitability as such: what the building artist might be thrilled with might not turn out to be the residentsí and usersí everyday delight. Aspects of this nature were considered at the îArchitectural Psychology Meeting” together with specialists on environment and aesthetics. As individual space perception as well as its evaluation differ amongst various architects, and these being from various countries furnishing cultural differences, lively discussions were bound to arise.

keywords VR, Virtual Reality, Simulation in Full-scale, Model Simulation, Real Environments
series other
email
more http://info.tuwien.ac.at/efa/EFA-Proceedings.html
last changed 2003/08/25 10:12

_id 2ca1
authors Montagu, A. and Bermudez, J.
year 1998
title Datarq: The Development of a Website of Modern Contemporary Architecture
doi https://doi.org/10.52842/conf.ecaade.1998.x.p7a
source Computerised Craftsmanship [eCAADe Conference Proceedings] Paris (France) 24-26 September 1998
summary The pedagogic approach in the architectural field is suffering a deep change taking in consideration the impact that has been produced mainly by the CAD and multimedia procedures. An additional view to be taken in consideration is the challenge produced by the influence of advanced IT which since 1990-92, has affected positively the exchange of information among people of the academic environment. Several studies confirm this hypothesis, from the wide cultural spectrum when the digitalization process was emerging as an alternative way to data processing (Bateson 1976) to the pedagogical-computational side analyzed by (Papert 1996). One of the main characteristics indicated by S. Papert (op.cit) is the idea of "self teaching" which students are used everywhere due to the constant augment of "friendly" software and the decreasing costs of hardware. Another consequences to point out by S. Paper (op.cit) is that will be more probably that students at home will have more actualized equipment that most of the computer lab. of schools in general. Therefore, the main hypothesis of this paper is, "if we are able to combine usual tutorials design methods with the concept of "self-teaching" regarding the paradigmatic architectural models that are used in practically all the schools of architecture (Le Corbusier, F.L.Wright, M.v. der Rohe, M.Botta, T.Ando, etc.) using a Web site available to everybody, what we are doing is expanding the existing knowledge in the libraries and fulfill the future requirements of the newly generations of students".
series eCAADe
email
more http://www.paris-valdemarne.archi.fr/archive/ecaade98/html/35montagu/index.htm
last changed 2022/06/07 07:50

For more results click below:

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