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 520

_id 1f62
authors Kiliccote, Han
year 1997
title A standards processing framework
source Carnegie Mellon University, Pittsburgh
summary Civil engineers create and employ a very large number of design standards, especially in the United States. Designing using such a large number of design standards is a tedious, laborious, and difficult task. One major research task in Computer-Aided Engineering (CAE) is the development of software tools that assist in the usage of design standards during the design process. This dissertation, a standards processing framework is presented. It is an agent-based approach to providing computer-aided support for using design standards. In this framework, modules, such as standards processing servers, are treated as agents communicating using a defined communication language. One immediate advantage of this architecture is that it allows the incorporation of a broad, powerful set of representation for use in modeling design standards.
series thesis:PhD
email
more http://han.ices.cmu.edu
last changed 2003/02/12 22:37

_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 0992
authors Belibani, R. and Gadola, A.
year 1997
title On Digital Architecture
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.r1n
summary One of the main aims of this research was to highlight the influence of computer as a designing tool. Their wide acceptance as drawing tools might occult the importance of their role in architectural design. We will try to apprehend, with the help of synthetic images, that computers mark a historic step forward in drawing and representation, as well as a major progress in the understanding of creative processes.

Together these features offer a broader horizon to architectural design. New source of inspiration can be found in virtual reality that makes visible what does not really exist, permitting design to suggest itself with its primordial image. We mean a kind of architectural imprint, where the first three-dimensional lines suggest in some way the designer with their shape, and encourage the definition process.

Through the visualisation of some images, it is possible to show the modifications of language and style, to examine the transformation modalities of the design process and to propose an essay of the new methods to communicate architecture.

series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/belibani/belibani.htm
last changed 2022/06/07 07:50

_id debf
authors Bertol, D.
year 1997
title Designing Digital Space - An Architect's Guide to Virtual Reality
source John Wiley & Sons, New York
summary The first in-depth book on virtual reality (VR) aimed specifically at architecture and design professionals, Designing Digital Space steers you skillfully through the learning curve of this exciting new technology. Beginning with a historical overview of the evolution of architectural representations, this unique resource explains what VR is, how it is being applied today, and how it promises to revolutionize not only the design process, but the form and function of the built environment itself. Vividly illustrating how VR fits alongside traditional methods of architectural representation, this comprehensive guide prepares you to make optimum practical use of this powerful interactive tool, and embrace the new role of the architect in a virtually designed world. Offers in-depth coverage of the virtual universe-data representation and information management, static and dynamic worlds, tracking and visual display systems, control devices, and more. Examines a wide range of current VR architectural applications, from walkthroughs, simulations, and evaluations to reconstructions and networked environments Includes insightful essays by leading VR developers covering some of today's most innovative projects Integrates VR into the historical framework of architectural development, with detailed sections on the past, present, and future Features a dazzling array of virtual world images and sequential displays Explores the potential impact of digital architecture on the built environment of the future
series other
last changed 2003/04/23 15:14

_id 127c
authors Bhavnani, S.K. and John, B.E.
year 1997
title From Sufficient to Efficient Usage: An Analysis of Strategic Knowledge
source Proceedings of CHI'97 (1997), 91-98
summary Can good design guarantee the eflicient use of computer tools? Can experience guarantee it? We raise these questions to explore why empirical studies of real-world usage show even experienced users under-utilizing the capabilities of computer applications. By analyzing the use of everyday devices and computer applications, as well as reviewing empirical studies, we conclude that neither good design nor experience may be able to guarantee efficient usage. Efficient use requires task decomposition strategies that exploit capabilities offered by computer applications such as the ability to aggregute objects, and to manipulate the aggregates with powerful operators. To understand the effects that strategies can have on performance, we present results from a GOMS analysis of a CAD task. Furthermore, we identify some key aggregation strategies that appear to generalize across applications. Such strategies may provide a framework to enable users to move from a sufficient to a more ef)icient use of computer tools.
keywords Strategies; Task Decomposition; Aggregation
series other
email
last changed 2003/11/21 15:16

_id aa2f
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 1997
title An Intelligent Assistant for the Architectural Design Studio
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.a3a
summary It seems by now fairly accepted by many researchers in the field of the Computer Aided Design that the way to realise support tools for the architectural design is by means of the realisation of Intelligent Assistants. This kind of computer program, based on the Knowledge Engineering and machine learning, finds his power and effectiveness by the Knowledge Base on which it is based. Moreover, it appears evident that the modalities of dialogue among architects and operators in the field of building industry, are inadequate to support the exchange of information that the use of these tools requires.

In fact, many efforts at international level are in progress to define tools in order to make easier the multiple exchange of information in different fields of building design. Concerning this point, protocol and ontology of structured information interchanges constitute the first steps in this sense, e.g. those under standardisation by ISO (STEP), PDT models and Esprit project ToCEE. To model these problems it has brought forth a new research field: the collaborative design one, an evolution of distributed work and concurrent design.

The CAAD Laboratory of Dipartimento di Architettura and Urbanistica per l'Ingegneria has carried out a software prototype, KAAD, based on Knowledge Engineering in the fields of hospital building and of building for aged people. This software is composed by an Interface, a Knowledge Base, a Database and Constraints. The Knowledge Base has been codified by using the formal structure of frames, and has been implemented by the Lisp language. All the elements of KB are objects

keywords Design Studio
series eCAADe
email
more http://info.tuwien.ac.at/ecaade/proc/carrara/carrara.htm
last changed 2022/06/07 07:50

_id c1ad
authors Cheng, Nancy Yen-wen
year 1997
title Teaching CAD with Language Learning Methods
source Design and Representation [ACADIA ‘97 Conference Proceedings / ISBN 1-880250-06-3] Cincinatti, Ohio (USA) 3-5 October 1997, pp. 173-188
doi https://doi.org/10.52842/conf.acadia.1997.173
summary By looking at computer aided design as design communication we can use pedagogical methods from the well-developed discipline of language learning. Language learning breaks down a complex field into attainable steps, showing how learning strategies and attitudes can enhance mastery. Balancing the linguistic emphases of organizational analysis, communicative intent and contextual application can address different learning styles. Guiding students in learning approaches from language study will equip them to deal with constantly changing technology.

From overall curriculum planning to specific exercises, language study provides a model for building a learner-centered education. Educating students about the learning process, such as the variety of metacognitive, cognitive and social/affective strategies can improve learning. At an introductory level, providing a conceptual framework and enhancing resource-finding, brainstorming and coping abilities can lead to threshold competence. Using kit-of-parts problems helps students to focus on technique and content in successive steps, with mimetic and generative work appealing to different learning styles.

Practicing learning strategies on realistic projects hones the ability to connect concepts to actual situations, drawing on resource-usage, task management, and problem management skills. Including collaborative aspects in these projects provides the motivation of a real audience and while linking academic study to practical concerns. Examples from architectural education illustrate how the approach can be implemented.

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

_id d869
authors Chu, C.-C., Dani, T.H. and Gadh, R.
year 1997
title Multi-sensory user interface for a virtual-reality-based computer-aided design system
source Computer-Aided Design, Vol. 29 (10) (1997) pp. 709-725
summary The generation of geometric shapes called `geometric concept designs' via the multi-sensory user interface of a virtual reality (VR) based system motivates the currentresearch. In this new VR-based system, geometric designs can be more effectively inputted into the computer in a physically intuitive way. The interaction mechanism issimilar to the way in which industrial designers sit and discuss concept design shapes across a table from each other, prior to making a final decision about the productdetails. By using different sensory modalities, such as voice, hand motions and gestures, product designers can convey design ideas through the VR-basedcomputer-aided design (CAD) system. In this scenario, the multi-sensory interface between human and computer plays a central role with respect to usability, usefulnessand accuracy. The current paper focuses on determining the requirements for the multi-sensory user interface and assessing the applications of different input and outputmechanisms in the virtual environment (VE). In order to evaluate this multi-sensory user interface, this paper formulates the typical activities in product shape design intoa set of requirements for the VR-CAD system. On the basis of these requirements, we interviewed typical CAD users about the effectiveness of using different sensoryinput and output interaction mechanisms such as visual, auditory and tactile. According to the results of these investigations, a nodal network of design activity thatdefines the multi-sensory user interface of the VR-CAD system is determined in the current research. The VR-CAD system is still being developed. However, voicecommand input, hand motion input, three-dimensional visual output and auditory output have been successfully integrated into the current system. Moreover, severalmechanical parts have been successfully created through the VR interface. Once designers use the VR-CAD system that we are currently developing, the interfacerequirements determined in the current paper may be verified or refined. The objectives of the current research are to expand the frontiers of product design and establisha new paradigm for the VR-based conceptual shape design system.
keywords Virtual Reality, Multi-Sensory User Interface, Conceptual Shape Design, Sensory Interaction Mechanism
series journal paper
last changed 2003/05/15 21:33

_id 8b09
authors Cicognani, Anna and Maher, Mary Lou
year 1997
title Design Speech Acts. "How To Do Things with Words" in Virtual Communities
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 707-717
summary Cyberspace is language based, and so are Virtual Communities (VCs). We propose that VCs are ideal places to experience and enhance a language for design. Design in a VC can actually be performed using speech acts that in-real-life wouldn't perform any design. We call these acts 'design speech acts'. We present, as a starting point, a list of verbs which can be used in a VC for design and the implications of using these verbs to design cyberspace. We present a methodology for structuring and defining design speech acts, so that a language for design in a VC can be subsequently developed. We are developing a specific environment for a virtual community in which designers can articulate their needs and produce text-based design objects.
series CAAD Futures
email
last changed 1999/04/06 09:19

_id a58d
authors Cicognani, Anna
year 1997
title On the linguistic nature of Cyberspace and Virtual Communities
source CM Special Journal Issue. Edited by Dave Snowdon, Nottingham: Submitted
summary This paper argues for a linguistic explanation of the nature of Virtual Communities. Virtual Communities develop and grow in electronic space, or 'cyberspace'. Authors such as Benedikt Meyrowitz and Mitchell have theorised about the nature of electronic space whilst Lefebvre, Popper, Hakim Bey (aka Lamborn Wilson) and Kuhn have theorised more generally about the nature of space. Extending this tradition and the works of these authors, this paper presents a language based perspective on the nature of electronic spaces. Behaviour in cyberspace is based on and regulated by hardware, software tools and interfaces. A definition of electronic space cannot be given beyond its linguistic characteristics, which underlie and sustain it. The author believes that the more users and developers understand the relationship between language and cyberspace, the more they will be able to use specific metaphors for dwelling and inhabiting it. In particular, MUDs/MOOs and the Web are interesting places for testing and observing social behaviours and dynamics.
series journal paper
email
last changed 2003/04/23 15:50

_id b8a4
authors Dani, Tushar H and Gadh, Rajit
year 1997
title Creation of concept shape designs via a virtual reality interface
source Computer-Aided Design, Vol. 29 (8) (1997) pp. 555-563
summary This paper describes an approach for creating concept shape designs in a virtual reality environment--COVIRDS (COnceptual VIRtual Design System. Conceptdesign refers to the ab initio design of a product or part. In concept design, the product details such as shape features and exact dimensions are not rigidly definedand the designer has some freedom in determining the shape and dimensions of the product. Current CAD require the designer to specify shape and dimensions tocreate CAD models of products even though these are probably not necessary at the concept development stage. COVIRDS overcomes these drawbacks by providing abi-modal voice and hand-tracking based user interface to the VR-based CAD modeling environment. This interface allows rapid concept design creation withoutrequiring time consuming shape description and the tedious specifications of exact dimensions.
keywords Concept Shape Design, Virtual Reality Interfaces, Geometric Modeling
series journal paper
last changed 2003/05/15 21:33

_id 598d
authors Davies, P.
year 1997
title Case study - Multiprofessional
source Automation in Construction 6 (1) (1997) pp. 51-57
summary IT is just a tool, but the most powerful one ever to be offered to us. This case study deals with the areas at which IT can be targeted within the Building Design Partnership. Firstly, should anything be done and if so, what criteria should be used to choose the priorities? A SWOT analysis is one way way to identify goals. Strengths/weeknesses, opportunities/threats are the positive/negative pairs. We have to build our strength and perceive and take opportunities while at the same time countering weaknesses and threats. It is a threat that the industry sets a moving target of IT capability without wanting to meet its cost. It is an opportunity that only a few practices will be at the leading edge and that they will secure the key projects. IT could help us to overcome technical weaknesses and liability and reduce staff and premises costs. It could also increase our exposure to fixed capital costs in a cyclical business. IT could increase the success of integrated practice or it could make it easier for separate firms. We believe the likelihood is that IT will do as it has for financial services and favour the large, multi-national, well prepared and technologically advanced firms. New services will emerge and become assential and will separate the `sheep from the goats.'
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 389b
authors Do, Ellen Yi-Luen
year 2000
title Sketch that Scene for Me: Creating Virtual Worlds by Freehand Drawing
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 265-268
doi https://doi.org/10.52842/conf.ecaade.2000.265
summary With the Web people can now view virtual threedimensional worlds and explore virtual space. Increasingly, novice users are interested in creating 3D Web sites. Virtual Reality Modeling Language gained ISO status in 1997, although it is being supplanted by the compatible Java3D API and alternative 3D Web technologies compete. Viewing VRML scenes is relatively straightforward on most hardware platforms and browsers, but currently there are only two ways to create 3D virtual scenes: One is to code the scene directly using VRML. The other is to use existing CAD and modeling software, and save the world in VRML format or convert to VRML from some other format. Both methods are time consuming, cumbersome, and have steep learning curves. Pen-based user interfaces, on the other hand, are for many an easy and intuitive method for graphics input. Not only are people familiar with the look and feel of paper and pencil, novice users also find it less intimidating to draw what they want, where they want it instead of using a complicated tool palette and pull-down menus. Architects and designers use sketches as a primary tool to generate design ideas and to explore alternatives, and numerous computer-based interfaces have played on the concept of "sketch". However, we restrict the notion of sketch to freehand drawing, which we believe helps people to think, to envision, and to recognize properties of the objects with which they are working. SKETCH employs a pen interface to create three-dimensional models, but it uses a simple language of gestures to control a three-dimensional modeler; it does not attempt to interpret freehand drawings. In contrast, our support of 3D world creation using freehand drawing depend on users’ traditional understanding of a floor plan representation. Igarashi et al. used a pen interface to drive browsing in a 3D world, by projecting the user’s marks on the ground plane in the virtual world. Our Sketch-3D project extends this approach, investigating an interface that allows direct interpretation of the drawing marks (what you draw is what you get) and serves as a rapid prototyping tool for creating 3D virtual scenes.
keywords Freehand Sketching, Pen-Based User Interface, Interaction, VRML, Navigation
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id 6594
authors Emdanat, Samir S and Vakalo, Emmanuel G.
year 1997
title SHAPE GRAMMARS: AN ASSESSMENT OF THEIR UTILITY IN ARCHITECTURE
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 313-321
doi https://doi.org/10.52842/conf.caadria.1997.313
summary Shape grammars are generative formalisms that allow spatial computations to be carried out on shapes. This paper examines the assumptions, methodologies, and formalisms underlying shape grammar research in relation to architectural form and its making. The paper first establishes the criteria for evaluating the adequacy of a given generative system. Then, it applies them to the evaluation of the shape grammar formalism. Issues of the representation of style and language, procedural and declarative knowledge representation, as well as, the specificity and generalizability of the formalism will be addressed. The paper argues that, in its present state, shape grammar leaves a great deal to be desired in terms of its descriptive power and generalizability. The paper concludes by exploring some of the desired characteristics for languages of architectural form.
series CAADRIA
type normal paper
last changed 2022/06/07 07:55

_id d60d
authors Flemming, U., Bhavnani, S.K. and John, B.E.
year 1997
title Mismatched Metaphor: User vs. System Model in Computer-Aided Drafting
source Design Studies 18 (1997), 349-368
summary We report findings from an extensive study of the users of a Computer-Aided Drafting (CAD) system. Our observations suggest that the CAD system is used inefficiently, because users approach computer_aided drafting from a T-square metaphor reflecting their past experience with traditional drawing media. This prevents them from discovering and using effectively powerful system commands that have no equivalent in manual techniques. These findings suggest that we should rethink the ways in which CAD users are trained and manuals are written, and that we introduce CAD users to a more strategic use of CAD, particularly to a Detail/Aggregate/Manipulate (DAM) strategy that takes advantage of the compositional logic underlying a design.
keywords Architectural Design, Computer_aided Drafting; User Behaviour; Case Study; Modelling
series journal paper
email
last changed 2003/05/15 21:45

_id 6a37
authors Fowler, Thomas and Muller, Brook
year 2002
title Physical and Digital Media Strategies For Exploring ‘Imagined’ Realities of Space, Skin and Light
source Thresholds - Design, Research, Education and Practice, in the Space Between the Physical and the Virtual [Proceedings of the 2002 Annual Conference of the Association for Computer Aided Design In Architecture / ISBN 1-880250-11-X] Pomona (California) 24-27 October 2002, pp. 13-23
doi https://doi.org/10.52842/conf.acadia.2002.013
summary This paper will discuss an unconventional methodology for using physical and digital media strategies ina tightly structured framework for the integration of Environmental Control Systems (ECS) principles intoa third year design studio. An interchangeable use of digital media and physical material enabledarchitectural explorations of rich tactile and luminous engagement.The principles that provide the foundation for integrative strategies between a design studio and buildingtechnology course spring from the Bauhaus tradition where a systematic approach to craftsmanship andvisual perception is emphasized. Focusing particularly on color, light, texture and materials, Josef Albersexplored the assemblage of found objects, transforming these materials into unexpected dynamiccompositions. Moholy-Nagy developed a technique called the photogram or camera-less photograph torecord the temporal movements of light. Wassily Kandinsky developed a method of analytical drawingthat breaks a still life composition into diagrammatic forces to express tension and geometry. Theseschematic diagrams provide a method for students to examine and analyze the implications of elementplacements in space (Bermudez, Neiman 1997). Gyorgy Kepes's Language of Vision provides a primerfor learning basic design principles. Kepes argued that the perception of a visual image needs aprocess of organization. According to Kepes, the experience of an image is "a creative act ofintegration". All of these principles provide the framework for the studio investigation.The quarter started with a series of intense short workshops that used an interchangeable use of digitaland physical media to focus on ECS topics such as day lighting, electric lighting, and skin vocabulary tolead students to consider these components as part of their form-making inspiration.In integrating ECS components with the design studio, an nine-step methodology was established toprovide students with a compelling and tangible framework for design:Examples of student work will be presented for the two times this course was offered (2001/02) to showhow exercises were linked to allow for a clear design progression.
series ACADIA
email
last changed 2022/06/07 07:51

_id 452a
id 452a
authors Fukuda, T., Nagahama, R., Nomura, J.
year 1997
title Networked VR System: Kitchen Layout Design for Customers
source Proceedings of the second symposium on Virtual reality modeling language, Monterey, California, United States, pp.93-100
summary In this paper, we present our Virtual Reality (VR) technology application, a networked VR-supported design system of a kitchen layout. This networked VR system was developed on personal computers to allow customers to design at home. With the VR system, customers can have a pseudo-experience of their “virtual kitchen”, modify the design of the kitchen, and make decisions by being provided with a good idea of their potential purchase. The VR system will also play an important role in user interface in the House Design Advisory System. This system, which we are currently developing, will give advice on house design, as well as on kitchen layout design, according tothe customers’ diversified lifestyles.
keywords Kitchen Layout Design, Virtual Reality, VRML, VRML Browser, script, RDB, EUC
series other
type symposium
email
last changed 2006/08/24 07:28

_id 07d8
authors Garza, J.M. de la and Howitt, I.
year 1998
title Wireless communication and computing at the construction jobsite
source Automation in Construction 7 (4) (1998) pp. 327-347
summary For many years, the walkie-talkie has been synonymous with the construction industry. During jobsite project execution, there are three variables which can either hinder or facilitate successful results, namely, quality, quantity, and timing of information. Wireless data communications technology is capable of delivering just-in-time information within the `last mile' between the trailer and a desired location on the jobsite. This paper reports on a study which surveyed information needs at the jobsite, emerging wireless data communications technology, and assessed the extent to which wireless data technology can fulfill the information needs of the jobsite [J.M. de la Garza, I. Howitt, Wireless communication and computing at the jobsite, Research Report 136-11, Construction Industry Institute, Austin, TX, 1997]. We have organized jobsite information needs into the following ten categories: (a) requests for information, (b) materials management, (c) equipment management, (d) cost management, (e) schedule and means and methods, (f) jobsite record keeping, (g) submittals, (h) safety, (i) QC/QA, and (k) future trends. Each category was analyzed in terms of its appropriateness to take advantage of wireless technology. The four formats considered to transmit information wirelessly were: (a) live voice, (b) live video, (c) batched data, and (d) live data. Current wireless communication technology has been classified into the following five classes: (a) circuit-switched wireless data systems, (b) packet-switched wireless data systems––this class was further subdivided into specialized mobile radio systems and cellular digital packet data systems, (c) wireless local area networks, (d) paging systems, and (e) satellite-based data communications. A primer for wireless communications covering both fundamental and advanced communications concepts has also been included to enable a better understanding of the issues involved in making trade-offs while configuring a wireless jobsite communication system. The example presented in this paper shows how a contractor can define a subset of information needs by choosing from those already articulated herein and determine if a given wireless technology should even be considered as a viable way of meeting the information needs that such company has.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id b5f4
authors Gero, John S. and Ding, Lan
year 1997
title Exploring Style Emergence in Architectural Designs
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 287-296
summary This paper presents an evolutionary approach to style emergence in architectural designs. Emergence is the process of making features explicit which were previously only implicit. Style is considered as a set of common characteristics of a group of designs. It is interpreted using a language model as an analogy and is represented at the genetic level. An evolutionary system based on genetic engineering is developed. It emerges style by locating the genetic structures which produce that style. Preliminary results are presented.
series other
email
last changed 2003/04/06 09:26

_id 082c
authors Gero, John S. and Park, Soo-Hoon
year 1997
title Computable Feature-Based Qualitative Modeling of Shape
source CAAD Futures 1997 [Conference Proceedings / ISBN 0-7923-4726-9] München (Germany), 4-6 August 1997, pp. 821-830
summary This paper introduces and describes a qualitative approach to the modeling of shapes applicable at the early stage of designing. The approach is based on using qualitative codes at landmarks to describe shapes. These strings of codes can be analysed to determine patterns which map onto features. An analogy with language is drawn to assist in articulating the modeling ideas. An example is presented which demonstrates the utility of the approach.
series CAAD Futures
email
last changed 2003/08/07 14:07

For more results click below:

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