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 307

_id cf2011_p109
id cf2011_p109
authors Abdelmohsen, Sherif; Lee Jinkook, Eastman Chuck
year 2011
title Automated Cost Analysis of Concept Design BIM Models
source Computer Aided Architectural Design Futures 2011 [Proceedings of the 14th International Conference on Computer Aided Architectural Design Futures / ISBN 9782874561429] Liege (Belgium) 4-8 July 2011, pp. 403-418.
summary AUTOMATED COST ANALYSIS OF CONCEPT DESIGN BIM MODELS Interoperability: BIM models and cost models This paper introduces the automated cost analysis developed for the General Services Administration (GSA) and the analysis results of a case study involving a concept design courthouse BIM model. The purpose of this study is to investigate interoperability issues related to integrating design and analysis tools; specifically BIM models and cost models. Previous efforts to generate cost estimates from BIM models have focused on developing two necessary but disjoint processes: 1) extracting accurate quantity take off data from BIM models, and 2) manipulating cost analysis results to provide informative feedback. Some recent efforts involve developing detailed definitions, enhanced IFC-based formats and in-house standards for assemblies that encompass building models (e.g. US Corps of Engineers). Some commercial applications enhance the level of detail associated to BIM objects with assembly descriptions to produce lightweight BIM models that can be used by different applications for various purposes (e.g. Autodesk for design review, Navisworks for scheduling, Innovaya for visual estimating, etc.). This study suggests the integration of design and analysis tools by means of managing all building data in one shared repository accessible to multiple domains in the AEC industry (Eastman, 1999; Eastman et al., 2008; authors, 2010). Our approach aims at providing an integrated platform that incorporates a quantity take off extraction method from IFC models, a cost analysis model, and a comprehensive cost reporting scheme, using the Solibri Model Checker (SMC) development environment. Approach As part of the effort to improve the performance of federal buildings, GSA evaluates concept design alternatives based on their compliance with specific requirements, including cost analysis. Two basic challenges emerge in the process of automating cost analysis for BIM models: 1) At this early concept design stage, only minimal information is available to produce a reliable analysis, such as space names and areas, and building gross area, 2) design alternatives share a lot of programmatic requirements such as location, functional spaces and other data. It is thus crucial to integrate other factors that contribute to substantial cost differences such as perimeter, and exterior wall and roof areas. These are extracted from BIM models using IFC data and input through XML into the Parametric Cost Engineering System (PACES, 2010) software to generate cost analysis reports. PACES uses this limited dataset at a conceptual stage and RSMeans (2010) data to infer cost assemblies at different levels of detail. Functionalities Cost model import module The cost model import module has three main functionalities: generating the input dataset necessary for the cost model, performing a semantic mapping between building type specific names and name aggregation structures in PACES known as functional space areas (FSAs), and managing cost data external to the BIM model, such as location and construction duration. The module computes building data such as footprint, gross area, perimeter, external wall and roof area and building space areas. This data is generated through SMC in the form of an XML file and imported into PACES. Reporting module The reporting module uses the cost report generated by PACES to develop a comprehensive report in the form of an excel spreadsheet. This report consists of a systems-elemental estimate that shows the main systems of the building in terms of UniFormat categories, escalation, markups, overhead and conditions, a UniFormat Level III report, and a cost breakdown that provides a summary of material, equipment, labor and total costs. Building parameters are integrated in the report to provide insight on the variations among design alternatives.
keywords building information modeling, interoperability, cost analysis, IFC
series CAAD Futures
email
last changed 2012/02/11 19:21

_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 b34d
authors Russell, P., Kohler, N., Forgber, U., Koch, V. and Rügemer, J.
year 1999
title Interactive Representation of Architectural Design: The Virtual Design Studio as an Architectural Graphics Laboratory
doi https://doi.org/10.52842/conf.ecaade.1999.459
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 459-465
summary This paper introduces the Virtual Design Studio (VDS), an internet based design studio environment established by ifib. VDS transfers lessons learned through research projects in the field of Computer Supported Co-operative Work (CSCW) being carried out at ifib into design education. By training for interdisciplinary co-operation within the design process, the students will become better prepared for the flexibility and co-operability required in planning situations. Increasing the communication and co-operation in the planning process can be achieved through the implementation of IT based virtual workspaces. In the design studio setting, this is done through the use of available internet software and technologies. The methodology of the VDS is briefly described including specific assignments intended to focus student investigations into specific areas including the representation of their work using the world wide web. The pedagogical expectations are discussed and anecdotal evidence precedes an general evaluation of the teaching method. The authors postulate that one of the unintended by-products of the studio is the evolution of an effective use of interactivity in the presentation of design concepts, ideas and solutions. A handful of student work is presented to describe the different approaches taken in using the world wide web (WWW) to display project work. A description of the local evolution (VDS specific) of graphical methods and technologies is followed by a comparison with those used in traditional settings. Representation is discussed with focus on the ability of the WWW to replace, augment or corrupt other methods of presentation. The interactive nature of web based presentations induces alterations to the narration of architectural work and can enhance the spatial perception of design space. Space Perception can be enabled through geometrically true VRML representations, the inclusion of auditory sensations, the abstraction of representation through the use of advertising techniques as well as the introduction of non-linear narrative concepts. Examples used by students are shown. A critical assessment of these new representational methods and the place of current new media within the context of architectural representation is discussed.
keywords Virtual Design Studio, Architectural Graphics, Teaching
series eCAADe
email
last changed 2022/06/07 07:56

_id 6480
authors Asanowicz, Aleksander
year 1999
title Computer in Creation of Architectural Form
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999,pp. 131-142
summary This paper considers graphic methods of presentation of ideas 'in the creation of architectural forms' and evolution of these methods, determined by the implementations of information technology. Drawings have been the main medium of expression since Leonardo da Vinci to the present-day. Graphic communication has always been treated as a main design tool, both - at the ending stage of design and at the early design stage. Implementation of computers in design doe not change this situation. The entire design process proceeds in a traditional way. While searching for the idea we use hand sketches and, after this, technical drawings are draught on a plotter, which replaces a drawing pen. Using computers at the early design stages encounters serious difficulties. The main thesis of this paper is that hardware and software inadequacy is not the problem, the problem is in the inadequacy of the design methods. This problem is to be reconceived as what a person can do with a program, rather than what is the capacity of a program. Contemporary computer techniques allow us to put an equation mark between the searching for idea, visualisation and its realisation in virtual space. This paper presents Sketching by scanning - an experimental method of using computer hardware and software for stimulating of searching of architectural's form.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id b4a0
authors Clayton, M.J., Johnson R.E. and Song, Y.
year 1999
title Downstream of Design: Web-based Facility Operations Documents
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 365-380
summary Intemet technologies provide opportunities for improving the delivery of facility information to building owners and operators. Discussions with facility operators have led to identification of problems in current practices of delivering facility information using as-built drawings. A Web-based software prototype illustrates how facility information can be automatically structured into documents that support specific facility operations tasks.
keywords Facility Management, Computer-Aided Design, Intranet, Information Delivery, Life Cycle Design, As-Built Drawings
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 5477
authors Donath, D., Kruijff, E., Regenbrecht, H., Hirschberg, U., Johnson, B., Kolarevic, B. and Wojtowicz, J.
year 1999
title Virtual Design Studio 1998 - A Place2Wait
doi https://doi.org/10.52842/conf.ecaade.1999.453
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 453-458
summary This article reports on the recent, geographically and temporally distributed, intercollegiate Virtual Design Studio based on the 1998 implementation Phase(x) environment. Students participating in this workshop had to create a place to wait in the form of a folly. This design task was cut in five logical parts, called phases. Every phase had to be finished within a specific timeframe (one day), after which the results would be stored in a common data repository, an online MSQL database environment which holds besides the presentations, consisting of text, 3D models and rendered images, basic project information like the descriptions of the phases and design process visualization tools. This approach to collaborative work is better known as memetic engineering and has successfully been used in several educational programs and past Virtual Design Studios. During the workshop, students made use of a variety of tools, including modeling tools (specifically Sculptor), video-conferencing software and rendering programs. The project distinguishes itself from previous Virtual Design Studios in leaving the design task more open, thereby focusing on the design process itself. From this perspective, this paper represents both a continuation of existing reports about previous Virtual Design Studios and a specific extension by the offered focus. Specific attention will be given at how the different collaborating parties dealt with the data flow and modification, the crux within a successful effort to cooperate on a common design task.
keywords Collaborative design, Design Process, New Media Usage, Global Networks
series eCAADe
email
last changed 2022/06/07 07:55

_id c21a
authors Fitzsimons, J. Kent
year 1999
title Net-Based History of Architecture
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 319-325
summary History sequences in professional architecture programs must meet broad educational objectives. Inherent in an architect’s education is a tension between the rigorous consideration of important ideas in the history of architecture and the inspired implementation of these ideas in the design studio. A digital history course can bridge the education/training divide by making the study of history emulate the methods and strategies used in the architecture studio. Using a relational database and navigation software, we have developed a course in which students move through a digital environment of text, image, audio and video resources pertaining to broad historical categories in architecture. Charged with producing historical genealogies, students must incorporate current architectural and cultural concerns in their distillation of the history presented by the articles, surveys, manifestoes, photographs, drawings and interviews encountered online. The immersive multimedia environment uses hyperlinks as a structure, placing emphasis on the student’s role in navigation while increasing the possibilities for chance encounters in the material. The delivery of basic material having been accomplished independently by the student, class meetings are used for higher-level discussions of the issues that surface. The project is currently being implemented as a half-semester course in 20th century architecture for a small group of sophomore students in the professional Bachelor of Architecture program. The project’s pedagogical and technical aspects will be discussed with respect to this stage of its development.
series SIGRADI
email
last changed 2016/03/10 09:51

_id ecaade2014_041
id ecaade2014_041
authors Gabriel Wurzer, Bob Martens and Thomas Grasl
year 2014
title ProceeDings - A web-based word processor automating the production of conference proceedings
doi https://doi.org/10.52842/conf.ecaade.2014.1.011
source Thompson, Emine Mine (ed.), Fusion - Proceedings of the 32nd eCAADe Conference - Volume 1, Department of Architecture and Built Environment, Faculty of Engineering and Environment, Newcastle upon Tyne, England, UK, 10-12 September 2014, pp. 11-20
summary In this paper an online editing system for eCAADe papers is presented, which is also the technology behind this proceedings volume. On the occasion of the eCAADe 1999 conference in Liverpool, a novel layout for the proceedings was developed. In the course of forthcoming annual conferences, this became the distinctive “look and feel” of the eCAADe proceedings. Due to the complexity, professional typesetting was required for and the authors were disconnected from the publication and layout stage. This paper elaborates on the development and implementation of a web-based tool, which takes care of the typesetting and delegates this activity again to the authors. Neither software installation is required, nor specific training must be completed in advance. On top of this the degree of homogeneity can be raised significantly, thus supporting the editors in charge to concentrate on the task of harmonising the resulting publication output.
wos WOS:000361384700001
keywords Word processing; proceedings preparation; cloud computing
series eCAADe
email
last changed 2022/06/07 07:50

_id ga9917
id ga9917
authors Maia Jr., A., Valle, R. do, Manzolli, J. and Pereira, L.N.S.
year 1999
title Generative Polymodal Music Process
source International Conference on Generative Art
summary We present underlying ideas used to develop an Algorithmic Composition software named KYKLOS. It was designed to generate music based on generalised musical scales and modes. It is an interactive sonic device to be applied in composition as well in performance. The sonic output of the whole process can be described as generalised polymodal music since “synthetic scales” are generated by the algorithm. This environment can be used in a Computer Assisted Composition manner in order to generate MIDI files. On the other hand, it can equally be used as a performance environment in which a dynamic change of parameters enables a real time control of the sonic process. Recently, we advocated that several mathematical applications in Computer Music can be understood as Sound Functors [1]. In extension, we describe here a sound functor used to model scales and modes. As can be verified, part of early investigations on mathematical structures in music studied musical scales and modes using Combinatorics, Fibonacci Series and Golden Mean in order to understand compositional processes which use modal concepts. Using the Functor definition it is possible to enumerate n-scales as a sequence of integers. Each value in that sequence gives the distance (in half tones) between two consecutive tones. For example, the sequence 3:2:2:3 is interpreted as a pentatonic scale C-Eb-F-G-Bb, and as defined above it is a C mode. So, if we apply cyclical permutations, (n-1)-sequences of numbers should be interpreted as n-modes of tones. Our algorithmic implementation is described briefly. A n-mode is defined as an array with n-1 integers [a1, a2, ...an-1]. Each array generated at k-th step can be read as a number a1a2a3 ....an-1 in decimal representation, where ai is a integer between 1 and 9. We denote the number obtained at k-th step as (a1a2a3 ...an-1)(k) . The rules to implement the algorithm are the following:1) V0 = (1, 1, 1, 1 ......,1) (initial n-mode)2) ? ai ? 11 with i= 1, 2...n-1 (octave range constraint)3) Vk = (a1a2a3 ...an-1)(k) < (b1b2b3 ...bn-1)(k+1) = Vk+1 where aj ?bj , 1? j ? n-1.4) Vmax = (13 – n, 1, 1, ...,1)In this paper we start with a theoretical view and an introduction on the algorithmic mechanism used. Further, we present a concept of man ? machine interaction used to create the composition environment. We also describe the compositional graphic interface developed and general functions of the system. Finally there is a set of music examples generated by KYKLOS as MIDI files.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id f6d5
authors Song, Y., Clayton, M.J. and Johnson, R.E.
year 1999
title Anticipating Reuse: Documenting Buildings for Operations Using Web Technology
doi https://doi.org/10.52842/conf.acadia.1999.054
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 54-65
summary This research explores the feasibility of Web technology as a means for delivering building information to better support facility operations. Our research proposes just-in-time (JIT) facility documentation as a pragmatic solution to the limitations of current as-built documents, allowing more effective reuse of building information. Our investigation addresses four issues: 1) what building information is needed for facility operations; 2) how the design and construction team can improve the format for delivering the building information to facility operators; 3) how current Web technology can store and deliver facility information in support of operations; 4) what is the mechanism of documenting building information using the Web technology. //

We surveyed literature, interviewed members of design and operations teams and reviewed current initiatives of industry and software vendors to identify problems with current practices. We also surveyed promising Web technologies and conducted experiments to determine how these technologies could help to solve the problems. We constructed a conceptual framework of JIT facility documentation as a solution to current information fragmentation problems. We developed a prototype of the JIT document system to demonstrate a “proof of concept” by using current Web technologies such as Autodesk’s DWF, Microsoft’s Active Server Pages, VB and Java script, and Access database to develop the prototype system. By dynamically composing HTML pages in response to task-specific requests, our prototype enables easy access and integration of a variety of building information to support facility operations.

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

_id ga9919
id ga9919
authors Strehlke, Kai
year 1999
title xWORLDS, the implementation of a three-dimensional collaborative sketch tool within the context of a third year design course
source International Conference on Generative Art
summary This work is the result of a postgraduate thesis done at the chair for Architecture and CAAD at the ETH in Zurich Switzerland. It proposes a prototype for a three-dimensional modelling tool in a networked environment. The work is composed of two distinct parts. (1) A modeling tool to create three-dimensional objects in an intuitive and interactive manner. (2) A database component to store and retrieve the objects. This modeller has been implemented for the first time in a design course, where students where using the modeller to sketch and interact within a large group to formulate aspects of their design. The Paper focuses on the modeller and on the experience from a one week workshop.1. Modelling Tool. The modeling tool operates in two different modes: (A). Composing cubic forms within a limited cubic space. (B). Deforming the composition of boxes by means of their interaction with a separate volume. For the composition of cubes, the user has to drag a cube with the mouse to continue placing cubes in space. Furthermore, he can move and delete the placed cubes. Simple and complex objects can be created this way, in an easy and intuitive manner. For the second mode, the forms are generated by intersecting a volume with an object created previously in the first mode. The volume can be scaled and moved. The part of the existing object located outside the volume remains unchanged, while the part that lies inside it is transformed in the same way as the volume. Complex forms can be created in this way with simple transformations. 2. Database Storage and Retrieval.The created objects can be stored in a database. Other users can access the objects stored in the database and continue working on them in the same modeling environment. There are two ways to interact with objects from the database. On one side it is possible to substitute the composition of cubes, and keep the distorted framestructure of the currently active object unchanged. On the other side it is possible to initiate a morphing process between the currently active framestructure and the framestructure of an object from the database. This process can be stopped at any time. It is always possible to switch back in the modeling modus and continue work on the object.3. Workshop at the the School of Design at the Hong Kong Polytechnic University.A Group of over 100 students were using the tool in a second year design course. The tool has been implemented as part of a workshop in the second half of the design studio. The workshop lasted for one week in which a collective dataset of over 1000 models has been created by the students. Afterwards, a possibility was given to the students to retrieve models from the database and to process them in different software packages or have them physically built by a 3D printer, and then continue working on the physical model.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id cf4d
authors Zamanian, M.K. and Pittman, J.H.
year 1999
title A software industry perspective on AEC information models for distributed collaboration
source Automation in Construction 8 (3) (1999) pp. 237-248
summary This paper focuses on information modeling and computing technologies that are most relevant to the emerging software for the Architecture, Engineering, and Construction (AEC) industry. After a brief introduction to the AEC industry and its present state of computer-based information sharing and collaboration, a set of requirements for AEC information models are identified. Next, a number of key information modeling and standards initiatives for the AEC domain are briefly discussed followed by a review of the emerging object and Internet technologies. The paper will then present our perspective on the challenges and potential directions for using object-based information models in a new generation of AEC software systems intended to offer component-based open architecture for distributed collaboration.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 5e85
authors Heylighen, Ann and Neuckermans, Herman
year 1999
title Learning from Experience: Promises, Problems and Side-effects of CBD in Architecture
doi https://doi.org/10.52842/conf.ecaade.1999.567
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 567-575
summary Learning from design experience is the essence of Case-Based Design (CBD). Because architects are said to learn design by experience, CBD seems to hold great promises for architectural design, which have inspired various CBD tools. Learning from the experience of developing and using these tools is the objective of this paper. On the one hand, the original expectations seem far from being accomplished today. Reasons for this limited success can be found at three different levels. Level one is the cognitive model underlying CBD, which raises some specific difficulties within the field of architecture. At the level of implementation, few tools manage to draw the full consequences of this view, thus leading to an oversimplification of CBD and/or architectural design. Level three has to do with introducing CBD tools in design education and assessing the effects of this introduction. On the other hand, CBD seems to have caused some interesting side effects, such as an increased interest in creativity and copyright, and the recent re-discovery of the key-role cases play inside and outside the field of CAAD. Thus, although its promises may not be fulfilled, CBD definitely can contribute to design education, be it sometimes without the support of computer technology.
keywords Case-Based Design, Design Education
series eCAADe
email
last changed 2022/06/07 07:50

_id f154
authors Amor, Robert and Newnham, Leonard
year 1999
title CAD Interfaces to the ARROW Manufactured Product Server
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 1-11
summary The UK national project ARROW (Advanced Reusable Reliable Objects Warehouse) provides an Internet based framework through which it is possible to identify any of a range of manufactured products meeting specific design criteria. This open framework (based upon the IAI's IFCs) provides a mechanism for users to search for products from any participating manufacturer or supplier based both on specific attributes of a product or on any of the textual descriptions of the product. The service returns the closest matching products and allows the user to navigate to related information including manufacturer, suppliers, CAD details, VR displays, installation instructions, certificates, health and safety information, promotional information, costings, etc. ARROW also provides a toolkit to enable manufacturers and suppliers to more easily map and publish their information in the format utilised by the ARROW system. As part of the ARROW project we have examined the ability to interface from a design tool through to ARROW to automatically retrieve information required by the tool. This paper describes the API developed to allow CAD and simulation tools to communicate directly with ARROW and identify appropriate manufactured information. The demonstration system enables CAD systems to identify the closest matching manufactured product to a designed product and replacing the designed product with the details supplied by the manufacturer for the manufactured product as well as pulling through product attributes utilised by the design application. This paper provides a description of the ARROW framework and issues faced in providing information based upon standards as well as containing information not currently modelled in public standards. The paper looks at issues of enabling manufacturers and suppliers to move from their current world-view of product information to a more data-rich and user accessible information repository (even though this enables a uniform comparison across a range of manufacturer's products). Finally the paper comments on the likely way forward for ARROW like systems in providing quality information to end users.
keywords Computer-aided Design, Product Retrieval
series CAAD Futures
email
last changed 2006/11/07 07:22

_id e719
authors Achten, Henri and Turksma, Arthur
year 1999
title Virtual Reality in Early Design: the Design Studio Experiences
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 327-335
summary The Design Systems group of the Eindhoven University of Technology started a new kind of design studio teaching. With the use of high-end equipment, students use Virtual Reality from the very start of the design process. Virtual Reality technology up to now was primarily used for giving presentations. We use the same technology in the design process itself by means of reducing the time span in which one gets results in Virtual Reality. The method is based on a very brief cycle of modelling in AutoCAD, assigning materials in 3DStudio Viz, and then making a walkthrough in Virtual Reality in a standard landscape. Due to this cycle, which takes about 15 seconds, the student gets immediate feedback on design decisions which facilitates evaluation of the design in three dimensions much faster than usual. Usually the learning curve of this kind of software is quite steep, but with the use of templates the number of required steps to achieve results is reduced significantly. In this way, the potential of Virtual Reality is not only explored in research projects, but also in education. This paper discusses the general set-up of the design studio and shows how, via short workshops, students acquire knowledge of the cycle in a short time. The paper focuses on the added value of using Virtual Reality technology in this manner: improved spatial reasoning, translation from two-dimensional to three-dimensional representations, and VR feedback on design decisions. It discusses the needs for new design representations in this design environment, and shows how fast feedback in Virtual Reality can improve the spatial design at an early stage of the design process.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id bfc2
authors Bessone, Miriam and Mantovani, Graciela
year 1999
title Integración del Medio Digital a la Enseñanza del Diseño Arquitectónico. Huellas de un Taller Experimental (Integration of Digital Media in the Teaching of Architectural Design. Tracks of an Experimental Studio)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 289-294
summary This paper presents the searching of new building modes for the knowledge of design in curriculum workshops at Facultad de Arquitectura, Diseno y Urbanismo of the Universidad Nacional del Litoral the proposed “research action” program articulates longitudinally in the three cycles of the career, understanding architecture as metaknowledge within a new paradigm of subjectivity, complexity and multidimensionality. In other words, it is recognized a new scenery tending to modify didactic relations. This experimental field looks for conscientious equilibrium between “written culture/audiovisual culture”, and “analog instruments/digital media”. We focus our interest on the “machine interacting with and for men”, looking for harmonious synthesis through a new way of thinking, to allow “real progress”. For turning this idea into action, we organized an alternative and plural team-work in architecture. We called it “experimental workshop”. In this first level the students worked. On a preliminary plan of a “kindergarden”. They developed a divergent process through the 3D simulations (using the software 3DS MAX v2), scale models and sensible sketches. For conclusions, the paper addresses the characteristics of the pedagogic model used and the results achieved.
series SIGRADI
email
last changed 2016/03/10 09:47

_id d79a
authors Ekholm, Anders and Fridqvist, Sverker
year 1999
title The BAS*CAAD Information System for Design principles, Implementation, and a Design Scenario
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 149-164
summary The objectives of the BAS-CAAD-project are to investigate into theories and methods for computer aided architectural design, with emphasis on requirements of early stages of the design process. Information systems can be characterised as static or dynamic concerning the definition of classes in the model schema, and concerning classification of model objects. The paper presents the BAS-CAAD system, a prototype software that implements the conceptually most important features of a dynamic information system for design. The BAS-CAAD information system is built on a generic ontological framework. The system allows a free combination of attributes, supporting the incremental way that knowledge is built up during design. It provides a generic library structure that allows definition of objects classes in different levels of generalisation that may originate from international standards or the individual designer. For example, in the construction context, it allows modelling of buildings and their parts, as well as user organisations and user activities. The function of the system is illustrated in two scenarios.
keywords CAD, Design, Dynamic Schema Evolution, Information Systems, Object Oriented Modelling, Product Modelling, Design Scenario
series CAAD Futures
email
last changed 2006/11/07 07:23

_id 2145
authors Engeli, Maia and Mueller Andre
year 1999
title Digital Environments for Learning and Collaboration Architecture, Communication, Creativity, Media and Design Process
doi https://doi.org/10.52842/conf.acadia.1999.040
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 40-52
summary Digital networks are gaining importance as environments for learning and creative collaboration. Technical achievements, software enhancements, and a growing number of applicable principles make it possible to compile complex environments that satisfy many aspects necessary for creative collaboration. This paper focuses on three issues: the architecture of collaborative environments, communication in these environments and the processes inherent to creative collaboration. The information architecture of digital environments looks different from physical architecture, mainly because the material that it is made out of is information and not stone, wood or metal and the goal is to pro-vide appropriate paths and views to information. Nonetheless, many analogies can be drawn between information architecture and physical architecture, including the need for useability, aesthetics, and consistency. To communicate is important for creative collaboration. Digital networks request and enable new strategies for communicating. Regarding the collaborative creative process we have been able to detect principles and features that enhance this process, but there are still many unanswered questions. For example, the environment can enable and improve the frequency of surprise and coincidence, two factors that often play decisive roles in the creative processes but cannot be planned for in advance. Freedom and transparency within the environment are other important factors that foster creative collaboration. The following findings are based on numerous courses, which we have taught using networked environments and some associated, research projects that helped to verify their applicability for architectural practice.
series ACADIA
type normal paper
email
last changed 2022/06/07 07:55

_id 99ce
authors Forowicz, T.
year 1999
title Modeling of energy demands for residential buildings with HTML interface
source Automation in Construction 8 (4) (1999) pp. 481-487
summary This paper presents the package for calculation of energy and cost demands for heating, cooling and hot water. The package represents a new kind of approach to developing software, employing user (client) and server (program provider) computers connected by Internet. It is mounted on the owner server and is available to the whole world through the Web browser. The package was developed as a simplified tool for estimating energy use in four types of new and old houses, located in 900 US cities. The computing engine utilizes the database that was compiled by LBL in support of the 'Affordable Housing through Energy Conservation' Project with over 10000 DOE-2.1 simulations. The package consists of 69 routines and scripts coded in four languages: HTML, Perl, C, and FORTRAN. The modeling, the programming, and the future perspectives of the new kind of computational tool are presented. The paper discusses further technical limitations, as well as suggestions for further improvements and development. Especially important is the problem of multi-user access; ways for its solution are proposed.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id a872
authors Frassia, Mercedes
year 1999
title Código Digital de la Ciudad de Buenos Aires (Digital Code of the City of Buenos Aires)
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 209-212
summary As a result of an agreement signed between the urban planning secretary depending on the Buenos Aires government and the Buenos Aires University, a software was developed. It has enough capacity to store, update and transmit the regulations that guide the development of Buenos Aires City. This application was materialized using graphic interfaces, what encourage the construction of a highly friendly program. It was constructed having the WWW in mind, to admit the consults and bring up to date in a distance environment.
series SIGRADI
email
last changed 2016/03/10 09:52

For more results click below:

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