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 319

_id ddss9447
id ddss9447
authors Jabi, Wassim
year 1994
title An Outline of the Requirements for a Computer Supported Collaborative Design System
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary Computer-Aided Architectural Design (CAAD) systems have adequately satisfied several needs so far. They have dramatically improved the accuracy and consistency of working drawings, enabled designers to visualize their design ideas in three-dimensions, allowed the analysis of designs through data exchange and integrated databases, and even allowed the designers to evaluate (and in some cases generate) designs based on comparisons to previous cases and/or the formalization of specific rules and grammars. Yet, there is a general consensus that CAAD systems have not yet achieved their full potential. First, most systems employ a single-user approach to solving architectural problems which fails to grapple with the fact that most design work is done through teamwork. Second, current systems still cannot support early design stages which involve client briefing, data collection, building program formulation, and schematic design generation. Thus, if CAAD is to ultimately benefit the design process, it must (1) emulate and support the design team approach to architectural problem solving and (2) be deployed in the earliest possible stages of the design process. This paper seeks to study remedies to both of the afore-mentioned limitations through focusing on the interaction between a set of requirements (the building program) and the architectural solution that satisfies them (the schematic design). The core of this interaction forms the fundamental dialectic and collaborative nature of what is called designing: a concerned social activity that proceeds by creating architectural elements to address a set of requirements and their re-thinking as a result of architectural conjecture. To investigate this relationship, it is proposed to build a computer-supported collaborative design environment using the tools of conceptual modelling (based on the NIAM notation), object-oriented algorithms, and distributed agents. Based on a literature survey and earlier findings on the role of artifacts in collaborative design, this paper outlines the requirements for the above system and reports on initial experiments. Thus, it constitutes the first stage of a research project that will lead to a full implementation of a distributed collaborative computer environment addressing the above issues.
series DDSS
type normal paper
email
last changed 2008/06/12 16:32

_id b9c4
authors Kim, Inhan
year 1994
title Data representations in an integrated architectural design environment
source University of Strathclyde, Dept. of Architecture and Building Science
summary The architectural design process is very complex and involves cross-disciplinary communication among many related fields. Given the further problems arising from the technological advances in building materials and construction methods, an integrated design environment becomes a central design issue. There have been many attempts to analyse and structure the design process as a uniform hierarchical framework. Most of the attempts resulted in a vague and inappropriate outcome due to the lack of understanding of architectural design complexity and inconsistent design data control sequence. A design problem cannot be comprehensively stated because the design problem has a multi-disciplinary nature and the design problem itself evolves as solutions are attempted by the designer. Therefore, an ideal CAAD system should have the capability to accommodate the multi-disciplinary nature of design and should not prescribe or restrict design concepts and design knowledge. A well designed integrated design environment provides more information and invokes creative imagination for each design stage, and therefore creative decision making by the designer can be achieved. This thesis proposes a prototype architectural design environment, Hybrid Integrated Design Environment [HIDE], which aims to integrate all applications for designing a building. Within the object-oriented design environment, a unified data model and a data management system have been implemented to seamlessly connect all applications. Development of the environment needs to consider the fundamental interaction between each module. Devising a data structure that is appropriate to an effective data communication among the various design stages is essential in a totally integrated CAAD system. The suggested unified data model organizes the structure of the design data to keep the design consistent throughout the design and construction process. By means of the unified data model, integrated CAAD systems could represent and exchange design information at a semantic level, i.e. the user’s way of thinking, such as exchanging components and features of a building rather than graphical primitives. In consequence, the unified data model reduces the misunderstandings and communication problems among the multiple disciplines of architectural design. The suggested data management system supports the consistent and straight forward mechanisms for controlling the data representation through the inter-connected modules. It is responsible for creating, maintaining, and viewing a consistent database of the design description. It also helps to perform effective data communication among the various design stages to ensure quality and time saving in the final construction of the building. To support inter-disciplinary communication of design concepts and decisions, the integrating of relevant CAAD tools is essential. In the environment, the integration of CAAD tools has been performed on the basis of how well computerized design tools can assist designers to develop better solutions, enabling them to manipulate and appraise varying solutions quickly and with a minimum of effort in an environment conducive to creative design. A well designed user interface system can also benefit the seamless working environment. The proposed user friendly interface system allows a user to explore the environment in a highly interactive manner. From the development of the early data model to the final design, a user could benefit from the prototypes and methods of the user interface system. The ultimate goal of the prototype environment is to suggest a future design environment which helps the architect to have minimum discontinuity in his creativity and make the design process similar to the natural design process with the help of a set of design assistance modules. A prototype version of HIDE has been implemented and a demonstration of the environment is part of this thesis.
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 95b3
authors Wernecke, J.
year 1994
title The Inventor Mentor: programming Object-oriented 3D graphics with Open Inventor
source Release 2 Addison Wesley
summary The Inventor Mentor introduces graphics programmers and application developers to Open Inventor, an object-oriented 3D toolkit. Open Inventor is a library of objects and methods used for interactive 3D graphics. Although it is written in C++, Open Inventor also includes C bindings. For the sake of brevity, the examples included in this book are in C++. All C++ examples, as well as equivalent examples written in C, are available on-line. If you are new to the C++ language, see Appendix A, "An Introduction to Object-Oriented Programming for C Programmers," to help you understand the references to classes, subclasses, and other object-oriented concepts used throughout this book. If you are using the C application programming interface, also see Appendix B, "An Introduction to the C API." This book describes how to write applications using the Open Inventor toolkit. The Inventor Toolmaker, a companion book for the advanced programmer, describes how to create new Inventor classes and how to customize existing classes. The Inventor Mentor contains the following chapters: * Chapter 1, "Overview," provides a general description of Open Inventor concepts and classes and how Inventor relates to OpenGL and the X Window System. * Chapter 2, "An Inventor Sampler," presents a short program that creates a simple object. This program is then modified to show the use of important Inventor objects: engines, manipulators, and components. * Chapter 3, "Nodes and Groups," introduces the concept of a scene graph and shows how to create nodes and combine them into different kinds of groups. * Chapter 4, "Cameras and Lights," describes the camera nodes used to view a scene and the light nodes that provide illumination. * Chapter 5, "Shapes, Properties, and Binding," describes how to create both simple and complex shapes and how to use property nodes, including material, draw style, and lighting model nodes. Binding materials and surface normals to shape nodes is also explained. * Chapter 6, "Text," shows the use of 2D and 3D text nodes. * Chapter 7, "Textures," describes how to apply textures to the surfaces of objects in a scene. * Chapter 8, "Curves and Surfaces," explains how to use NURBS curves and surfaces. * Chapter 9, "Applying Actions," describes how operations are applied to an Inventor scene graph. Actions include OpenGL rendering, picking, calculating a bounding box, calculating a transformation matrix, writing to a file, and searching the scene graph for certain types of nodes. * Chapter 10, "Handling Events and Selection," explains how Inventor receives events from the window system. It also describes how the selection node manages a selection list and performs highlighting. * Chapter 11, "File Format," describes Inventor's interchange file format, used for reading files into Inventor, writing files out from Inventor, and data exchanges such as copy and paste. * Chapter 12, "Sensors," describes how Inventor sensors watch for certain types of events and invoke user-supplied callback functions when these events occur. * Chapter 13, "Engines," describes how you can use Inventor engines to animate parts of a scene graph, or to create interdependencies among the nodes in the graph. * Chapter 14, "Node Kits," introduces node kits, a convenient mechanism for creating groups of related Inventor nodes. Each node kit contains a catalog of nodes from which you select the desired nodes. * Chapter 15, "Draggers and Manipulators," describes how to use draggers and manipulators, which are special objects in the scene graph that respond to user events. Manipulators are nodes with field values that can be edited directly by the user. * Chapter 16, "Inventor Component Library," shows how to use Inventor's Xt components, which are program modules with a built-in user interface for changing the scene graph interactively. It also Chapter 17, "Using Inventor with OpenGL," discusses how to use Inventor with the OpenGL Library.
series other
last changed 2003/04/23 15:14

_id 1262
authors Alshawi, M.
year 1994
title A run time exchange of component information between CAD and object models: A standard interface
source The Int. Journal of Construction IT 2(2), pp. 37-52
summary Integrated computer aided design could only occur in engineering once CAD systems could represent physical features and components rather than graphical primitives. In most dedicated CAD systems, the knowledge of a complete component exists only for the duration of each drawing command and the data stored in the database is simply a set of graphic primitives. This paper proposes an approach for real time information transfer from and to CAD systems based on a high level object representation of the design drawing. Drawing components are automatically identified and represented in an object hierarchy that reflects the 'part-of' relation between the various components including building spaces. Such hierarchies transfer an industry standard CAD system i.e. AutoCAD, into a high level object oriented system that can communicate with external applications with relative ease.
series journal paper
last changed 2003/05/15 21:45

_id ddssup9604
id ddssup9604
authors Boelen, A.J.
year 1996
title Impact-Analysis of Urban Design Realtime impact-analysis models for urban designers
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary The past five years Prof Dr Jr T.M. de Jong, professor in environmental planning and sustainability at the Technical University of Delft, has developed a theoretical foundation for the analysis of urban design on the ecological, technical, economical, cultural and political impacts of morphologic interventions on different levels of scale. From september 1994 Jr AJ. Boelen (Urban Design Scientist and Knowledge Engineer) started a research project at the same university to further explore the possibilities of these theories and to develop impact evaluation models for urban design and development with the theoretical work of De Jong as a starting point. The paper discusses the development of a design and decision support system based on these theories. For the development of this system, techniques like object-orientation, genetic algorithms and knowledge engineering are used. The user interface, the relation between the real world, paper maps and virtual maps and the presentation of design-interventions and impacts caused by the interventions are important issues. The development-process is an interactive step by step process. It consists of the making of a prototype of the system, testing the theory and hypothe-sisses the system is based on, by applying tests end adjusting the theory and hypothesisses where needed. Eventually the system must be able to act as an integrator of many different models already developed or still to be developed. The structure of the system will allow easy future expansion and adjustment to changing insights. The logic used to develop the basic theory on which this system is founded makes it possible to even introduce and maintain rather subjective aspects like quality or appraisal as impacts that can be evaluated. In a previously developed system "Momentum" this was proved to work effectively for the national level. In this project we will - amongst other things - try to prove the effectiveness of impact-evaluation for other levels of scale.
series DDSS
email
last changed 2003/11/21 15:16

_id ddss9411
id ddss9411
authors Bouillé, Francois
year 1994
title Mastering Urban Network Intersection And Superimposition, in an Object-oriented Knowledge System Integrating Rules, Neurons and Processes
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary Many networks cover the urban texture, either superimposed at a variable distance, or really intersecting, or even in interconnection. We briefly recall the HBDS model, working on persistent abstract data types associated to graphical representations and carrying algorithms expressing conditions to be verified and/or actions to be performed. HBDS is an integrated system too, including database, expert system dealing with fuzzy rules and facts, discrete simulation engine, and neural engine; it has a general purpose programming language. Any urban network is associated to a given prototype, according to the same scheme named prototype with more specific components. These prototypes allow to build the different thematic structures instantiations of the prototypes. All possible cases of arc intersection or "pseudo-intersection" (simple superimposition)or interconnection are obtained by, owing to new prototypes. Moreover, such (pseudo)-intersections are automatically recognized and processed without a human intervention, owing to classes ofconstraints and classes of rules. They deal with particular constraints concerning the location of some urban furniture, and rules concerning the way a cable or a pipe must follow according to thepre-existing other networks in a given area, the minimal distances, minimal or maximal depths, and some required equipments. Urban classes of (pseudo-)intersections inserted in the hyperciass"neuron", inheriting of neural features, may be used for automated learning of urban knowledge; owing to their "behavior", these neurons can communicate and perform actions on other components. Urban classes inserted in the hyperciass "process" may be used for building very large models simulating complex urban phenomenons, thus allowing a better understanding of the real phenomenons. As a conclusion, we emphasize the methodological aspects of object-oriented integration for an efficient processing of the urban context, based on prototyping and mixing rules, neurons and processes.
series DDSS
last changed 2003/08/07 16:36

_id 673a
authors Fukuda, T., Nagahama, R. and Sasada, T.
year 1997
title Networked Interactive 3-D design System for Collaboration
doi https://doi.org/10.52842/conf.caadria.1997.429
source CAADRIA ‘97 [Proceedings of the Second Conference on Computer Aided Architectural Design Research in Asia / ISBN 957-575-057-8] Taiwan 17-19 April 1997, pp. 429-437
summary The concept of ODE (Open Design Environment) and corresponding system were presented in 1991. Then the new concept of NODE. which is networked version of ODE. was generated to make wide area collaboration in 1994. The aim of our research is to facilitate the collaboration among the various people involved in the design process of an urban or architectural project. This includes various designers and engineers, the client and the citizens who may be affected by such a project. With the new technologies of hyper medium, network, and component architecture, we have developed NODE system and applied in practical use of the collaboration among the various people. This study emphasizes the interactive 3-D design tool of NODE which is able to make realistic and realtime presentation with interactive interface. In recent years, ProjectFolder of NODE system, which is a case including documents, plans, and tools to proceed project., is created in the World Wide Web (WWW) and makes hyper links between a 3-D object and a text, an image. and other digital data.
series CAADRIA
email
last changed 2022/06/07 07:50

_id ddss9439
id ddss9439
authors Halin, G., Bignon, J.C. and Leonard, D.
year 1994
title Contributions of a Complex Object Retrieval Model to a Dynamical Architectural Design Process
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary When a new Architectural Construction Project starts, all the steps of the technical design are completely redefined. The experience gained in old projects is not easily reusable. Only personal experience of each project member is relevant. The global experience of a project is difficult to manage and to define. The designers of new project have many things to learn from previous experiences that may or not be good. The use of experiences may avoid either looking for asolution to previously resolved problems or making the same mistakes. To realise experience reuse during an architectural technical design we proposed to combine two actual research works:(i) a Dynamical Architectural Construction Process (DACP), (ii) a Complex Object Management System (COMS). The first work puts forward an original construction process based on a model that uses a geometrical definition of an architectural object to produce the constructive definition of this same object. The original features of this model are: (i) the insertion of a logic level between the volume level of an architectural object and its element level, (ii) dynamic management of the different representations of an architectural object during its technical life cycle. The COMS capabilities concern memorisation and retrieval of complex objects. The use of classicalData Management Systems to store these objects is either impossible or unusable due to data dispersion. In our approach, an architectural experience is viewed as an complex object. The COMS manages an Object Base which contains different Architectural Construction Experiences in previous projects forms. At any time during the DACP, the designer can asked the COMS to retrieve a part or a whole of a previous project that illustrates its current technical state. Thearticle presents two research projects and a study of the contribution of experience reuse in a construction process.
series DDSS
email
last changed 2003/08/07 16:36

_id 130d
authors Hoinkes, R. and Mitchell, R.
year 1994
title Playing with Time - Continuous Temporal Mapping Strategies for Interactive Environments
source 6th Canadian GIS Conference, (Ottawa Natura Resources Canada), pp. 318-329
summary The growing acceptance of GIS technology has had far- reaching effects on many fields of research. The recent developments in the area of dynamic and temporal GIS open new possibilities within the realm of historical research where temporal relationship analysis is as important as spatial relationship analysis. While topological structures have had wide use in spatial GIS and have been the subject of most temporal GIS endeavours, the different demands of many of these temporally- oriented analytic processes questions the choice of the topological direction. In the fall of 1992 the Montreal Research Group (MRG) of the Canadian Centre for Architecture mounted an exhibition dealing with the development of the built environment in 18th- century Montreal. To aid in presenting the interpretive messages of their data, the MRG worked with the Centre for Landscape Research (CLR) to incorporate the interactive capabilities of the CLR's PolyTRIM research software with the MRG's data base to produce a research tool as well as a public- access interactive display. The interactive capabilities stemming from a real- time object- oriented structure provided an excellent environment for both researchers and the public to investigate the nature of temporal changes in such aspects as landuse, ethnicity, and fortifications of the 18th century city. This paper describes the need for interactive real- time GIS in such temporal analysis projects and the underlying need for object- oriented vs. topologically structured data access strategies to support them.
series other
last changed 2003/04/23 15:14

_id a43d
authors Kim, Inhan
year 1994
title Unified Data Organization and Management in an Integrated Design Environment
doi https://doi.org/10.52842/conf.ecaade.1994.x.k7n
source The Virtual Studio [Proceedings of the 12th European Conference on Education in Computer Aided Architectural Design / ISBN 0-9523687-0-6] Glasgow (Scotland) 7-10 September 1994, pp. 254
summary The architectural design process is very complex and it is not easily confined to a single design environment. As the design process gets more complex due to the technological advances in building materials and construction methods, an integrated design system becomes a central design issue. To have an integrated design system, all applications should be integrated in a unified environment within which there should be a data structure to facilitate an effective data communication among the various design stages and data control facility to seamlessly connect all these applications. A primary purpose of this work is to suggest an object oriented architectural design environment for the essential part of the seamless environment for designing a building. Within the object-oriented design environment, a unified data model and detailed data control module have been implemented to seamlessly connect all these applications. The unified data model organizes the structure of the design data to keep the design consistent throughout the design and construction process. It also helps to do effective data communication among the various design stages to ensure quality and time saving in the final construction of the building. The data management module supports the consistent and easy mechanisms in controlling the data representation through the inter-connected modules. It is also responsible for creating, maintaining, and viewing a consistent database of the design description. In the suggested design environment, each architectural element partially describes the model and individual elements are aggregated hierarchically. Some parts of the projection are defined and other can be inherited from above. Also, creation of an improved or new design element can easily be accommodated in the environment. The integrated database in the suggested environment is the basis by which design data can be shared among the design tools of the design environment. The database organizes the design description within each representation, correlates equivalent descriptions across the representations, and attempts to maintain these correspondences as the design incrementally evolves.

series eCAADe
last changed 2022/06/07 07:50

_id ddss9455
id ddss9455
authors Kraria, H. and Bridges, Alan
year 1994
title Building Integration Tools for Collaborative Design
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary For many years, research in CAAD systems has been mostly oriented towards single environ-ments, thus restricting the designer to a static environment. In reality the activities of user designers constantly interact with other participants activities (i.e. a structural engineer, services engineer, etc.). For instance, the architect is heavily influenced by the nature of the structural engineering process. It defines the character and integration of the basic components in other words, design is a collaborative process carried out by several participants with a single overall objective. The separation of architectural and engineering aspects in building design has brought on isolated computer tools. These tools are not interchangeable, the situation demands for their integration, all the interaction are supported by the social aspect of members of group participa-ting in collaborating work. The benefits of sharing CAD tools and related data between all members of the design team are that everyone works on the same information, co-ordination is easier and more accurate, and there is a reduction in the amount of repetition, as the need to redraw information is eliminated. The result is an increase in the accuracy and speed of the production of drawings. The technological aspects to support collaborative work and in particular the interaction process in design, is the main work issue being carried out at Strathclyde University, Department of Architecture and Building Science, Glasgow, Scotland U.K.
series DDSS
email
last changed 2003/08/07 16:36

_id ddss9456
id ddss9456
authors Kubiak, Bernard and Korowicki, Antoni
year 1994
title Identification And Analysis of the Recreational Behaviour Forms and the Needed Recreational Space Using the Integrated Spatial and Object-Oriented Gis: Concepts and Statements
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary This paper is concerned with how to measure and investigate changes in the recreational behaviour and the required recreational space in Polish seaside recreational areas in last few years. Spatial information is an integral part of the identification and analysis of recreational behaviour and required recreational space. We postulate, therefore, that spatial information should be fully incorporated in integrated object-oriented GIS and Decision Support Technology. We argue in this paper that the existing theoretical approaches with their descriptive and technical basis do not offer directions for its application and evaluation. They do not seek to explain the processes undergone by spatial information, nor define appropriate data models. New approaches to GIS use object-oriented structures and expert systems concepts, and they will become increasingly helpful in understanding GIS. It is not unreasonable to expect that the most important issue is to use a data model or object-oriented models which closely represent the user's concept of the geographic object for representing spatial phenomena. We have discovered that most Polish users in this field are unable to collect the data they require directly. Thus they have to use methods and techniques, which cannot be found in GIS such as SWOT analysis. According to our experiences, the identification and analysis of the recreational behaviour and the required recreational space should be defined as a system approach where: (i) recreational space requires an object, (ii) state of recreational space is defined by the set of values of recreational space features, and (iii) the utility of the recreational space is defined by a set of features. The identification and analysis of the recreational behaviour in the presented approach are based on the features/utilities matrix of the recreational space and the computer map. The development of such a system needs many organizational changes. It is shown that in many applications organizational rather than the technical aspects of GIS determine their future and open the way to new spatial analytical techniques.
series DDSS
last changed 2003/08/07 16:36

_id ddss9459
id ddss9459
authors Langelaan, Willem
year 1994
title Sequential and Concurrent Cad Layering
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary Most CAD software allows graphical and text objects to be grouped into layers. There are two fundamentally different methods for layering: sequential layering and concurrent layering. With sequential layering, layers are attributes of the CAD database and objects are attributes of a layer. With concurrent layering, objects are attributes of the CAD database and a layer is an attribute of an object. Sequential layering emulates the pinbar drafting technique. As a result, it is output oriented. Only one layer at a time can be edited. Concurrent layering is uniquely a computer based layering method which has no manual equivalent. User specified sets of layers can be edited concurrently. It makes it possible to organize the infrastructure of the CAD database which equally facilitates input, i.e. editing design information, and output, i.e. presenting construction information on paper. Specification levels are related to design levels and to construction phases. Specification levels can serve as interfaces between input and output. In particular, a concurrently layered CAD database can be structured in layers which conform to specification levels. Furthermore, the layers can be subdivided by sub-system such as construction discipline, and by partial-system such as room finish schedules. It is demonstrated how a concurrently layered environment for computer aided design can be developed which permits deductive and inductive design activities. The appendix provides a detailed example of a concurrently layered CAD file with a default input and output environment of layers and layer groups. The environment was developed to coordinate the design and production activities of an architectural practice. The connections between layers and layer groups are illustrated in a 22 x 32 matrix.
series DDSS
last changed 2003/08/07 16:36

_id da35
authors Liu, Y.T.
year 1994
title Some Phenomena of seeing shapes in design
source Design Studies, v 16, n 3, pp. 367-385
summary This paper is a look at some of the pyschological results that suggest how shape emergence manifest itself in the human mind. The first interesting result goes back to top down expectation guiding recognition. Some experimental suggest that it is easier (quicker) to recognize shapes which we have some alternate mental familiarity. (I.E. verbal, structural descriptions). So if we can easily say a shape then we can easily discern it as an emergent shape. The paper then goes on to discuss the definition of emergent subshapes and gives various authors definitions of what makes up and emergent shape. One interesting classification is the difference between explicit and implicit emergent shapes made by Mitchell. This difference amounts to a fine line between imagination and emergence. The results of an experiment between experienced and in-experienced designers is discussed. The results suggest that experienced designers are able to find more emergent shape than non experienced designers. From these results and from the opinions of others, the author goes on to specify 3 phenomena related to emergent recognition. The first is as above that it is easier to see shapes with which we are familiar. Second from this, the harder shapes are found after the initial period. Third, from the first two, time is required to find more subshapes. The author then searches for an explanation of this phenomena. He suggests that the underlying cause is related to an experience person having a lower threshold of what it is to be a member of a shape. When seeing an L shape the experienced design is likely to consider it also a square, because his requirement for the set of features which must be present for some object to be a considered a square is a smaller set than the inexperienced. While the author suggests that this is a phenomena it is actually an hypothesis. An alternate hypothesis may be that top down inhibitions effect the bottom up performance of the inexperienced design more because of different representation.
series journal paper
email
last changed 2003/04/23 15:14

_id ddss9480
id ddss9480
authors Schipper, Roel and Augenbroe, Godfried
year 1994
title An Information Model of Energy Performance in Early Building Design
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary Design is a creative and dynamic process. The level to which a future generation of Intelligent Integrated Building Design Systems will be able to support this process depends on the power of the underlying conceptual models to cover the semantics of design. In the definition of generic building models, the concept of constraints appears to be a powerful means to formalize those semantics. Both design performance goals, and rules and relations in design composition can be described as constraints. The Engineering Data Model (EDM), recently developed at UCLA, acknowledges this fact. It allows the formal definition of object oriented building models, using constraints as the central concept for describing relations. This paper will discuss the development of an EDM building model for the integrated design for energy performance, and the implementa-tion of this model in a small prototype system. We will specifically deal with modelling informati-on in the early design stages. This information typically consists of multiple global design alternatives on one hand, and a wide range of conflicting design goals on the other hand. In the paper, it is demonstrated that integration of these conflicting views on building performance in one coherent model is the key to obtaining an optimal design result. Using the Dutch building codes for energy performance (NEN 2916) as an example of design goals, the concepts and relations of these building codes were translated to a formal EDM model. A small shell was built on top of this computer-interpretable model, to demonstrate the useability of the model during the solving of a concrete design problem. It is shown that the EDM building model is able to provide the designer with integrated information through combining different sets of performance constraints and design alternatives in one environment.
series DDSS
email
last changed 2003/08/07 16:36

_id ddss9486
id ddss9486
authors Smeltzer, Geert
year 1994
title The Application of Virtual Reality Systems in Architectural Design Processes
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary This paper describes the application of virtual reality systems in architectural design processes. It is based upon research on virtual reality technology to develop a more natural interface between men and design systems. It is also based upon the development of an integrated laboratory set-up for an immersive and a desk-top virtual reality system. This set-up should offer possibilities to manipulate 3D design models and to simulate the lighting situation in real time. Finally it is based upon an application of virtual reality technology for a design presentation. The research problem was determined by the question in which way the design process changes under the influence of technology. Other research questions, autonomous as possible, were how natural an interface can be using sensors, how a design model can be using real world features and how a representation can be as realistic as possible, using lighting simulations. The development problem was determined by the fact that the laboratory set-up had to be developed in co-operation with a hardware and a software vendor. This led to the development of two set-ups: one immersive virtual reality system and one desk top system. Another problem for the development of the set-up was that the project had to result in the presentation and demonstration of virtual reality technol-ogy that was not yet generally available to a larger group of organisations or enterprises. The first case study involved the development of a virtual reality presentation of a housing project in the Netherlands. The presentation was meant for people who were interested in the houses and was announced as a virtual open house. A potential buyer could walk through the model and move furniture around. The problem addressed concerned the relationship between the level of detail of the model, the speed of representation and the ease of interface system's. The second case study concerned the use of a virtual reality interface, model and representation for the evaluation of visibility and safety aspects of another housing project. At first this application was meant for the designers and their client. Based upon their evaluation of the design, several design improvements were made. Afterwards, this application was used for internal demonstrations. The application for the evaluation and the demonstrations were developed for an immersive virtual reality system and for a desk top system. The problem addressed was first of all a design problem and secondly a technical problem. This technical problem was related to the difference between the two virtual reality systems in terms of consequences for those applications. In the near future the research project, called the Asterisk project, will also examine and develop the possibilities of the simultaneous use of the system by more than one user, possibly on different locations. This means a development from single user single site to a multi user, a multiple site virtual reality systems. This project will also evaluate the feasibility of the application of virtual reality technology during an architectural design process. This research project will be followed by the development of a prototype of a virtual architecture system demonstrations of this system and an introduction to the market.
series DDSS
email
last changed 2003/08/07 16:36

_id b110
id b110
authors Abadi Abbo, Isaac and Cavallin Calanche, Humerto
year 1994
title Ecological Validity of Real Scale Models
source Beyond Tools for Architecture [Proceedings of the 5th European Full-scale Modeling Association Conference / ISBN 90-6754-375-6] Wageningen (The Netherlands) 6-9 September 1994, pp. 31-40
summary Space simulation is a technique employed by architects, urban designers, environmental psychologists and other related specialists. It is used for academic and research purposes, as an aid to evaluate the impact that the built environment or that to be built would yield in potential or real users. Real Scale Model is organized as one of the models which represents more reliable spatial characteristics in space simulations. However, it is necessary to know the ecological validity of the simulations carried out, that is the degree in which laboratory results could be taken as reliable and representative of real situations. In order to discover which variables of the model used are relevant so that their perception results ecologically valid in respect to reality, a research has been designed in which simulations of specific spaces are appraised both in real space and in the real scale model. The results of both evaluations were statistically analyzed and it shows no significative differences in psychological impressions between the evaluation of real spaces and real scale model. These ecological validation of the real scale model could be of great use to estimate the validity of the results obtained in spaces simulated in the laboratory.
keywords Model Simulation, Real Environments
series other
type normal paper
more http://info.tuwien.ac.at/efa
last changed 2006/06/24 09:29

_id ddss9406
id ddss9406
authors Bakel, Anton P.M. van
year 1994
title Assesing Strategy Questionnaire for Architectural Styles of Designing (ASQ-FASD)
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary In this paper the first results will be discussed that were obtained by the Assessing Strategy Questionnaire For Architectural Styles of Designing (ASQ-FASD). This questionnaire was developed specifically for the assessment of architectural design strategies. The construction of the questionnaire will be discussed in light of previous protocol research on strategic styles of designing. With this questionnaire, we developed a tool to assess an architects design strategy in a faster, easier and more reliable way than used to be the case with conventional protocol studies and other knowledge eliciting techniques like Card Sorting, and Repertory Grid. This questionnairewas submitted in a pilot study to 10 experienced Dutch architects. R.esults show that architects do indeed have preferences for different design situations. Moreover results indicate that they havea preference with respect to their responses within such specific situations. Though the generalizability coefficient was calculated for no more than 10 architects with a value of .57 (generalizing across situations), we feel that this is reason enough to assume that the questionnaire can be used to assess design strategies of architects. These results will be discussed with respect to the development of new design and decision support tools. The fact that designers have preferences for specific design problems and that they respond differently should be considered in the implementation of user interfaces and data base technology where possible.
series DDSS
email
last changed 2003/08/07 16:36

_id c5a9
authors Batty, M. and Longley, P.
year 1994
title Fractal Cities - A Geometry of Form and Function
source Academic Press, London
summary Fractal Cities is a pioneering study of the development and use of fractal geometry for understanding and planning the physical form of cities, showing how this geometry enables cities to be simulated through computer graphics. It shows how cities evolve and grow in ways that at first sight appear irregular, but which, when understood in terms of fractals, illustrate an underlying order that reveals their complexity and diversity. The book contains sixteen pages of stunning computer graphics and explanations of how to construct them, as well as new insights into the complexity of social systems. The authors provide a gentle and intelligible introduction to fractal geometry as well as an exciting visual understanding of the form of cities, thus providing one of the best introductions to fractal geometry available for non-mathematicians and social scientists. Fractal Cities can be used as a text for courses on geographic information systems, urban geography, regional science and fractal geometry. Planners and architects will also find that there are many aspects of fractal geometry in this book relevant to their own interests. Furthermore, those involved in fractals and chaos, computer graphics, and systems theory will find important methods and examples that are germane to their work.
series other
last changed 2003/04/23 15:14

_id cf2011_p127
id cf2011_p127
authors Benros, Deborah; Granadeiro Vasco, Duarte Jose, Knight Terry
year 2011
title Integrated Design and Building System for the Provision of Customized Housing: the Case of Post-Earthquake Haiti
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. 247-264.
summary The paper proposes integrated design and building systems for the provision of sustainable customized housing. It advances previous work by applying a methodology to generate these systems from vernacular precedents. The methodology is based on the use of shape grammars to derive and encode a contemporary system from the precedents. The combined set of rules can be applied to generate housing solutions tailored to specific user and site contexts. The provision of housing to shelter the population affected by the 2010 Haiti earthquake illustrates the application of the methodology. A computer implementation is currently under development in C# using the BIM platform provided by Revit. The world experiences a sharp increase in population and a strong urbanization process. These phenomena call for the development of effective means to solve the resulting housing deficit. The response of the informal sector to the problem, which relies mainly on handcrafted processes, has resulted in an increase of urban slums in many of the big cities, which lack sanitary and spatial conditions. The formal sector has produced monotonous environments based on the idea of mass production that one size fits all, which fails to meet individual and cultural needs. We propose an alternative approach in which mass customization is used to produce planed environments that possess qualities found in historical settlements. Mass customization, a new paradigm emerging due to the technological developments of the last decades, combines the economy of scale of mass production and the aesthetics and functional qualities of customization. Mass customization of housing is defined as the provision of houses that respond to the context in which they are built. The conceptual model for the mass customization of housing used departs from the idea of a housing type, which is the combined result of three systems (Habraken, 1988) -- spatial, building system, and stylistic -- and it includes a design system, a production system, and a computer system (Duarte, 2001). In previous work, this conceptual model was tested by developing a computer system for existing design and building systems (Benr__s and Duarte, 2009). The current work advances it by developing new and original design, building, and computer systems for a particular context. The urgent need to build fast in the aftermath of catastrophes quite often overrides any cultural concerns. As a result, the shelters provided in such circumstances are indistinct and impersonal. However, taking individual and cultural aspects into account might lead to a better identification of the population with their new environment, thereby minimizing the rupture caused in their lives. As the methodology to develop new housing systems is based on the idea of architectural precedents, choosing existing vernacular housing as a precedent permits the incorporation of cultural aspects and facilitates an identification of people with the new housing. In the Haiti case study, we chose as a precedent a housetype called “gingerbread houses”, which includes a wide range of houses from wealthy to very humble ones. Although the proposed design system was inspired by these houses, it was decided to adopt a contemporary take. The methodology to devise the new type was based on two ideas: precedents and transformations in design. In architecture, the use of precedents provides designers with typical solutions for particular problems and it constitutes a departing point for a new design. In our case, the precedent is an existing housetype. It has been shown (Duarte, 2001) that a particular housetype can be encoded by a shape grammar (Stiny, 1980) forming a design system. Studies in shape grammars have shown that the evolution of one style into another can be described as the transformation of one shape grammar into another (Knight, 1994). The used methodology departs takes off from these ideas and it comprises the following steps (Duarte, 2008): (1) Selection of precedents, (2) Derivation of an archetype; (3) Listing of rules; (4) Derivation of designs; (5) Cataloguing of solutions; (6) Derivation of tailored solution.
keywords Mass customization, Housing, Building system, Sustainable construction, Life cycle energy consumption, Shape grammar
series CAAD Futures
email
last changed 2012/02/11 19:21

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_483809 from group guest) CUMINCAD Papers Powered by SciX Open Publishing Services 1.002