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 626

_id ca7b
authors Howes, Jaki
year 1999
title IT or not IT? An Examination of IT Use in an Experimental Multi-disciplinary Teamwork Situation
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 370-373
doi https://doi.org/10.52842/conf.ecaade.1999.370
summary Leeds Metropolitan University is well placed to carry out research into multi-disciplinary team-working, as all the design and construction disciplines are housed in one faculty. Staff have set up an experimental project, TIME IT (Team-working in Multi-disciplinary Environments using IT) which examines ways of working in the design/construction process and how IT is used when there is no commercial pressure. Four groups of four students, one graduate diploma architect, and one final year student from each of Civil Engineering, Construction Management and Quantity Surveying have been working on feasibility studies for projects that are based on completed schemes or have been devised by collaborators in the Construction Industry. Students have been asked to produce a PowerPoint presentation, in up to five working days, of a design scheme, with costs, structural analysis and construction programme. The students are not assessed on the quality of the product, but on their own ability to monitor the process and use of IT. Despite this, aggressive competition evolved between the teams to produce the 'best' design. Five projects were run in the 1998/99 session. A dedicated IT suite has been provided; each group of students had exclusive use of a machine. They were not told how to approach the projects nor when to use the available technology, but were asked to keep the use of paper to a minimum and to keep all their work on the server, so that it could be monitored externally. Not so. They plotted the AO drawings of an existing building that had been provided on the server. They like paper - they can scribble on it, fold it, tear it and throw it at one another.
keywords IT, Multi-disciplinary, Teamwork
series eCAADe
email
last changed 2022/06/07 07:50

_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 3d23
authors Sellgren, Ulf
year 1999
title Simulation-driven Design
source KTH Stockholm
summary Efficiency and innovative problem solving are contradictory requirements for product development (PD), and both requirements must be satisfied in companies that strive to remain or to become competitive. Efficiency is strongly related to ”doing things right”, whereas innovative problem solving and creativity is focused on ”doing the right things”. Engineering design, which is a sub-process within PD, can be viewed as problem solving or a decision-making process. New technologies in computer science and new software tools open the way to new approaches for the solution of mechanical problems. Product data management (PDM) technology and tools can enable concurrent engineering (CE) by managing the formal product data, the relations between the individual data objects, and their relation to the PD process. Many engineering activities deal with the relation between behavior and shape. Modern CAD systems are highly productive tools for concept embodiment and detailing. The finite element (FE) method is a general tool used to study the physical behavior of objects with arbitrary shapes. Since a modern CAD technology enables design modification and change, it can support the innovative dimension of engineering as well as the verification of physical properties and behavior. Concepts and detailed solutions have traditionally been evaluated and verified with physical testing. Numerical modeling and simulation is in many cases a far more time efficient method than testing to verify the properties of an artifact. Numerical modeling can also support the innovative dimension of problem solving by enabling parameter studies and observations of real and synthetic behavior. Simulation-driven design is defined as a design process where decisions related to the behavior and performance of the artifact are significantly supported by computer-based product modeling and simulation. A framework for product modeling, that is based on a modern CAD system with fully integrated FE modeling and simulation functionality provides the engineer with tools capable of supporting a number of engineering steps in all life-cycle phases of a product. Such a conceptual framework, that is based on a moderately coupled approach to integrate commercial PDM, CAD, and FE software, is presented. An object model and a supporting modular modeling methodology are also presented. Two industrial cases are used to illustrate the possibilities and some of the opportunities given by simulation-driven design with the presented methodology and framework.
keywords CAE; FE Method; Metamodel; Object Model; PDM; Physical Behavior, System
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 5de1
authors Tah, J.H.M., Howes, R. and Losifidis, P.
year 1999
title Integration of design and construction through shared objects in the CO-CIS project
source CIDAC, Volume 1 Issue 1 May 1999, pp.
summary This paper presents an Integrated Building Project Model (IBPM) which provides the basis on which software applications can share objects and shows how integration is achieved at the conceptual level. It is used to develop a pure object-oriented database server which acts as a central object repository, and facilitates the sharing of objects between multiple applications. The IBPM provided the basis for the development of the COllaborative Construction Integrated System (CO-CIS) based on the principles of client/server computing and utilising dynamic common object sharing in real-time between CAD and project management packages. The work demonstrates the capabilities of pure object technologies and should encourage industry to adopt the approach and facilitate the development of the common information standards.
keywords Object-Oriented Project Modelling, Object-Oriented Databases, Integration, Collaborative Environment, CAD, Project Management
series journal paper
last changed 2003/05/15 21:23

_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 edf5
authors Arnold, J.A., Teicholz, P. and Kunz, J.
year 1999
title An approach for the interoperation of web-distributed applications with a design model
source Automation in Construction 8 (3) (1999) pp. 291-303
summary This paper defines the data and inference requirements for the integration of analysis applications with a product model described by a CAD/CAE application. Application input conditions often require sets of complex data that may be considered views of a product model database. We introduce a method that is compatible with the STEP and PLIB product description standards to define an intermediate model that selects, extracts, and validates views of information from a product model to serve as input for an engineering CAD/CAE application. The intermediate model framework was built and tested in a software prototype, the Internet Broker for Engineering Services (IBES). The first research case for IBES integrates applications that specify certain components, for example pumps and valves, with a CAD/CAE application. This paper therefore explores a sub-set of the general problem of integrating product data semantics between various engineering applications. The IBES integration method provides support for a general set of services that effectively assist interpretation and validate information from a product model for an engineering purpose. Such methods can enable application interoperation for the automation of typical engineering tasks, such as component specification and procurement.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 9aaf
authors Burrow, Andrew and Woodbury, Robert
year 1999
title Pi-Resolution in Design Space Exploration
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 291-308
summary In studying the phenomenon of design we use models to envision mechanisms by which computers might support design. In one such model we understand design as guided movement through a space of possibilities. Design space explorers embody this model as mixed-initiative environments in which designers engage in exploration via human computer interaction. Constraint resolution provides a formal framework for interaction in design space explorers. Rather than directly providing solutions to design problems, constraint resolution provides a mechanism for organizing construction. Therefore, we are less interested in the set of solutions to a constraint problem than the process by which intermediate steps are generated. Pi-resolution is one such mechanism applicable to design space explorers. It describes the solution, by recursive enumeration, of feature structure type constraints. During pi-resolution, satisfiers are constructed by the application of type constraints drawn from an inheritance hierarchy. This constructive process provides a strong model for design space exploration. The constraint solver does not do the work of the designer, but rather design efforts are situated in, and organized by, constraint resolution. Therefore, the efficiency of the recursive enumeration in finding solutions is not an issue, since non-determinism in the search is resolved by the human user as design space exploration.
keywords Design Space Explorers, Typed Feature Structures, Functional Decomposition, Mixed Initiative
series CAAD Futures
email
last changed 2006/11/07 07:22

_id 2690
authors Chiu, Mao-Lin
year 1999
title Design Navigation and Construction Simulation by Virtual Reality
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 31-41
doi https://doi.org/10.52842/conf.caadria.1999.031
summary This paper depicts the approach of constructing a virtual reality environment for simulating architectural design and construction operations. The virtual environment is established to demonstrate the spatial performance of design and constructability of construction operations. Particularly, the functions such as navigation of construction sites, simulation of construction operations, and evaluation of construction details will be critical to construction operations. The system shell is implemented by JAVA on the web and integrated with VRML for supporting the above functions. The study focuses on the needs for the system integration and interface design. Four modes of human computer interfaces are proposed, including the user, agent, monitor, and immersion modes. Finally, this paper provides demonstration of construction simulation in an office building project to highlight the above discussion. The operations of crane towers and curtain wall installation are also studied in the construction process. In conclusion, this paper demonstrates the potential uses and limitation of virtual reality in simulation of the built environment.
series CAADRIA
email
last changed 2022/06/07 07:56

_id 3db8
authors Clarke, Keith
year 1999
title Getting Started with GIS
source 2nd ed., Prentice Hall Series in Geographic Information Science, ed. Kieth Clarke. Upper Saddle River, NJ: Prentice Hall, 1999, 2-3
summary This best-selling non-technical, reader-friendly introduction to GIS makes the complexity of this rapidly growing high-tech field accessible to beginners. It uses a "learn-by-seeing" approach that features clear, simple explanations, an abundance of illustrations and photos, and generic practice labs for use with any GIS software. What Is a GIS? GIS's Roots in Cartography. Maps as Numbers. Getting the Map into the Computer. What Is Where? Why Is It There? Making Maps with GIS. How to Pick a GIS. GIS in Action. The Future of GIS. For anyone interested in a hands-on introduction to Geographic Information Systems.
series other
last changed 2003/04/23 15:14

_id d0aa
authors Colajanni, Benedetto, Concialdi, Salvatore and Pellitteri, Giuseppe
year 1999
title CoCoMa: a Collaborative Constraint Management System for the Collaborative Design
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 364-369
doi https://doi.org/10.52842/conf.ecaade.1999.364
summary Collaborative Design is a topic of particular current interest. Existing software allows a multiplicity of designers to work on the same project. What the software really allows is accessing to a part of the information of the project and changing it. Sometimes there is a hierarchical distribution of the power of change: some participants can be permitted to operate only on some limited layers of the object representation. In this case the changes they propose are to be accepted by a general manager of the design process. What is lacking in this kind of software is the explicit management on the reciprocal constraints posed by different participants. In this paper, an elementary Collaborative Design System is presented whose main concern is just the management of constraints. Each participant designs the part of the project of his/her concern instantiating objects comprised of geometric description, alphanumeric variables and constraints on both. Constraints can be of two types: absolute or defined by a range of allowed values of the constrained variable. A participant intervening later can accept the constraint, choosing a value in the permitted range, or decide to violate it. In this case the proposed violation is signalled to whom posed it.
keywords Collaborative Design, Design Process, Management System, Participant Designs, Constraints Violation
series eCAADe
email
last changed 2022/06/07 07:56

_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
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 453-458
doi https://doi.org/10.52842/conf.ecaade.1999.453
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 ga9916
id ga9916
authors Elzenga, R. Neal and Pontecorvo, Michael S.
year 1999
title Arties: Meta-Design as Evolving Colonies of Artistic Agents
source International Conference on Generative Art
summary Meta-design, the act of designing a system or species of design instead of a design instance, is an important concept in modern design practice and in the generative design paradigm. For meta-design to be a useful tool, the designer must have more formal support for both design species definition/expression and the abstract attributes which the designer is attempting to embody within a design. Arties is an exploration of one possible avenue for supporting meta-design. Arties is an artistic system emphasizing the co-evolution of colonies of Artificial Life design or artistic agents (called arties) and the environment they inhabit. Generative design systems have concentrated on biological genetics metaphors where a population of design instances are evolved directly from a set of ‘parent’ designs in a succession of generations. In Arties, the a-life agent which is evolved, produces the design instance as a byproduct of interacting with its environment. Arties utilize an attraction potential curve as their primary dynamic. They sense the relative attraction of entities in their environment, using multiple sensory channels. Arties then associate an attractiveness score to each entity. This attractiveness score is combined with a 'taste' function built into the artie that is sensitized to that observation channel, entity, and distance by a transfer function. Arties use this attraction to guide decisions and behaviors. A community of arties, with independent evolving attraction criteria can pass collective judgement on each point in an art space. As the Artie moves within this space it modifies the environment in reaction to what it senses. Arties support for Meta-design is in (A) the process of evolving arties, breeding their attraction potential curve parameters using a genetic algorithm and (B) their use of sensory channels to support abstract attributes geometries. Adjustment of these parameters tunes the attraction of the artie along various sensing channels. The multi-agent co-evolution of Arties is one approach to creating a system for supporting meta-design. Arties is part of an on-going exploration of how to support meta-design in computer augmented design systems. Our future work with Arties-like systems will be concerned with applications in areas such as modeling adaptive directives in Architecture, Object Structure Design, spatio-temporal behaviors design (for games and simulations), virtual ambient spaces, and representation and computation of abstract design attributes.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id bd1e
authors Evans, Barrie
year 1999
title A Communicating Profession
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 313-320
doi https://doi.org/10.52842/conf.ecaade.1999.313
summary This paper discusses aspects of the near future, a future that in parts is already with us, a future that we need to attend to now. The focus is computer aided design, but not graphics-based CAD. Rather today's CAD innovation is focused on the use of smart communications to provide designers with an information-rich support environment and the design team with an infrastructure for co-operative working. Based on this picture of a different, emerging CAD, the paper finishes with a brief comment on educational implications. One is that the emerging commercial project information management software could prove useful as infrastructure for co-operative educational projects. Another is that there could be significant gaps in information content for educational users as education becomes more IT-based. Should providing this content be a role for joint ECAADE research and development projects?
keywords Information, Smart Telecomms, CSCW, Learning, CAD
series eCAADe
email
last changed 2022/06/07 07:55

_id acadia06_426
id acadia06_426
authors Garber, R., Robertson, N.
year 2006
title The Pleated Cape: From the Mass-Standardization of Levittown to Mass Customization Today
source Synthetic Landscapes [Proceedings of the 25th Annual Conference of the Association for Computer-Aided Design in Architecture] pp. 426-439
doi https://doi.org/10.52842/conf.acadia.2006.426
summary In the 1950’s, the Levitts put mass-production and the reverse assembly line into use in the building of thousands of single-family houses. However, the lack of variation that made their construction process so successful ultimately produced a mundane suburban landscape of sameness. While there were many attempts to differentiate these Levitt Cape Cods, none matched the ingenuity of their original construction process. The notion of mass-customization has been heavily theorized since the 1990’s, first appearing in the field of management and ultimately finding its way into the field of architecture. Greg Lynn used mass-customization in his design for the Embryological House in which thousands of unique houses could be generated using biological rules of differentiation (Lynn 1999). Other industries have embraced the premise that computer-numerically-controlled technologies allow for the production of variation, though it has not been thoroughly studied in architecture. While digital fabrication has been integral in the realization of several high-profile projects, the notion of large-scale mass-customization in the spec-housing market has yet to become a reality. Through the execution of an addition to a Cape Cod-style house, we examine the intersection between prefabricated standardized panels and digital fabrication to produce a mass-customized approach to housing design. Through illustrations and a detailed description of our design process, we will show how digital fabrication technologies allow for customization of mass produced products.
series ACADIA
email
last changed 2022/06/07 07:50

_id 600e
authors Gavin, Lesley
year 1999
title Architecture of the Virtual Place
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 418-423
doi https://doi.org/10.52842/conf.ecaade.1999.418
summary The Bartlett School of Graduate Studies, University College London (UCL), set up the first MSc in Virtual Environments in the UK in 1995. The course aims to synthesise and build on research work undertaken in the arts, architecture, computing and biological sciences in exploring the realms of the creation of digital and virtual immersive spaces. The MSc is concerned primarily with equipping students from design backgrounds with the skills, techniques and theories necessary in the production of virtual environments. The course examines both virtual worlds as prototypes for real urban or built form and, over the last few years, has also developed an increasing interest in the the practice of architecture in purely virtual contexts. The MSc course is embedded in the UK government sponsored Virtual Reality Centre for the Built Environment which is hosted by the Bartlett School of Architecture. This centre involves the UCL departments of architecture, computer science and geography and includes industrial partners from a number of areas concerned with the built environment including architectural practice, surveying and estate management as well as some software companies and the telecoms industry. The first cohort of students graduated in 1997 and predominantly found work in companies working in the new market area of digital media. This paper aims to outline the nature of the course as it stands, examines the new and ever increasing market for designers within digital media and proposes possible future directions for the course.
keywords Virtual Reality, Immersive Spaces, Digital Media, Education
series eCAADe
email
more http://www.bartlett.ucl.ac.uk/ve/
last changed 2022/06/07 07:51

_id 161c
authors Juroszek, Steven P.
year 1999
title Access, Instruction, Application: Towards a Universal Lab
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 141-150
doi https://doi.org/10.52842/conf.ecaade.1999.141
summary In January 1998, the Montana State University School of Architecture embarked upon an initiative to successfully integrate computer technology into its design curriculum. At that time only a handful of student computers could be found in the design studio. By January 1999 over 95 students have and use computers in their courses. The increase in computer access and use is occurring through a five-phase initiative called the Universal Lab-a school-wide commitment to the full integration of computer technology into all design studios, support courses and architectural electives. The Universal Lab uses the areas of Access, Instruction and Application as the vehicles for appropriate placement and usage of digital concepts within the curriculum. The three-pronged approach allows each instructor to integrate technology using one, two or all three areas with varying degrees of intensity. This paper presents the current status of the Universal Lab-Phase I and Phase II-and describes the effect of this program on student work, course design and faculty instruction.
keywords Design, Access, Instruction, Application, Integration
series eCAADe
email
last changed 2022/06/07 07:52

_id ab9c
authors Kvan, Thomas and Kvan, Erik
year 1999
title Is Design Really Social
source International Journal of Virtual Reality, 4:1
summary There are many who will readily agree with Mitchell's assertion that "the most interesting new directions (for computer-aided design) are suggested by the growing convergence of computation and telecommunication. This allows us to treat designing not just as a technical process... but also as a social process." [Mitchell 1995]. The assumption is that design was a social process until users of computer-aided design systems were distracted into treating it as a merely technical process. Most readers will assume that this convergence must and will lead to increased communication between design participants, that better social interaction leads to be better design. The unspoken assumption appears to be that putting the participants into an environment with maximal communication channels will result in design collaboration. The tools provided, therefore, must permit the best communication and the best social interaction. We see a danger here, a pattern being repeated which may lead us into less than useful activities. As with several (popular) architectural design or modelling systems already available, however, computer system implementations all too often are poor imitations manual systems. For example, few in the field will argue with the statement that the storage of data in layers in a computer-aided drafting system is an dispensable approach. Layers derive from manual overlay drafting technology [Stitt 1984] which was regarded as an advanced (manual) production concept at the time many software engineers were specifying CAD software designs. Early implementations of CAD systems (such as RUCAPS, GDS, Computervision) avoided such data organisation, the software engineers recognising that object-based structures are more flexible, permitting greater control of data editing and display. Layer-based systems, however, are easier to implement in software, more familiar to the user and hence easier to explain, initially easier to use but more limiting for an experienced and thoughtful user, leading in the end to a lesser quality in resultant drawings and significant problems in output control (see Richens [1990], pp. 31-40 for a detailed analysis of such features and constraints). Here then we see the design for architectural software faithfully but inappropriately following manual methods. So too is there a danger of assuming that the best social interaction is that done face-to-face, therefore all collaborative design communications environments must mimic face-to-face.
series journal paper
email
last changed 2003/05/15 10:29

_id 6810
authors Makkonen, Petri
year 1999
title On multi body systems simulation in product design
source KTH Stockholm
summary The aim of this thesis is to provide a basis for efficient modelling and software use in simulation driven product development. The capabilities of modern commercial computer software for design are analysed experimentally and qualitatively. An integrated simulation model for design of mechanical systems, based on four different "simulation views" is proposed: An integrated CAE (Computer Aided Engineering) model using Solid Geometry (CAD), Finite Element Modelling (FEM), Multi Body Systems Modelling (MBS) and Dynamic System Simulation utilising Block System Modelling tools is presented. A theoretical design process model for simulation driven design based on the theory of product chromosome is introduced. This thesis comprises a summary and six papers. Paper A presents the general framework and a distributed model for simulation based on CAD, FEM, MBS and Block Systems modelling. Paper B outlines a framework to integrate all these models into MBS simulation for performance prediction and optimisation of mechanical systems, using a modular approach. This methodology has been applied to design of industrial robots of parallel robot type. During the development process, from concept design to detail design, models have been refined from kinematic to dynamic and to elastodynamic models, finally including joint backlash. A method for analysing the kinematic Jacobian by using MBS simulation is presented. Motor torque requirements are studied by varying major robot geometry parameters, in dimensionless form for generality. The robot TCP (Tool Center Point) path in time space, predicted from elastodynamic model simulations, has been transformed to the frequency space by Fourier analysis. By comparison of this result with linear (modal) eigen frequency analysis from the elastodynamic MBS model, internal model validation is obtained. Paper C presents a study of joint backlash. An impact model for joint clearance, utilised in paper B, has been developed and compared to a simplified spring-damper model. The impact model was found to predict contact loss over a wider range of rotational speed than the spring-damper model. Increased joint bearing stiffness was found to widen the speed region of chaotic behaviour, due to loss of contact, while increased damping will reduce the chaotic range. The impact model was found to have stable under- and overcritical speed ranges, around the loss of contact region. The undercritical limit depends on the gravitational load on the clearance joint. Papers D and E give examples of the distributed simulation model approach proposed in paper A. Paper D presents simulation and optimisation of linear servo drives for a 3-axis gantry robot, using block systems modelling. The specified kinematic behaviour is simulated with multi body modelling, while drive systems and control system are modelled using a block system model for each drive. The block system model has been used for optimisation of the transmission and motor selection. Paper E presents an approach for re-using CAD geometry for multi body modelling of a rock drilling rig boom. Paper F presents synthesis methods for mechanical systems. Joint and part number synthesis is performed using the Grübler and Euler equations. The synthesis is continued by applying the theory of generative grammar, from which the grammatical rules of planar mechanisms have been formulated. An example of topological synthesis of mechanisms utilising this grammar is presented. Finally, dimensional synthesis of the mechanism is carried out by utilising non-linear programming with addition of a penalty function to avoid singularities.
keywords Simulation; Optimisation; Control Systems; Computer Aided Engineering; Multi Body Systems; Finite Element Method; Backslash; Clearance; Industrial Robots; Parallel Robots
series thesis:PhD
last changed 2003/02/12 22:37

_id 41d4
authors Medjdoub, Benachir
year 1999
title Interactive 2D Constraint-Based Geometric Construction System
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 197-212
summary This paper presents a 2D Constraint-Based Geometric Construction System where positioning and manipulating geometry is very precise. An unusually simple interface makes this system particularly interactive and easy to use. In our approach, the geometry types supported are: points, lines, circles, ellipses, circular arcs and b-spline curves. All the fundamental topologic constraints, i.e. tangent, parallel, perpendicular, coincident and concentric, are provided. Metric constraints, i.e. dividing the shapes into equal parts or fixing the geometric parameters, are also provided. These constraints are automatically applied by the application in response to the implied intentions of the end- user. Dynamic modifications of partially dimensioned models are supported, whereby the design is modified while enforcing the constraints. A graph-constructive approach is used to solve the model. As we are dealing with partial modifications, this resolution technique is quite sufficient, and makes our system stable and flexible. Our approach focuses highly on interactivity. Positioning a shape constrained to another is made directly through the graphic interface. Constraint relaxation is also done by direct manipulations. Modifications are made by dragging the geometry, or by typing into a numerical panel displaying the free shape parameters. Again, existing constraints are maintained as those numbers are applied. Well -constrained and under-constrained problems are discussed. This approach was developed in Java, JDK 3.0.1 of SGI's Java software.
keywords Sketching, Geometric Constraints, Interactivity, Geometric construction, Dynamic Modifications
series CAAD Futures
email
last changed 2006/11/07 07:22

_id d8df
authors Naticchia, Berardo
year 1999
title Physical Knowledge in Patterns: Bayesian Network Models for Preliminary Design
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 611-619
doi https://doi.org/10.52842/conf.ecaade.1999.611
summary Computer applications in design have pursued two main development directions: analytical modelling and information technology. The former line has produced a large number of tools for reality simulation (i.e. finite element models), the latter is producing an equally large amount of advances in conceptual design support (i.e. artificial intelligence tools). Nevertheless we can trace rare interactions between computation models related to those different approaches. This lack of integration is the main reason of the difficulty of CAAD application to the preliminary stage of design, where logical and quantitative reasoning are closely related in a process that we often call 'qualitative evaluation'. This paper briefly surveys the current development of qualitative physical models applied in design and propose a general approach for modelling physical behaviour by means of Bayesian network we are employing to develop a tutoring and coaching system for natural ventilation preliminary design of halls, called VENTPad. This tool explores the possibility of modelling the causal mechanism that operate in real systems in order to allow a number of integrated logical and quantitative inference about the fluid-dynamic behaviour of an hall. This application could be an interesting connection tool between logical and analytical procedures in preliminary design aiding, able to help students or unskilled architects, both to guide them through the analysis process of numerical data (i.e. obtained with sophisticate Computational Fluid Dynamics software) or experimental data (i.e. obtained with laboratory test models) and to suggest improvements to the design.
keywords Qualitative Physical Modelling, Preliminary Design, Bayesian Networks
series eCAADe
email
last changed 2022/06/07 07:59

For more results click below:

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