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 744

_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 83cb
authors Telea, Alexandru C.
year 2000
title Visualisation and simulation with object-oriented networks
source Eindhoven University of Technology
summary Among the existing systems, visual programming environments address best these issues. However, producing interactive simulations and visualisations is still a difficult task. This defines the main research objective of this thesis: The development and implementation of concepts and techniques to combine visualisation, simulation, and application construction in an interactive, easy to use, generic environment. The aim is to produce an environment in which the above mentioned activities can be learnt and carried out easily by a researcher. Working with such an environment should decrease the amount of time usually spent in redesigning existing software elements such as graphics interfaces, existing computational modules, and general infrastructure code. Writing new computational components or importing existing ones should be simple and automatic enough to make using the envisaged system an attractive option for a non programmer expert. Besides this, all proven successful elements of an interactive simulation and visualisation environment should be provided, such as visual programming, graphics user interfaces, direct manipulation, and so on. Finally, a large palette of existing scientific computation, data processing, and visualisation components should be integrated in the proposed system. On one hand, this should prove our claims of openness and easy code integration. On the other hand, this should provide the concrete set of tools needed for building a range of scientific applications and visualisations. This thesis is structured as follows. Chapter 2 defines the context of our work. The scientific research environment is presented and partitioned into the three roles of end user, application designer, and component developer. The interactions between these roles and their specific requirements are described and lead to a more precise formulation of our problem statement. Chapter 3 presents the most used architectures for simulation and visualisation systems: the monolithic system, the application library, and the framework. The advantages and disadvantages of these architectural models are then discussed in relation with our problem statement requirements. The main conclusion drawn is that no single existing architectural model suffices, and that what is needed is a combination of the features present in all three models. Chapter 4 introduces the new architectural model we propose, based on the combination of object-orientation in form of the C++ language and dataflow modelling in the new MC++ language. Chapter 5 presents VISSION, an interactive simulation and visualisation environment constructed on the introduced new architectural model, and shows how the usual tasks of application construction, steering, and visualisation are addressed. In chapter 6, the implementation of VISSION’s architectural model is described in terms of its component parts. Chapter 7 presents the applications of VISSION to numerical simulation, while chapter 8 focuses on its visualisation and graphics applications. Finally, chapter 9 concludes the thesis and outlines possible direction for future research.
keywords Computer Visualisation
series thesis:PhD
email
last changed 2003/02/12 22:37

_id f08d
authors Abrahamson, S., Wallace, D., Senin, N. and Sferro, P.
year 2000
title Integrated design in a service marketplace
source Computer-Aided Design, Vol. 32 (2) (2000) pp. 97-107
summary This paper presents a service marketplace vision for enterprise-wide integrated design modeling. In this environment, expert participants and product developmentorganizations are empowered to publish their geometric design, CAE, manufacturing, or marketing capabilities as live services that are operable over the Internet. Theseservices are made available through a service marketplace. Product developers, small or large, can subscribe to and flexibly inter-relate these services to embody adistributed product development organization, while simultaneously creating system models that allow the prediction and analysis of integrated product performance. It ishypothesized that product development services will become commodities, much like many component-level products are today. It will be possible to rapidly interchangeequivalent design service providers so that the development of the product and the definition of the product development organization become part of the same process.Computer-aided design tools will evolve to facilitate the publishing of live design services. A research prototype system called DOME is used to illustrate the concept and apilot study with Ford Motor Company is used in a preliminary assessment of the vision.
keywords Integrated Modeling, System Modeling, Design Service Marketplace
series journal paper
email
last changed 2003/05/15 21:33

_id e336
authors Achten, H., Roelen, W., Boekholt, J.-Th., Turksma, A. and Jessurun, J.
year 1999
title Virtual Reality in the Design Studio: The Eindhoven Perspective
doi https://doi.org/10.52842/conf.ecaade.1999.169
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 169-177
summary Since 1991 Virtual Reality has been used in student projects in the Building Information Technology group. It started as an experimental tool to assess the impact of VR technology in design, using the environment of the associated Calibre Institute. The technology was further developed in Calibre to become an important presentation tool for assessing design variants and final design solutions. However, it was only sporadically used in student projects. A major shift occurred in 1997 with a number of student projects in which various computer technologies including VR were used in the whole of the design process. In 1998, the new Design Systems group started a design studio with the explicit aim to integrate VR in the whole design process. The teaching effort was combined with the research program that investigates VR as a design support environment. This has lead to increasing number of innovative student projects. The paper describes the context and history of VR in Eindhoven and presents the current set-UP of the studio. It discusses the impact of the technology on the design process and outlines pedagogical issues in the studio work.
keywords Virtual Reality, Design Studio, Student Projects
series eCAADe
email
last changed 2022/06/07 07:54

_id ae61
authors Af Klercker, Jonas
year 1999
title CAAD - Integrated with the First Steps into Architecture
doi https://doi.org/10.52842/conf.ecaade.1999.266
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 266-272
summary How and when should CAAD be introduced in the curriculum of the School of Architecture? This paper begins with some arguments for starting CAAD education at the very beginning. At the School of Architecture in Lund teachers in the first year courses have tried to integrate CAAD with the introduction to architectural concepts and techniques. Traditionally the first year is divided by several subjects running courses separatly without any contact for coordination. From the academic year 96/97 the teachers of Aplied aestetics, Building Science, Architectural design and CAAD have decided to colaborate as much as possible to make the role of our different fields as clear as possible to the students. Therefore integrating CAAD was a natural step in the academic year 98/99. The computer techniques were taught one step in advance so that the students can practise their understanding of the programs in their tasks in the other subjects. The results were surprisingly good! The students have quickly learned to mix the manual and computer techniques to make expressive and interesting visual presentations of their ideas. Some students with antipaty to computers have overcome this handicap. Some interesting observations are discussed.
keywords Curriculum, First Year Studies, Integration, CAAD, Modelling
series eCAADe
email
last changed 2022/06/07 07:54

_id 01c0
authors Af Klercker, Jonas
year 2000
title Modelling for Virtual Reality in Architecture
doi https://doi.org/10.52842/conf.ecaade.2000.209
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. 209-213
summary CAAD systems are using object modelling methods for building databases to make information available. Object data must then be made useful for many different purposes in the design process. Even if the capacity of the computer will allow an almost unlimited amount of information to be transformed, the eye does not make the transformations in the same “simple” mathematical way. Trained architects have to involve in an inventive process of finding ways to “harmonize” this new medium with the human eye and the architect’s professional experience. This paper will be an interimistic report from a surveying course. During the spring semester 2000 the CAAD division of TU-Lund is giving a course “Modelling for VR in Architecture”. The students are practising architects with experience from using object modelling CAAD. The aims are to survey different ways to use available hard- and software to create VR-models of pieces of architecture and evaluate them in desktop and CAVE environments. The architect is to do as much preparation work as possible with his CAAD program and only the final adjustments with the special VR tool.
keywords CAAD, VR, Modelling, Spatial Experience
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id 37c2
authors Ahmad Rafi, M.E.
year 1999
title Visualisation of Design Using Animation for Virtual Prototyping
doi https://doi.org/10.52842/conf.ecaade.1999.519
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 519-525
summary Although recent technology in time-based representation has vastly improved, animation in virtual prototype design field remains the same. Some designers invest a huge amount of money in the latest visualisation and multimedia technology and yet may create even worse animation. They often cramp sequences resulting in many viewers failing to interpret the design positively as they miss a lot of vital information that explains the design. This paper basically reports the importance of film-making understanding for producing good virtual prototype animation. It will be based on a part of a research project on the use of time-based media in architectural practices. It also includes an empirical analysis of several architectural-based documentary films (including an interview with the film director) and past and present computer animation. This paper then concludes with recommendations of good techniques for making animated visualisation relative to the stage at which the animation is produced for better design decision.
keywords Virtual Prototype, Animation, Time-Based, Film-Making
series eCAADe
email
last changed 2022/06/07 07:54

_id b0e7
authors Ahmad Rafi, M.E. and Karboulonis, P.
year 2000
title The Re-Convergence of Art and Science: A Vehicle for Creativity
doi https://doi.org/10.52842/conf.caadria.2000.491
source CAADRIA 2000 [Proceedings of the Fifth Conference on Computer Aided Architectural Design Research in Asia / ISBN 981-04-2491-4] Singapore 18-19 May 2000, pp. 491-500
summary Ever-increasing complexity in product design and the need to deliver a cost-effective solution that benefits from a dynamic approach requires the employment and adoption of innovative design methods which ensure that products are of the highest quality and meet or exceed customers' expectations. According to Bronowski (1976) science and art were originally two faces of the same human creativity. However, as civilisation advances and works became specialised, the dichotomy of science and art gradually became apparent. Hence scientists and artists were born, and began to develop work that was polar opposite. The sense of beauty itself became separated from science and was confined within the field of art. This dichotomy existed through mankind's efforts in advancing civilisation to its present state. This paper briefly examines the relationship between art and science through the ages and discusses their relatively recent re-convergence. Based on this hypothesis, this paper studies the current state of the convergence between arts and sciences and examines the current relationship between the two by considering real world applications and products. The study of such products and their successes and impact they had in the marketplace due to their designs and aesthetics rather than their advanced technology that had partially failed them appears to support this argument. This text further argues that a re-convergence between art and science is currently occurring and highlights the need for accelerating this process. It is suggested that re-convergence is a result of new technologies which are adopted by practitioners that include effective visualisation and communication of ideas and concepts. Such elements are widely found today in multimedia and Virtual Environments (VEs) where such tools offer increased power and new abilities to both scientists and designers as both venture in each other's domains. This paper highlights the need for the employment of emerging computer based real-time interactive technologies that are expected to enhance the design process through real-time prototyping and visualisation, better decision-making, higher quality communication and collaboration, lessor error and reduced design cycles. Effective employment and adoption of innovative design methods that ensure products are delivered on time, and within budget, are of the highest quality and meet customer expectations are becoming of ever increasing importance. Such tools and concepts are outlined and their roles in the industries they currently serve are identified. Case studies from differing fields are also studied. It is also suggested that Virtual Reality interfaces should be used and given access to Computer Aided Design (CAD) model information and data so that users may interrogate virtual models for additional information and functionality. Adoption and appliance of such integrated technologies over the Internet and their relevance to electronic commerce is also discussed. Finally, emerging software and hardware technologies are outlined and case studies from the architecture, electronic games, and retail industries among others are discussed, the benefits are subsequently put forward to support the argument. The requirements for adopting such technologies in financial, skills required and process management terms are also considered and outlined.
series CAADRIA
email
last changed 2022/06/07 07:54

_id 1838
authors Akleman, E., Chen, J. and Meric, B.
year 2000
title Intuitive and Effective Design of Periodic Symmetric Tiles
doi https://doi.org/10.52842/conf.acadia.2000.123
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 123-127
summary This paper presents a new approach for intuitive and effective design of periodic symmetric tiles. We observe that planar graphs can effectively represent symmetric tiles and graph drawing provides an intuitive paradigm for designing symmetric tiles. Moreover, based on our theoretical work to represent hexagonal symmetry by rectangular symmetry, we are able to present all symmetric tiles as graphs embedded on a torus and based on simple modulo operations. This approach enables us to develop a simple and efficient algorithm, which has been implemented in Java. By using this software, designers, architects and artists can create interesting symmetric tiles directly on the web. We also have designed a few examples of symmetric tiles to show the effectiveness of the approach.
series ACADIA
last changed 2022/06/07 07:54

_id 8ccf
authors Alvarez, Darío
year 2000
title Atravesando el portal digital: la novísima Arquitectura de los tiempos de la Internet. - (Crossing the Digital Gateway: The Latest Architecture of the Times of the Internet)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 30-33
summary Our architectonical environment is based on the material concept - entity whose control marks the relevance of the XX century: the atom. Across the threshold of the XXI century a new virtual entity - concept: the bit, spreads to became the basic unit of power - control - production, being its more dynamic evidence the phenomenon known as Internet, establishing complex relationships with groups constituted in the net like Virtual Communities, outlining metaphors that involve Urbanists and Architects inviting them as protagonist. Against this newest reality the Architect should change his vision of the typical CAAD work in relative isolation with his computer, until crossing the doors of the “digital reality”; we search to show the contemporary Architect as a manager coordinating multiple resources with different importance: into the alternative of building digital realities, inviting the architectonical students to integrated this Virtual Communities or conform his owns.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 5cba
authors Anders, Peter
year 1999
title Beyond Y2k: A Look at Acadia's Present and Future
doi https://doi.org/10.52842/conf.acadia.1999.x.o3r
source ACADIA Quarterly, vol. 18, no. 1, p. 10
summary The sky may not be falling, but it sure is getting closer. Where will you when the last three zeros of our millennial odometer click into place? Computer scientists tell us that Y2K will bring the world’s computer infrastructure to its knees. Maybe, maybe not. But it is interesting that Y2K is an issue at all. Speculating on the future is simultaneously a magnifying glass for examining our technologies and a looking glass for what we become through them. "The future" is nothing new. Orwell's vision of totalitarian mass media did come true, if only as Madison Avenue rather than Big Brother. Futureboosters of the '50s were convinced that each garage would house a private airplane by the year 2000. But world citizens of the 60's and 70's feared a nuclear catastrophe that would replace the earth with a smoking crater. Others - perhaps more optimistically -predicted that computers were going to drive all our activities by the year 2000. And, in fact, theymay not be far off... The year 2000 is symbolic marker, a point of reflection and assessment. And - as this date is approaching rapidly - this may be a good time to come to grips with who we are and where we want to be.
series ACADIA
email
last changed 2022/06/07 07:49

_id 1071
authors Asanowicz, Aleksander
year 1999
title Evolution of Computer Aided Design: Three Generations of CAD
doi https://doi.org/10.52842/conf.ecaade.1999.094
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 94-100
summary This paper describes the three generations of CAD systems. The first generation of (primarily analytical) computer programmes really aided designing. These programmes were the tools for finding a functional solution in different areas of designing, from flat plans to the space organisation of a hospital. One of the shortcomings of these programmes was the lack of graphic interface. With time, however, this kind of interface was developed. As a result of this second generation of CAD systems the computer was transformed into a drafting machine and CAD meant Computer Aided Drafting. The main thesis of this consideration is that only now we have the chance to return to the idea of Computer Aided Design. One of the examples of these trends is the AVOCAAD programme in which Added Value of CAAD is analysed. The development of the third generation of CAD systems will be possible in the near future. Aiding the process of designing will demand the elaboration of new methods of using the computer at the early stages of this process. The computer should be used not for generating variants of functional solutions only but for also for the creation of 3D forms by 3D sketching. For this, the computer should be transformed from a tool into a medium; only then will designing become true Designing in Cyber Space.
keywords Generations of CAAD, Design Process, Creation, Medium
series eCAADe
email
last changed 2022/06/07 07:54

_id 0c0d
authors Asanowicz, Aleksander
year 2000
title Computer as an Metaphorisation Machine
doi https://doi.org/10.52842/conf.ecaade.2000.283
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. 283-286
summary Digital media is transforming the practice and teaching of design. Information technologies offer not only better production and rendering tools but also the ability to model, manipulate, and understand design in new ways. A new era in CAAD has started. One of the aspects of this situation is the increase in the number of computers in design offices and architectural schools (many of our students have their own computers, which a re often better than the computers we have at our school). We can submit a proposition that the critical point in the creative use of computers is over, and we should think how computers and new media may extend the designer’s perception and imagination.
keywords Creation of a Form, Imagination, Metaphors, Computer Support of Form Searching
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id 60e7
authors Bailey, Rohan
year 2000
title The Intelligent Sketch: Developing a Conceptual Model for a Digital Design Assistant
doi https://doi.org/10.52842/conf.acadia.2000.137
source Eternity, Infinity and Virtuality in Architecture [Proceedings of the 22nd Annual Conference of the Association for Computer-Aided Design in Architecture / 1-880250-09-8] Washington D.C. 19-22 October 2000, pp. 137-145
summary The computer is a relatively new tool in the practice of Architecture. Since its introduction, there has been a desire amongst designers to use this new tool quite early in the design process. However, contrary to this desire, most Architects today use pen and paper in the very early stages of design to sketch. Architects solve problems by thinking visually. One of the most important tools that the Architect has at his disposal in the design process is the hand sketch. This iterative way of testing ideas and informing the design process with images fundamentally directs and aids the architect’s decision making. It has been said (Schön and Wiggins 1992) that sketching is about the reflective conversation designers have with images and ideas conveyed by the act of drawing. It is highly dependent on feedback. This “conversation” is an area worthy of investigation. Understanding this “conversation” is significant to understanding how we might apply the computer to enhance the designer’s ability to capture, manipulate and reflect on ideas during conceptual design. This paper discusses sketching and its relation to design thinking. It explores the conversations that designers engage in with the media they use. This is done through the explanation of a protocol analysis method. Protocol analysis used in the field of psychology, has been used extensively by Eastman et al (starting in the early 70s) as a method to elicit information about design thinking. In the pilot experiment described in this paper, two persons are used. One plays the role of the “hand” while the other is the “mind”- the two elements that are involved in the design “conversation”. This variation on classical protocol analysis sets out to discover how “intelligent” the hand should be to enhance design by reflection. The paper describes the procedures entailed in the pilot experiment and the resulting data. The paper then concludes by discussing future intentions for research and the far reaching possibilities for use of the computer in architectural studio teaching (as teaching aids) as well as a digital design assistant in conceptual design.
keywords CAAD, Sketching, Protocol Analysis, Design Thinking, Design Education
series ACADIA
last changed 2022/06/07 07:54

_id 1f5c
authors Beesley, Philip and Seebohm, Thomas
year 2000
title Digital Tectonic Design
doi https://doi.org/10.52842/conf.ecaade.2000.287
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. 287-290
summary Digital tectonic design is a fresh approach to architectural design methodology. Tectonics means a focus on assemblies of construction elements. Digital tectonics is an evolving methodology that integrates use of design software with traditional construction methods. We see digital tectonic design as a systematic use of geometric and spatial ordinances, used in combination with details and components directly related to contemporary construction. The current approach will, we hope, lead to an architectural curriculum based on generative form making where the computer can be used to produce systems of forms algorithmically. Digital design has tended to remain abstract, emphasizing visual and spatial arrangements often at the expense of materials and construction. Our pursuit is translation of these methods into more fully realized physical qualities. This method offers a rigorous approach based on close study of geometry and building construction elements. Giving a context for this approach, historical examples employing systematic tectonic design are explored in this paper. The underlying geometric ordinance systems and the highly tuned relationships between the details in these examples offer design vocabularies for use within the studio curriculum. The paper concludes with a detailed example from a recent studio project demonstrating particular qualities developed within the method. The method involves a wide range of scales, relating large-scale gestural and schematic studies to detailed assembly systems. Designing in this way means developing geometric strategies and, in parallel, producing detailed symbols or objects to be inserted. These details are assembled into a variety of arrays and groups. The approach is analogous to computer-aided designŐs tradition of shape grammars in which systems of spatial relationships are used to control the insertion of shapes within a space. Using this approach, a three-dimensional representation of a building is iteratively refined until the final result is an integrated, systematically organized complex of symbols representing physical building components. The resulting complex offers substantial material qualities. Strategies of symbol insertions and hierarchical grouping of elements are familiar in digital design practice. However these strategies are usually used for automated production of preconceived designs. In contrast to thsse normal approaches this presentation focuses on emergent qualities produced directly by means of the complex arrays of symbol insertions. The rhyth
keywords 3D CAD Systems, Design Practice, 3D Design Strategies
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id c42a
authors Bermudez, J., Agutter, J., Brent, L., Syroid, N., Gondeck-Becker, D., Westenskow, D., Foresti, S. and Sharir, Y.
year 2000
title Cyberprint: Toward an Architecture of Being
doi https://doi.org/10.52842/conf.acadia.2000.008
source ACADIA Quarterly, vol. 19, no. 3, pp. 8-12
summary This project involves the design, construction and performance of an “architecture of being” that expresses selfhood in virtual space and real time using: (1) physiological data as its building material, (2) architectural design as its expressive intent, (3) digital space as its medium, (4) screen projection as its enveloping and viewing technique, (5) user interactivity and performance as its partner, and (6) interdisciplinary collaborations among Architecture, Choreography, Modern Dance, Music, Bioengineering, Medicine and Computer Science as its creative and technical contexts. The paper presents the implementation of the cyberPRINT during a series of techno-media performances at the Rose Wagner Performing Art Center in Salt Lake City, USA, in May 2000. This work is believed to be the first of its kind in the world. The cyberPRINT is building a new area of creative inquiry in Architecture by means of collaborations with the Arts and Sciences.
keywords Performance; Data Visualization; Interdisciplinary; Virtual; Architecture
series ACADIA
email
last changed 2022/06/07 07:52

_id 95b0
authors Bermudez, J., Agutter, J., Lilly,. B., Syroid, N., Westenskow, D., Gondeck-Becker, D. Foresti, S. and Sharir, Y.
year 2000
title CyberPRINT: Hacia una Arquitectura del Ser (CyberPRINT: Towards an Architecture of the Being)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 220-223
summary This project involves the design, construction and performance of an “architecture of being” that expresses selfhood in virtual space and real time using: (1) physiological data as its building material, (2) architectural design as its expressive intent, (3) digital space as its medium, (4) screen projection as its enveloping and viewing technique, (5) user interactivity and performance as its partner, and (6) interdisciplinary collaborations among Architecture, Choreography, Modern Dance, Music, Bioengineering, Medicine and Computer Science as its creative and technical contexts. // The paper presents the implementation of the cyberPRINT during a series of techno-media performances at the Rose Wagner Performing Art Center in Salt Lake City, USA, in May 2000. This work is believed to be the first of its kind in the world. The cyberPRINT is building a new area of creative inquiry in Architecture by means of collaborations with the Arts and Sciences.
series SIGRADI
email
last changed 2016/03/10 09:47

_id a136
authors Blaise, J.Y., Dudek, I. and Drap, P.
year 1998
title Java collaborative interface for architectural simulations A case study on wooden ceilings of Krakow
source International Conference On Conservation - Krakow 2000, 23-24 November 1998, Krakow, Poland
summary Concern for the architectural and urban preservation problems has been considerably increasing in the past decades, and with it the necessity to investigate the consequences and opportunities opened for the conservation discipline by the development of computer-based systems. Architectural interventions on historical edifices or in preserved urban fabric face conservationists and architects with specific problems related to the handling and exchange of a variety of historical documents and representations. The recent development of information technologies offers opportunities to favour a better access to such data, as well as means to represent architectural hypothesis or design. Developing applications for the Internet also introduces a greater capacity to exchange experiences or ideas and to invest on low-cost collaborative working platforms. In the field of the architectural heritage, our research addresses two problems: historical data and documentation of the edifice, methods of representation (knowledge modelling and visualisation) of the edifice. This research is connected with the ARKIW POLONIUM co-operation program that links the MAP-GAMSAU CNRS laboratory (Marseilles, France) and the Institute HAiKZ of Kraków's Faculty of Architecture. The ARKIW programme deals with questions related to the use of information technologies in the recording, protection and studying of the architectural heritage. Case studies are chosen in order to experience and validate a technical platform dedicated to the formalisation and exchange of knowledge related to the architectural heritage (architectural data management, representation and simulation tools, survey methods, ...). A special focus is put on the evolution of the urban fabric and on the simulation of reconstructional hypothesis. Our contribution will introduce current ARKIW internet applications and experiences: The ARPENTEUR architectural survey experiment on Wieża Ratuszowa (a photogrammetrical survey based on an architectural model). A Gothic and Renaissance reconstruction of the Ratusz Krakowski using a commercial modelisation and animation software (MAYA). The SOL on line documentation interface for Kraków's Rynek G_ówny. Internet analytical approach in the presentation of morphological informations about Kraków's Kramy Bogate Rynku Krakowskiego. Object-Orientation approach in the modelling of the architectural corpus. The VALIDEUR and HUBLOT Virtual Reality modellers for the simulation and representation of reconstructional hypothesis and corpus analysis.
series other
last changed 2003/04/23 15:14

_id aa7f
authors Bollinger, Elizabeth and Hill, Pamela
year 1993
title Virtual Reality: Technology of the Future or Playground of the Cyberpunk?
doi https://doi.org/10.52842/conf.acadia.1993.121
source Education and Practice: The Critical Interface [ACADIA Conference Proceedings / ISBN 1-880250-02-0] Texas (Texas / USA) 1993, pp. 121-129
summary Jaron Lanier is a major spokesperson of our society's hottest new technology: VR or virtual reality. He expressed his faith in the VR movement in this quote which appears in The User's Guide to the New Edge published by Mondo 2000. In its most technical sense, VR has attracted the attention of politicians in Washington who wonder if yet another technology developed in the United States will find its application across the globe in Asia. In its most human element, an entire "cyberpunk movement" has appealed to young minds everywhere as a seemingly safe form of hallucination. As architecture students, educators, and practitioners around the world are becoming attracted to the possibilities of VR technology as an extension of 3D modeling, visualization, and animation, it is appropriate to consider an overview of virtual reality.

In virtual reality a user encounters a computersimulated environment through the use of a physical interface. The user can interact with the environment to the point of becoming a part of the experience, and the experience becomes reality. Natural and

instinctive body movements are translated by the interface into computer commands. The quest for perfection in this human-computer relationship seems to be the essence of virtual reality technology.

To begin to capture the essence of virtual reality without first-hand experience, it is helpful to understand two important terms: presence and immersion. The sense of presence can be defined as the degree to which the user feels a part of the actual environment. The more reality the experience provides, the more presence it has. Immersion can be defined as the degree of other simulation a virtual reality interface provides for the viewer. A highly immersive system might provide more than just visual stimuli; for example, it may additionally provide simulated sound and motion, and simultaneously prevent distractions from being present.

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

_id 4e0a
authors Bouchlaghem, N., Sher, W. and Beacham, N.
year 2000
title Computer Imagery and Visualization in Civil Engineering Education
source Journal of Computing in Civil Engineering, Vol. 14, No. 2, April 2000, pp. 134-140
summary Higher education institutions in the United Kingdom have invested significantly in the implementation of communication and information technology in teaching, learning, and assessment of civil and building engineering—with mixed results. This paper focuses on the use of digital imagery and visualization materials to improve student understanding. It describes ways in which these materials are being used in the civil and building engineering curriculum, and, in particular, how distributed performance support systems (DPSS) can be applied to make more effective use of digital imagery and visualization material. This paper centers on the extent to which DPSS can be used in a civil and building vocational and continuing professional development context by tutors in the form of an electronic course delivery tool and by students in the form of an open-access student information system. This paper then describes how a DPSS approach to education is being adopted at Loughborough University as part of the CAL-Visual project. After highlighting the main aims and objectives of the project and describing the system, this paper discusses some of the issues encountered during the design and implementation of a DPSS and presents some preliminary results from initial trials.
keywords Computer Aided Instruction; Engineering Education; Imaging Techniques; Information Systems; Professional Development
series journal paper
last changed 2003/05/15 21:45

For more results click below:

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