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 586

_id avocaad_2001_22
id avocaad_2001_22
authors Jos van Leeuwen, Joran Jessurun
year 2001
title XML for Flexibility an Extensibility of Design Information Models
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary The VR-DIS research programme aims at the development of a Virtual Reality – Design Information System. This is a design and decision support system for collaborative design that provides a VR interface for the interaction with both the geometric representation of a design and the non-geometric information concerning the design throughout the design process. The major part of the research programme focuses on early stages of design. The programme is carried out by a large number of researchers from a variety of disciplines in the domain of construction and architecture, including architectural design, building physics, structural design, construction management, etc.Management of design information is at the core of this design and decision support system. Much effort in the development of the system has been and still is dedicated to the underlying theory for information management and its implementation in an Application Programming Interface (API) that the various modules of the system use. The theory is based on a so-called Feature-based modelling approach and is described in the PhD thesis by [first author, 1999] and in [first author et al., 2000a]. This information modelling approach provides three major capabilities: (1) it allows for extensibility of conceptual schemas, which is used to enable a designer to define new typologies to model with; (2) it supports sharing of conceptual schemas, called type-libraries; and (3) it provides a high level of flexibility that offers the designer the opportunity to easily reuse design information and to model information constructs that are not foreseen in any existing typologies. The latter aspect involves the capability to expand information entities in a model with relationships and properties that are not typologically defined but applicable to a particular design situation only; this helps the designer to represent the actual design concepts more accurately.The functional design of the information modelling system is based on a three-layered framework. In the bottom layer, the actual design data is stored in so-called Feature Instances. The middle layer defines the typologies of these instances in so-called Feature Types. The top layer is called the meta-layer because it provides the class definitions for both the Types layer and the Instances layer; both Feature Types and Feature Instances are objects of the classes defined in the top layer. This top layer ensures that types can be defined on the fly and that instances can be created from these types, as well as expanded with non-typological properties and relationships while still conforming to the information structures laid out in the meta-layer.The VR-DIS system consists of a growing number of modules for different kinds of functionality in relation with the design task. These modules access the design information through the API that implements the meta-layer of the framework. This API has previously been implemented using an Object-Oriented Database (OODB), but this implementation had a number of disadvantages. The dependency of the OODB, a commercial software library, was considered the most problematic. Not only are licenses of the OODB library rather expensive, also the fact that this library is not common technology that can easily be shared among a wide range of applications, including existing applications, reduces its suitability for a system with the aforementioned specifications. In addition, the OODB approach required a relatively large effort to implement the desired functionality. It lacked adequate support to generate unique identifications for worldwide information sources that were understandable for human interpretation. This strongly limited the capabilities of the system to share conceptual schemas.The approach that is currently being implemented for the core of the VR-DIS system is based on eXtensible Markup Language (XML). Rather than implementing the meta-layer of the framework into classes of Feature Types and Feature Instances, this level of meta-definitions is provided in a document type definition (DTD). The DTD is complemented with a set of rules that are implemented into a parser API, based on the Document Object Model (DOM). The advantages of the XML approach for the modelling framework are immediate. Type-libraries distributed through Internet are now supported through the mechanisms of namespaces and XLink. The implementation of the API is no longer dependent of a particular database system. This provides much more flexibility in the implementation of the various modules of the VR-DIS system. Being based on the (supposed to become) standard of XML the implementation is much more versatile in its future usage, specifically in a distributed, Internet-based environment.These immediate advantages of the XML approach opened the door to a wide range of applications that are and will be developed on top of the VR-DIS core. Examples of these are the VR-based 3D sketching module [VR-DIS ref., 2000]; the VR-based information-modelling tool that allows the management and manipulation of information models for design in a VR environment [VR-DIS ref., 2000]; and a design-knowledge capturing module that is now under development [first author et al., 2000a and 2000b]. The latter module aims to assist the designer in the recognition and utilisation of existing and new typologies in a design situation. The replacement of the OODB implementation of the API by the XML implementation enables these modules to use distributed Feature databases through Internet, without many changes to their own code, and without the loss of the flexibility and extensibility of conceptual schemas that are implemented as part of the API. Research in the near future will result in Internet-based applications that support designers in the utilisation of distributed libraries of product-information, design-knowledge, case-bases, etc.The paper roughly follows the outline of the abstract, starting with an introduction to the VR-DIS project, its objectives, and the developed theory of the Feature-modelling framework that forms the core of it. It briefly discusses the necessity of schema evolution, flexibility and extensibility of conceptual schemas, and how these capabilities have been addressed in the framework. The major part of the paper describes how the previously mentioned aspects of the framework are implemented in the XML-based approach, providing details on the so-called meta-layer, its definition in the DTD, and the parser rules that complement it. The impact of the XML approach on the functionality of the VR-DIS modules and the system as a whole is demonstrated by a discussion of these modules and scenarios of their usage for design tasks. The paper is concluded with an overview of future work on the sharing of Internet-based design information and design knowledge.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id diss_long
id diss_long
authors Long, A.
year 2001
title Quill A Gesture Design Tool for Pen-based User Interfaces
source U.C. Berkeley
summary This dissertation describes the motivation, design, and development of a tool for designing gestures for pen-based user interfaces. Pens and other styli have been ubiquitous for recording information for centuries. Recently, pen-based computers have recently become common, especially small devices such as the Palm Pilot. One benefit pens provide in computer interfaces is the ability to draw gestures—marks that invoke commands. Gestures can be intuitive and faster than other methods of invoking commands. However, our research shows that gestures are sometimes misrecognized and hard to remember. We believe these problems are due in part to the difficulty of designing “good” gestures—that is, gestures that are easy to remember and are recognized well—and the lack of tools for helping designers create good gestures. We believe that an improved gesture design tool can help interface designers create good gestures for their applications. Since people confuse similar objects and misremember them, we performed experiments to measure why people perceived gestures as similar. We derived computational metrics for predicting human perception of gesture similarity. Based on the results of our experiments, we developed a gesture design tool, quill. The tool warns designers about gestures that may be hard to remember or recognize, and provides advice about how to improve the gestures. It also provides a convenient way to test recognition of gestures. To evaluate quill, a user study was performed with 10 professional user interface designers and one professional web designer. All designers were able to create gesture sets using quill, but not all designers benefited from quill’s suggestions. More work is needed to make suggestions useful for most designers. The primary contributions of this work are: • Improved understanding of the gesture design process, including the types of problems people encounter when designing gestures. • Computational models for predicting human-perceived gesture similarity. • Confirmation of the importance of good naming for gesture memorability. • An intelligent gesture design tool, quill, which automatically warns designers about potential problems with their gestures and advises them about how to fix these problems. This work also suggests several areas for future work in the areas of gesture design tools and gesture similarity and memorability.
series thesis:PhD
email
more http://www-2.cs.cmu.edu/~chrisl/work/pubs/
last changed 2003/09/24 14:54

_id 5b1e
authors Stellingwerff, Martijn
year 2001
title The concept of Carrying in Collaborative Virtual Environments
source Stellingwerff, Martijn and Verbeke, Johan (Eds.), ACCOLADE - Architecture, Collaboration, Design. Delft University Press (DUP Science) / ISBN 90-407-2216-1 / The Netherlands, pp. 195-208 [Book ordering info: m.c.stellingwerff@bk.tudelft.nl]
summary Collaborative Architectural Design can take place within a virtual environment with a team of remote but virtually present people. However, in most virtual environments, the ability to perform actions is still limited to the availability of some interactive objects and a set of tools for the specific purposes of the system. As the interface of most systems is designed for unshared use, the graphic feedback signals are limited to local information about the state of objects and tools. If multiuser interaction is added to such Virtual Environments, many new possibilities and problems emerge. Users of shared applications should not only be informed about the state of local objects, tools and their own actions, they should also be made aware of what the other users undertake. Aspects, which are in daily life so obvious, should be restudied thoroughly for the application within Virtual Environments for Collaborative Design. Much research has to be undertaken in order to make such virtual places as intuitively interactive as ordinary shared working places. The 'concept of carrying', which is proposed and explained in this paper, is expected to become a useful metaphoric mechanism for solving several issues related to Spatial User Interfaces (SUI's) and Collaborative Virtual Environments (CVE's). The visual feedback from 'carrying-events' should provide more mutual understanding about ongoing processes in shared applications and it should add a more 'natural' interface for processes concerning people, tools and content in virtual and digitally augmented environments. At the start of this paper some basic human action patterns for tasks on a 2Ddesktop are compared to tasks in a 3D-environment. These action patterns are checked for their implementation in Windows Icons Menus and Pointer (WIMP) interfaces and Virtual Reality systems. Carrying is focused upon as an important interactive event in Virtual Environments. Three carrying actions related to Collaborative Architectural Design are explained by means of prototypes in Virtual Reality Modeling Language (VRML). Finally the usefulness of a general carrying concept as part of a new Visual Language is considered. The research at hand is in its first exploring phases and draws from a running PhD research about SUI's for Context Related Architectural Design and from recent experiences in CVE's.
series other
email
last changed 2001/09/14 21:30

_id 6df6
authors Pratini, Edison
year 2001
title New Approaches to 3D Gestural Modeling - The 3D SketchMaker Project
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 466-471
doi https://doi.org/10.52842/conf.ecaade.2001.466
summary The 3D SketchMaker project has developed two prototypes for a gestural 3D sketching system to be used in the earliest phases of the design process. The goal of this ongoing research is to provide architects, and other designers involved in object conception, with a 3D gestural instrument that takes advantage of new virtual reality resources and is more natural than using the mouse, less difficult than learning complex software and less abstract than manipulating 2D entities on orthogonal projections. The system was conceived to assist or replace the first 2D drawing steps in the design process, generating rough 3D sketches that can be refined later using any 3D package. It is, in essence, a 3D modeling system directed to do sketching with hand movements and gestures in a virtual reality environment.
keywords Gestural Interface, Virtual Reality, 3D Modeling, Sketching
series eCAADe
last changed 2022/06/07 08:00

_id 071a
authors Myers, B., Hudson, S.E. and Pausch, R.
year 2001
title Past, Present, and Future of User Interface Software Tools
source Carroll, J. (eds), Human-Computer Interaction in the New Millennium, Addison Wesley, ACM Press, New York, pp. 213–233
summary A user interface software tool helps developers design and implement the user interface. Research on past tools has had enormous impact on today's developers-virtually all applications today were built using some form of user interface tool. In this paper, we consider cases of both success and failure in past user interface tools. From these cases we extract a set of themes which can serve as lessons for future work. Using these themes, past tools can be characterized by what aspects of the user interface they addressed, their threshold and ceiling, what path of least resistance they offer, how predictable they are to use, and whether they addressed a target that became irrelevant. We believe the lessons of these past themes are particularly important now, because increasingly rapid technological changes are likely to significantly change user interfaces. We are at the dawn of an era where user interfaces are about to break out of the "desktop" box where they have been stuck for the past 15 years. The next millenium will open with an increasing diversity of user interfaces on an increasing diversity of computerized devices. These devices include hand-held personal digital assistants (PDAs), cell phones, pagers, computerized pens, computerized notepads, and various kinds of desk, and wall-size computers, as well as devices in everyday objects (such as mounted on refrigerators, or even embedded in truck tires). The increased connectivity of computers, initially evidenced by the World-Wide Web, but spreading also with technologies such as personal-area networks, will also have a profound effect on the user interface to computers. Another important force will be recognitionbased user interfaces, especially speech, and camera-based vision systems. Other changes we see are an increasing need for 3D and end-user customization, programming, and scripting. All of these changes will require significant support from the underlying user interface software tools.
series other
last changed 2003/04/23 15:50

_id 988c
authors Szewczyk, Jaroslaw and Jakimowicz, Adam
year 2001
title Multi User Interface Problems in Current CAD Systems
source Stellingwerff, Martijn and Verbeke, Johan (Eds.), ACCOLADE - Architecture, Collaboration, Design. Delft University Press (DUP Science) / ISBN 90-407-2216-1 / The Netherlands, pp. 183-194 [Book ordering info: m.c.stellingwerff@bk.tudelft.nl]
summary The general problem of software and hardware interface has been discussed since the first personal computers had appeared on the market. Interface solutions, proposed by the CAD software producers themselves, have been deeply criticised. In fact, learning how to use the software means how to operate its interface. In the process of software developments, interfaces became 'second languages', which are to be learnt by the user. This is a real problem especially for the beginner. The problem is even more complicated in case of interfaces for many users. They should help in the processes of computer networks based cooperative design. In this paper we try to juxtapose the main features of user interfaces in CAD, especially ones for collaborative work. The most important problems were detected, and conclusions were made with an aim to research interfaces adequate for architect's work in the future.
series other
email
last changed 2001/09/14 21:30

_id 0e58
authors Campbell, D.A. and Wells, M.
year 1994
title A Critique of Virtual Reality in the Architectural Design Process, R-94-3
source Human Interface Technology Laboratory, University of Washington, Seattle, USA, http://www.hitl.washington.edu/publications/r-94-3/: 23 May 2001
summary An addition to a building was designed using virtual reality (VR). The project was part of a design studio for graduate students of architecture. During the design process a detailed journal of activities was kept. In addition, the design implemented with VR was compared to designs implemented with more traditional methods. Both immersive and non-immersive VR simulations were attempted. Part of the rationale for exploring the use of VR in this manner was to develop insight into how VR techniques can be incorporated into the architectural design process, and to provide guidance for the implementers of future VR systems. This paper describes the role of VR in schematic design, through design development to presentation and evaluation. In addition, there are some comments on the effects of VR on detailed design. VR proved to be advantageous in several phases of the design. However, several shortcomings in both hardware and software became apparent. These are described, and a number of recommendations are provided.
series other
email
last changed 2003/04/23 15:50

_id 8d50
authors Turk, Z., Cerovsek, T. and Martens, B.
year 2001
title The Topics of CAAD. A Machine's Perspective
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 547-560
summary Ontology of a scientific field typically includes a taxonomy that breaks up the field into several topics. The break-up is present in the organisation of information in books, libraries and on the Web. An on-line database of papers related to CAAD called CUMINCAD was created and it includes over 3000 papers with abstracts. They are available through the search interface - one knows an author or a keyword and can find the papers where such keyword or author's name appears. Alternative interface would be through browsing papers topic by topic. The papers, however, are not categorised. In this paper, we present the efforts to use the machine learning and data mining techniques to automatically group the papers into clusters and create a set of keywords that would label a cluster. The hypothesis was that an algorithm would create clusters of papers automatically and that the clusters would be similar to the groupings a human would have made. We investigated several algorithms for doing an analysis like that but were unable to prove the original hypothesis. We conclude that it requires more than objective statistical analysis of the words in abstracts to create an ontology of CAAD.
keywords CAAD, Machine Learning, Clustering, Pattern Recognition
series CAAD Futures
email
last changed 2006/11/07 07:22

_id avocaad_2001_16
id avocaad_2001_16
authors Yu-Ying Chang, Yu-Tung Liu, Chien-Hui Wong
year 2001
title Some Phenomena of Spatial Characteristics of Cyberspace
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary "Space," which has long been an important concept in architecture (Bloomer & Moore, 1977; Mitchell, 1995, 1999), has attracted interest of researchers from various academic disciplines in recent years (Agnew, 1993; Benko & Strohmayer, 1996; Chang, 1999; Foucault, 1982; Gould, 1998). Researchers from disciplines such as anthropology, geography, sociology, philosophy, and linguistics regard it as the basis of the discussion of various theories in social sciences and humanities (Chen, 1999). On the other hand, since the invention of Internet, Internet users have been experiencing a new and magic "world." According to the definitions in traditional architecture theories, "space" is generated whenever people define a finite void by some physical elements (Zevi, 1985). However, although Internet is a virtual, immense, invisible and intangible world, navigating in it, we can still sense the very presence of ourselves and others in a wonderland. This sense could be testified by our naming of Internet as Cyberspace -- an exotic kind of space. Therefore, as people nowadays rely more and more on the Internet in their daily life, and as more and more architectural scholars and designers begin to invest their efforts in the design of virtual places online (e.g., Maher, 1999; Li & Maher, 2000), we cannot help but ask whether there are indeed sensible spaces in Internet. And if yes, these spaces exist in terms of what forms and created by what ways?To join the current interdisciplinary discussion on the issue of space, and to obtain new definition as well as insightful understanding of "space", this study explores the spatial phenomena in Internet. We hope that our findings would ultimately be also useful for contemporary architectural designers and scholars in their designs in the real world.As a preliminary exploration, the main objective of this study is to discover the elements involved in the creation/construction of Internet spaces and to examine the relationship between human participants and Internet spaces. In addition, this study also attempts to investigate whether participants from different academic disciplines define or experience Internet spaces in different ways, and to find what spatial elements of Internet they emphasize the most.In order to achieve a more comprehensive understanding of the spatial phenomena in Internet and to overcome the subjectivity of the members of the research team, the research design of this study was divided into two stages. At the first stage, we conducted literature review to study existing theories of space (which are based on observations and investigations of the physical world). At the second stage of this study, we recruited 8 Internet regular users to approach this topic from different point of views, and to see whether people with different academic training would define and experience Internet spaces differently.The results of this study reveal that the relationship between human participants and Internet spaces is different from that between human participants and physical spaces. In the physical world, physical elements of space must be established first; it then begins to be regarded as a place after interaction between/among human participants or interaction between human participants and the physical environment. In contrast, in Internet, a sense of place is first created through human interactions (or activities), Internet participants then begin to sense the existence of a space. Therefore, it seems that, among the many spatial elements of Internet we found, "interaction/reciprocity" Ñ either between/among human participants or between human participants and the computer interface Ð seems to be the most crucial element.In addition, another interesting result of this study is that verbal (linguistic) elements could provoke a sense of space in a degree higher than 2D visual representation and no less than 3D visual simulations. Nevertheless, verbal and 3D visual elements seem to work in different ways in terms of cognitive behaviors: Verbal elements provoke visual imagery and other sensory perceptions by "imagining" and then excite personal experiences of space; visual elements, on the other hand, provoke and excite visual experiences of space directly by "mapping".Finally, it was found that participants with different academic training did experience and define space differently. For example, when experiencing and analyzing Internet spaces, architecture designers, the creators of the physical world, emphasize the design of circulation and orientation, while participants with linguistics training focus more on subtle language usage. Visual designers tend to analyze the graphical elements of virtual spaces based on traditional painting theories; industrial designers, on the other hand, tend to treat these spaces as industrial products, emphasizing concept of user-center and the control of the computer interface.The findings of this study seem to add new information to our understanding of virtual space. It would be interesting for future studies to investigate how this information influences architectural designers in their real-world practices in this digital age. In addition, to obtain a fuller picture of Internet space, further research is needed to study the same issue by examining more Internet participants who have no formal linguistics and graphical training.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id avocaad_2001_13
id avocaad_2001_13
authors Alexander Koutamanis
year 2001
title Modeling irregular and complex forms
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary Computational technologies provide arguably the first real opportunity architectural design has had for a comprehensive description of built form. With the advent of affordable computer-aided design systems (including drafting, modeling, visualization and simulation tools), architects believe they can be in full control of geometric aspects and, through these, of a wide spectrum of other aspects that are implicit or explicit in the geometric representation. This belief is based primarily on the efficiency and effectiveness of computer systems, ranging from the richness and adaptability of geometric primitives to the utility of geometric representations in simulations of climatic aspects. Such capabilities support attempts to design and construct more irregular or otherwise complex forms. These fall under two main categories: (1) parsing of irregularity into elementary components, and (2) correlation of the form of a building with complex geometric structures.The first category takes advantage of the compactness and flexibility of computational representations in order to analyse the form of a design into basic elements, usually elementary geometric primitives. These are either arranged into simple, unconstrained configurations or related to each other by relationships that define e.g. parametric relative positioning or Boolean combinations. In both cases the result is a reduction of local complexity and an increase of implicit or explicit relationships, including the possibility of hierarchical structures.The second category attempts to correlate built form with constraints that derive usually from construction but can also be morphological. The correlation determines the applicability of complex geometric structures (minimally ruled surfaces) to the description of a design. The product of this application is generally variable in quality, depending upon the designer's grounding in geometry and his ability to integrate constraints from different aspects in the definition of the design's geometry.Both categories represent a potential leap forward but are also equally hampered by the rigidity of the implementation mechanisms upon which they rely heavily. The paper proposes an approach to making these mechanisms subordinate to the cognitive and technical aspects of architectural thinking through fuzzy modeling. This way of modeling involves a combination of (a) canonical forms, (b) tolerances around canonical forms and positions, (c) minimal and maximal values, (d) fuzzy boundaries, and (e) plastic interaction between elements based on the dual principles of local intelligence and autonomy. Fuzzy models come therefore closer to the intuitive manners of sketching, while facilitating transition to precise and complex forms. The paper presents two applications of fuzzy modeling. The first concerns the generation of schematic building layouts, including adaptive control of programmatic requirements. The second is a system for designing stairs that can adapt themselves to changes in their immediate environment through a fuzzy definition of geometric and topological parametrization.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id fe1b
authors Do, Ellen Yi-Luen
year 2001
title VR Sketchpad. Create Instant 3D Worlds by Sketching on a Transparent Window
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 161-172
summary This paper describes VR Sketchpad, a pen-based computing environment for inputting and locating 3D objects in a virtual world. Designer can use the transparency layers to quickly trace and extract any image underlay from other application software. The 3D scene generation has three levels of complexity: simple extrusion of any drawn lines of shapes (i.e., straight or curved wall and column extrusion), solid modelling from a given geometric object representation (spheres, cones and boxes), and complex configuration with objects from graphics library (furniture layout).
keywords Pen-Based Interface, Freehand Sketches, Diagramming, Transparent Window, Virtual Reality Modelling Language (VRML)
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 71f0
authors Gorczyca, Adam
year 2001
title Reinventing the Design Process. Digital Sketching - Planar or Allplan?
source ACADIA Quarterly, vol. 20, pp. 17-19
doi https://doi.org/10.52842/conf.acadia.2001.017
summary The question whether the design process has changed because of CAAD appears to be very urgent and important today. If it is true, then the next question arises - what is the range of these changes and at which phase of design do they appear? These methodological questions led to a research project on the process of design. In particular the process of forming emergent ideas, transforming them into pictures, and through documentation, to reality. The paper is part of a doctoral thesis, which investigates more thoroughly the influence of CAAD on design methods.
series ACADIA
email
last changed 2022/06/07 07:51

_id 16dd
authors Leclercq, Pierre P.
year 2001
title Programming and Assisted Sketching. Graphic and Parametric Integration in Architectural Design
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 15-31
summary In this paper, we present our latest research related to the concept of a sketchinterface. After describing our vision of computer assisted design and the conditions necessary for its effective implementation, an original data model is presented, which covers different levels of representation and is grounded in a database of implicit information. We then describe our software prototype, which exploits the potentials of the digital sketch, in order to demonstrate how our ideas are pertinent and the feasibility of three kinds of applications. In particular, we argue in favor of using an architectural software program in relation to the sketch within the same computer assisted environment at an early stage in the design process.
keywords Design , Architectural Models, Implicit Knowledge Management, Sketch Interface
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 7d26
authors Pearson, D.G., Alexander, C. and Webster, Robin
year 2001
title Working Memory and Expertise Differences in Design.
source J. S. Gero, B. Tversky and T. Purcell (eds), 2001, Visual and Spatial Reasoning in Design, II - Key Centre of Design Computing and Cognition, University of Sydney, Australia
summary The Creative Synthesis task devised by Finke and Slayton(1988) has been widely used as an experimental measure of mentalsynthesis, but previous studies have often failed to demonstrate anysignificant benefits of external support on participants’ performance.This paper discusses a study that examined novice and expert drawers’performance of synthesis using a modified stimuli set that was designedto increase the load on visuo-spatial working memory. The resultsshowed a significant increase in Transformational Complexity(Anderson & Hesltrup, 1993) of patterns produced by the expert groupwhile using sketching. It is argued that experts are more effective atusing sketching interactively to increase complexity, while novices relymore on using it as a simple memory aid.
series other
email
more http://www.arch.usyd.edu.au/kcdc/conferences/vr01/
last changed 2003/05/02 11:14

_id b9e7
authors Verstijnen, I. Heylighen, A., Wagemans, J. and Neuckermans, H.
year 2001
title Sketching, Analogies, and Creativity - on the Shared Research Interests of Psychologists and Designers
source J. S. Gero, B. Tversky and T. Purcell (eds), 2001, Visual and Spatial Reasoning in Design, II - Key Centre of Design Computing and Cognition, University of Sydney, Australia
summary Paper and pencil sketching, visual analogies, and creativityare intuitively interconnected in design. This paper reports on previousand current research activities of a psychologist (the 1st author) and anarchitect/designer (the 2nd author) on issues concerning sketching andanalogies, and analogies and creativity respectively. In this paper wetried to unite these findings into a combined theory on how sketching,analogies, and creativity interrelate. An appealing theory emerges. It ishypothesized that with no paper available or no expertise to use it,analogies can be used to support the creative process instead of sketches.This theory, however, is a tentative one that needs more research to beconfirmed.
series other
email
more http://www.arch.usyd.edu.au/kcdc/conferences/vr01/
last changed 2003/05/02 11:15

_id a469
authors Brown, Andre and Berridge, Phil
year 2001
title Games One : Two : Three A triangle of virtual game scenarios for architectural collaboration
source Stellingwerff, Martijn and Verbeke, Johan (Eds.), ACCOLADE - Architecture, Collaboration, Design. Delft University Press (DUP Science) / ISBN 90-407-2216-1 / The Netherlands, pp. 95-120 [Book ordering info: m.c.stellingwerff@bk.tudelft.nl]
summary This paper is split into three parts, each of which deals with different aspects of, and approaches to, the collaboration process. Each of the approaches shares a common root in an aspect of games or gaming. Together the three approaches represent a tripartite attack on the spectrum of problems that need to be addressed to achieve successful collaboration. The first technique is dealt with in Game One One. This deals with the issue of encouraging collaboration. It is based on work using a role playing game scenario and is intended to allow construction industry professionals and clients to develop a common framework for discussion. It originally existed as a paper based game and is now being tested in a web-based environment. Game Two is based on work that has evolved from contemporary game and meeting place environments that have been attracting attention recently. Here internet-based three-dimensional worlds are used as a virtual replacement of real spaces and participants meet as avatars. In the architectural context we have investigated the potential for application of such 3D worlds as meeting, and discussion places where architectural information and ideas can be exchanged. In Game Three we take the idea that currently, virtual environments are still rather uncomfortable and unnatural in terms of human interaction, and in particular in the way that we move around and display architectural scenes. We develop the idea that games software incorporates techniques that make the representation of animated, interactive 3D architectural environments computationally efficient. We have augmented the software used in games environments and have considered how we construct architectural models and man-machine interfaces to improve the effectiveness of such environments in an architectural context.
series other
email
last changed 2001/09/14 21:30

_id aeb5
authors Gross, Mark D. and Kemp, Ariel J.
year 2001
title Gesture Modelling. Using Video to Capture Freehand Modeling Commands
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 33-46
summary Desktop video combined with gesture recognition can be used to build powerful and easy to use interfaces for three dimensional modelling. We have built a demonstration prototype of such a system. The paper describes our video capture and gesture recognition scheme and illustrates its use in some simple examples.
keywords Three-Dimensional Interface, Video, Gesture
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 8d1a
authors Martens, Bob and Voigt, Andreas
year 2001
title Virtual and full-scale modeling: A collection of resources
source CAADRIA 2001 [Proceedings of the Sixth Conference on Computer Aided Architectural Design Research in Asia / ISBN 1-86487-096-6] Sydney 19-21 April 2001, pp. 201-204
doi https://doi.org/10.52842/conf.caadria.2001.201
summary In this paper the relationship between Virtual and Full-scale Mo-deling will be traced back. A number of publications supports the dis-semination of existing knowledge resp. experiences. Although a series of biannual EFA-Conferences (European Full-scale Modeling Association) produced a remarkable number of useful papers, the "scientific output" beyond this platform remained to be so far in the dust of gray literature. On the other hand the rapid growing interest for computer applications and tools rediscovered the working area of 1:1 simulation more or less the other way around. Although the term VR in the nineties was strongly occupied by computer-interfaces resp. -representations, soon the insight gained in importance that reality is by far more complex than some 10.000 polygons. Furthermore, some kind of unproductive competition resp. defense of good old modeling tra-ditions versus promising computer technology seemed to act as the main activity. However, the fusion of Virtual and Full-Scale Mo-de-ling could indefinitely serve as a promising field of research.
series CAADRIA
email
last changed 2022/06/07 07:59

_id avocaad_2001_21
id avocaad_2001_21
authors Martijn Stellingwerff
year 2001
title Visual Cues in the CYBER-REAL Complex
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary Current Computer Aided Architectural Design deals with issues of complexity in creation and interpretation of the built environment, complexity of the computer systems and complexity of the representations of the design object. The term ‘CYBER-REAL Complex’ in this paper is defined as the whole (un)conscious state of the architectural design project in the heads of the design-group and as how it is maintained in CAAD systems. The ‘CYBER-REAL Complex’ contains the design, its context and all related information such as planning, product specifications and design ideas. An Intranet is an interesting means for storage and approach of such complex project-data. However the knowledge and data of the project participants remains in their heads and new methods have to be developed in order to get each participant to share his or her personal information about the project. Meetings and intense data retrieval by an Intranet can establish a useful ‘CYBER-REAL Complex’. Then, as a designer wants to approach and change the information in the ‘CYBER-REAL Complex’, a very good set of tools, methods and media has to be at hand. The complexity of all the information can be overwhelming and it can take much effort to re-understand and re-interpret the information before new decisions and design-steps can be made. Currently, the understanding of CAAD representations by the designer and the deliberate execution of operations on increasingly complex datasets through increasingly complex user interfaces takes too much time and effort. An enhanced way of representation in the ‘CYBER-REAL Complex’ could help the approach and understanding of the information. Therefore the visual language of information systems needs further research and development. This paper explores several limits of human perception and ways to adhere to the human way of visual thinking in order to find and add new visual cues in CAAD, VR interfaces and in the ‘CYBER-REAL Complex’ as a whole. Successively the perceptive aspects of complex information, the role of visual cues in complex information and several examples of visual cues in research tests are presented. The paper draws from knowledge of the Gestalt Theory, Perception Research and findings of a PhD research project about Visual Language for Context Related Architectural Design. Findings of this research show that designers use distinct views to get overview and insight in the project data and that different kinds of data representation are needed for different phases in the design process. Finally it showed that abstract represented and filtered information can be very useful for remaining focus in the otherwise overwhelming dataset.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 0b10
authors Strehlke, Kai and Engeli, Maia
year 2001
title Roomz]&[connectionz]. Scenarios in Space and Time
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 173-186
summary New opportunities for architectonic design and representation in threedimensional virtual spaces have arisen thanks to computers, networks, and new media in general. An environment with unique three-dimensional interfaces for the creation of spatial scenarios has been developed. The possibilities were explored in two successive courses in architecture and new media. Design in space and time, the investigation of special characteristics of digital spaces and the creation of a hyperstructure were the main topics of the creative work.
keywords Virtual Reality, Three-Dimensional User Interface, Narrative Structures, Webbased Environment, Digital Space Design, Architectonic Representation
series CAAD Futures
email
last changed 2006/11/07 07:22

For more results click below:

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