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 711

_id b534
authors Chase, Scott C. and Liew, Paksan
year 2001
title A Systematic Method for Redesign - Using function, behaviour and structure to facilitate grammar transformation
doi https://doi.org/10.52842/conf.ecaade.2001.018
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 18-24
summary We present a formal framework for redesign. Stylistic change, defined by grammar rule modifications, serves as the basis for rule replacement with ones that produce designs satisfying revised requirements. Each grammar rule has an associated description that adds functional or behavioural information to the geometric representation of the design using Function-Behaviour-Structure representations. This method provides a formal mechanism for redesign and defines a means to generate and link structures with different behaviour and functions within the FBS model of design. We demonstrate this with an example of redesign of a wall responding to changing functional requirements, and also discuss its usage in other types of redesign problems.
keywords Redesign, Design Grammars, Function-Behaviour-Structure Models, Feature Based Design
series eCAADe
email
last changed 2022/06/07 07:55

_id c10f
authors Chase, Scott C. and Liew, PakSan
year 2001
title A framework for redesign using FBS models and grammar adaptation
source Proceedings of the Ninth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-7023-6] Eindhoven, 8-11 July 2001, pp. 467-477
summary This paper describes a framework for redesign. Stylistic change in the form of rule modification is used to transform grammars to produce designs conforming to new requirements. The mechanism that enables this modification is based on the Function-Behaviour-Structure (FBS) model of design. The framework provides a formal mechanism for redesign and defines a means to generate and link structures with different behaviour and functions within the FBS model of design. Redesign of a wall illustrates this framework.
keywords Redesign, Stylistic Change, Feature Grammars, Function-Behaviour-Structure Models
series CAAD Futures
email
last changed 2006/11/07 07:22

_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 34d2
authors Rottensteiner, Franz
year 2001
title Semi-automatic extraction of buildings based on hybrid adjustment using 3D surface models and management of building data in a TIS
source Vienna University of Technology
summary A new method for semi-automatic building extraction together with a concept for storing building models alongside with terrain data in a topographical information system (TIS) is presented. A user interface based on Constructive Solid Geometry is combined with an internal data structure completely based on boundary representation. Each building can be de-composed into a set of simple primitives which are reconstructed individually. After selecting a primitive from a data base of common building shapes, the primitive parameters can be modified by interactive measurement in digital images in order to provide approximate values for automatic fine measurement. In all phases, the properties of the boundary models are directly connected to parameter estimation: the parameters of the building primitives are determined in a hybrid adjustment of camera co-ordinates and fictitious observations of points being situated on building faces. Automatic fine measurement is an application of a general framework for object surface reconstruction using hierarchical feature based object space matching. The integration of object space into the matching process is achieved by the new modeling technique. The management of both building and terrain data in a TIS is based on a unique principle. Meta data are managed in a relational data base, whereas the actual data are treated as binary large objects. The new method is evaluated in a test project (image scale: 1:4500, 70 % overlap, 50 % side lap). The automatic tool gives results with an accuracy of +-2-5 cm in planimetric position and +-5-10 cm in height.
keywords Building Extraction; Semi-automatic building extraction; Object modelling; 3D City models; Data acquisition; Spatial Information Systems; Image matching; Photogrammetry
series thesis:PhD
email
more http://www.ipf.tuwien.ac.at/fr/buildings/diss/node5.html
last changed 2003/02/12 22:37

_id avocaad_2001_05
id avocaad_2001_05
authors Alexander Koutamanis
year 2001
title Analysis and the descriptive approach
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 rise of consciousness concerning the quality of working and living conditions has been a permanent though frequently underplayed theme in architecture and building since the reconstruction period. It has led to an explosive growth of programmatic requirements on building behaviour and performance, thus also stimulating the development of design analysis. The first stage of development was characterized by the evolution of prescriptive systems. These reversed the structure of pre-existing proscriptive systems into sequences of known steps that should be taken in order to achieve adequate results. Prescriptive systems complemented rather than replaced proscriptive ones, thereby creating an uncertain mixture of orthodoxy and orthopraxy that failed to provide design guidance for improving design performance and quality.The second stage in the development of design analysis focuses on descriptive methods and techniques for analyzing and supporting evaluation. Technologies such as simulation and scientific visualization are employed so as to produce detailed, accurate and reliable projections of building behaviour and performance. These projections can be correlated into a comprehensive and coherent description of a building using representations of form as information carriers. In these representations feedback and interaction assume a visual character that fits both design attitudes and lay perception of the built environment, but on the basis of a quantitative background that justifies, verifies and refines design actions. Descriptive analysis is currently the most promising direction for confronting and resolving design complexity. It provides the designer with useful insights into the causes and effects of various design problems but frequently comes short of providing clear design guidance for two main reasons: (1) it adds substantial amounts of information to the already unmanageable loads the designer must handle, and (2) it may provide incoherent cues for the further development of a design. Consequently the descriptive approach to analysis is always in danger of been supplanted by abstract decision making.One way of providing the desired design guidance is to complement the connection of descriptive analyses to representations of form (and from there to synthesis) with two interface components. The first is a memory component, implemented as case-bases of precedent designs. These designs encapsulate integrated design information that can be matched to the design in hand in terms of form, function and performance. Comparison between precedents with a known performance and a new design facilitate identification of design aspects that need be improved, as well as of wider formal and functional consequences. The second component is an adaptive generative system capable of guiding exploration of these aspects, both in the precedents and the new design. The aim of this system is to provide feedback from analysis to synthesis. By exploring the scope of the analysis and the applicability of the conclusions to more designs, the designer generates a coherent and consistent collection of partial solutions that explore a relevant solution space. Development of the first component, the design case-bases, is no trivial task. Transformability in the representation of cases and flexible classification in a database are critical to the identification and treatment of a design aspect. Nevertheless, the state of the art in case-based reasoning and the extensive corpus of analysed designs provide the essential building blocks. The second component, the adaptive generative system, poses more questions. Existing generative techniques do not possess the necessary richness or multidimensionality. Moreover, it is imperative that the designer plays a more active role in the control of the process than merely tweaking local variables. At the same time, the system should prevent that redesigning degenerates into a blind trial-and-error enumeration of possibilities. Guided empirical design research arguably provides the means for the evolutionary development of the second component.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id avocaad_2001_14
id avocaad_2001_14
authors Adam Jakimowicz
year 2001
title Non-Linear Postrationalisation: Architectural Values Emergence in a Teamwork Interpretation
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 paper presents the outcomes of the experiment being conducted at the Faculty of Architecture in Bialystok, which derives form three main sources: a new course of architectural composition by computer modelling, developed and conducted in Bialystok postrationalisation as a formulation platform for new architectural values and theories, applied by e.g. Bernard Tschumi the idea of new values emergence resulting form a teamwork, when placed in an appropriate environment; It is assumed that the work performed first intuitively, can be later seriously interpreted, and to some extent rationalised, verbalised, described. With no doubt we can state, that in creative parts of architectural activities, very often decision are taken intuitively (form design). So this ‘procedure’ of postrationalisation of intuitively undertaken efforts and results seems to be very important –when trying to explain ideas. This kind of activity is also very important during the first years of architectural education. In case of this experiment, the students’ works from the course of architectural composition are taken as a base and subjects for interpretation, and values research. However, when at first, individual works are being interpreted by their authors, at the latter stage, the teams are to be formed. The aim of the teamwork is to present individual works, analyse them, find common value(s), and represent it (them) in an appropriate, creative way. The ideal environment to perform this work is hypertext based internet, because the non-linearity of team interpretations is unavoidable. On the other hand, the digital input data (computer models) is a very appropriate initial material to be used for hypermedia development. The experiment is to analyse the specific of the following: the self-influence of the group on the individual work ‘qualification’, mutual influence of the team members on their own work interpretation, the influence of the digital non-linear environment on the final outcome definition. The added value of hypertext in architectural groupwork digital performance shall be examined and described. A new value of individualised, though group based, non-linearity of expression will be presented and concluded.
series AVOCAAD
email
last changed 2005/09/09 10:48

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

_id 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

_id 9a04
authors Bouza Rodríguez, J.B., Valcarce, J.D., Baltar, X.L. and Vázquez, M.P.
year 2001
title SISTEMA WEB INTERACTIVO CON CATÁLOGO PSEUDO-TRIDIMENSIONAL DE RODUCTOS Y VÍDEO EN TIEMPO REAL (Interactive Web System with Pseudo-Three-Dimensional Catalogue of Places and Video in Real Time)
source SIGraDi biobio2001 - [Proceedings of the 5th Iberoamerican Congress of Digital Graphics / ISBN 956-7813-12-4] Concepcion (Chile) 21-23 november 2001, pp. 104-106
summary It has been designed and developed a system Web that has video in real time and an interactive product catalogue based on pseudo-three-dimensional models, that is to say, models that they pretend to be three-dimensional, but that in fact do not have geometry 3D properly in the memory, but of an appropriate composition according to the case of geometry 2D (image or any graph), that allows to see the model from several points of view and to consult additional information (weight, material, dimensions, etc.). They have been analyzed and proven the different formats from transmission of video and audio by Internet, studying all its parameters, until finding the optimal ones for this server. In comparison with the use of format VRML (Virtual Reality Modeling Language) used commonly to put models 3D in the Web, this system that we have devised presents like advantages the low time of load, the high precision of the views of the object and the low cost of maintenance of the Web. On the other hand, one does not have the infinity of views and facility of manipulation of the VRML.
series SIGRADI
email
last changed 2016/03/10 09:47

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

_id a4a1
authors Bukowski, Richard W. 
year 2001
title Interactive Walkthrough Environments for Simulation
source University of California at Berkeley
summary This thesis describes a second-generation walkthrough framework that provides extensive facilities for integrating many types of third-party simulation codes into a large-scale virtual environment model, and puts it in perspective with first-generation systems built during the last two decades. The framework provides an advanced model database that supports multiple simultaneous users with full consistency semantics, system independent storage and retrieval, and efficient prefetching and object reconstruction techniques to support second and third-generation walkthrough systems. Furthermore, our framework integrates support for scalable, distributed, interactive models with plug-in physical simulation to provide a large and rich environment suitable for architectural evaluation and training applications. A number of third-party simulations have been integrated into the framework, including dynamic physical interactions, fire simulation, multiple distributed users, radiosity, and online tapestry generation. All of these simulators interact with each other and with the user via a data distribution network that provides efficient, optimized use of bandwidth to transport simulation results to clients as they need them for visualization. These diverse simulators provide proof of concept for the generality of the framework, and show how quickly third-party simulations can be integrated into our system. The result is a highly interactive distributed architectural model with applications in research, training, and real-time data visualization. Finally, an outlook is given to a possible third generation of virtual environment architectures that are capable of integrating different heterogeneous walkthrough models.
series thesis:PhD
email
more http://www.cs.berkeley.edu/~bukowski/resume.html
last changed 2003/02/12 22:37

_id 6756
authors Butler, K.S., Rincón, H., Maria Lane, K. and Brand, R.
year 2001
title Construyendo una ciudad sostenible en la frontera: planificación de la ciudad de Colombia, Nuevo León, México [Constructing A Sustainable City In the Border: Planning of the City of Colombia, Nuevo León, Mexico ]
source 2da Conferencia Venezolana sobre Aplicación de Computadores en Arquitectura, Maracaibo (Venezuela) december 2001, pp. 194-203
summary The policy rationale for promotion of urban development in the Mexico-Texas borderland of Nuevo León is likely to be sustained and even strengthened. The University of Texasí participation in new town planning for Colombia spans at least three hierarchical levels with students, faculty members, practitioners and government officials joining efforts. At the ìstudio levelî, students completed a comprehensive landscape assessment for portions of the future city using GPS surveying and GIS database and modeling. Graduate students, using field data, updated 2000 maps/shapefiles, and spatial modeling as an analysis tool, created a series of spatial models to produce useful information about the study areaís inherent suitability for agriculture, human settlement and preservation. This work culminated in a research symposium, planning charrette, refinement of land use and infrastructure assumptions, and the development of masterplan elements for the future city. In contrast to the professional firm, the project provides unique opportunities for intensive learning and applied research that contribute to the ecological, social and economic well-being of new cities and developing regions,
keywords USA-Mexico Border; Sustainable Development; Regional Planning; Arch View
series other
email
last changed 2003/02/14 08:29

_id 2411
authors Chen, Sheng-Chih
year 2001
title Analysis of the use of computer media by expert and novice designers
doi https://doi.org/10.52842/conf.caadria.2001.071
source CAADRIA 2001 [Proceedings of the Sixth Conference on Computer Aided Architectural Design Research in Asia / ISBN 1-86487-096-6] Sydney 19-21 April 2001, pp. 71-80
summary This paper is based on an experiment of protocol analysis. In order to investigate the differences in models designed under various circumstances, the paper attempts to find out how expert and novice designers develop their designs with computer media. It also compares expert designers with their novice counterparts by analyzing and generalizing some cases in their thinking and designing process. Thus a designer who is very familiar with software and have expertise in design must apply different strategies to their design. This is indeed the cause of changes in the process of promoting from a novice to an expert designer. Therefore, the differences between novices and experts can be one of the foci of educating novice designers.
series CAADRIA
email
last changed 2022/06/07 07:55

_id avocaad_2001_02
id avocaad_2001_02
authors Cheng-Yuan Lin, Yu-Tung Liu
year 2001
title A digital Procedure of Building Construction: A practical project
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 In earlier times in which computers have not yet been developed well, there has been some researches regarding representation using conventional media (Gombrich, 1960; Arnheim, 1970). For ancient architects, the design process was described abstractly by text (Hewitt, 1985; Cable, 1983); the process evolved from unselfconscious to conscious ways (Alexander, 1964). Till the appearance of 2D drawings, these drawings could only express abstract visual thinking and visually conceptualized vocabulary (Goldschmidt, 1999). Then with the massive use of physical models in the Renaissance, the form and space of architecture was given better precision (Millon, 1994). Researches continued their attempts to identify the nature of different design tools (Eastman and Fereshe, 1994). Simon (1981) figured out that human increasingly relies on other specialists, computational agents, and materials referred to augment their cognitive abilities. This discourse was verified by recent research on conception of design and the expression using digital technologies (McCullough, 1996; Perez-Gomez and Pelletier, 1997). While other design tools did not change as much as representation (Panofsky, 1991; Koch, 1997), the involvement of computers in conventional architecture design arouses a new design thinking of digital architecture (Liu, 1996; Krawczyk, 1997; Murray, 1997; Wertheim, 1999). The notion of the link between ideas and media is emphasized throughout various fields, such as architectural education (Radford, 2000), Internet, and restoration of historical architecture (Potier et al., 2000). Information technology is also an important tool for civil engineering projects (Choi and Ibbs, 1989). Compared with conventional design media, computers avoid some errors in the process (Zaera, 1997). However, most of the application of computers to construction is restricted to simulations in building process (Halpin, 1990). It is worth studying how to employ computer technology meaningfully to bring significant changes to concept stage during the process of building construction (Madazo, 2000; Dave, 2000) and communication (Haymaker, 2000).In architectural design, concept design was achieved through drawings and models (Mitchell, 1997), while the working drawings and even shop drawings were brewed and communicated through drawings only. However, the most effective method of shaping building elements is to build models by computer (Madrazo, 1999). With the trend of 3D visualization (Johnson and Clayton, 1998) and the difference of designing between the physical environment and virtual environment (Maher et al. 2000), we intend to study the possibilities of using digital models, in addition to drawings, as a critical media in the conceptual stage of building construction process in the near future (just as the critical role that physical models played in early design process in the Renaissance). This research is combined with two practical building projects, following the progress of construction by using digital models and animations to simulate the structural layouts of the projects. We also tried to solve the complicated and even conflicting problems in the detail and piping design process through an easily accessible and precise interface. An attempt was made to delineate the hierarchy of the elements in a single structural and constructional system, and the corresponding relations among the systems. Since building construction is often complicated and even conflicting, precision needed to complete the projects can not be based merely on 2D drawings with some imagination. The purpose of this paper is to describe all the related elements according to precision and correctness, to discuss every possibility of different thinking in design of electric-mechanical engineering, to receive feedback from the construction projects in the real world, and to compare the digital models with conventional drawings.Through the application of this research, the subtle relations between the conventional drawings and digital models can be used in the area of building construction. Moreover, a theoretical model and standard process is proposed by using conventional drawings, digital models and physical buildings. By introducing the intervention of digital media in design process of working drawings and shop drawings, there is an opportune chance to use the digital media as a prominent design tool. This study extends the use of digital model and animation from design process to construction process. However, the entire construction process involves various details and exceptions, which are not discussed in this paper. These limitations should be explored in future studies.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 642c
authors Chiu, Mao-Lin and Lan, Ju-Hung
year 2001
title Discovery of historical Tainan: a digital approach
source Automation in Construction 10 (3) (2001) pp. 355-364
summary This paper depicts the use of computers in the urban studies, and provides a digital way of understanding historical buildings and the relations with the city. "Discovery of Historical Tainan" is a joint project among historians and computer-aided design (CAD) researchers to preserve historical evidences of the central city of Tainan by using computer visual simulation. The importance of historical scenes is revealed by the efforts of integration with digital information and models. The process of modeling and the issues of computer visual simulation in the large-scale urban models are presented.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 7ff9
authors Choi, J.-W., Lee, H.-S., Hwang, J.-E. and Kim, M.-J.
year 2001
title The Wooden Construction data modeling of korean traditional architecture - Focused on the structure of Gongpo in Buseoksa MuRyangsujun
doi https://doi.org/10.52842/conf.caadria.2001.265
source CAADRIA 2001 [Proceedings of the Sixth Conference on Computer Aided Architectural Design Research in Asia / ISBN 1-86487-096-6] Sydney 19-21 April 2001, pp. 265-274
summary Finding national identities from its traditional heritages might be an important research issue especially for Asian architects and researchers. Nevertheless, it is noticed that the structure of Korean traditional architecture has not been fully explored in a systematical or computational manner and its information is not shared efficiently. This study thus explores a computational way of structuring construction knowledge and building information of Korean traditional architecture.Ý To do this, we select a well-known old temple building, Buseoksa Muryangsujun, one of the oldest Buddhist temple in Korea, as a prototype. We first build an accurateÝ three-dimensional model of the building with an aid of a traditional building expert, categorize its building components, and then analyze their connectivity and the connectivity patterns and rules by especially focusing on the capital order system, called Gongpo. The result of the study shows several schema diagrams representing the wooden construction data model carefully designed for an intelligent building simulation and generative system that will be developed in the near future.Ý The paper also demonstrates a way of computationally describing some shape grammars that explain the components' connectivity.
series CAADRIA
email
last changed 2022/06/07 07:56

_id 3320
authors Cinelis, G., Kazakeviciute, G. and Januskevicius, E.
year 2001
title Modeling and energy analysis of buildings based on integrated CAD – models in tuition of CAAD
doi https://doi.org/10.52842/conf.ecaade.2001.138
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 138-143
summary The first implementation of the system MEA for building spatial and structural modeling and energy analysis using integrated graphical digital models in tuition of architecture students is being described. Working at different design stages and with various types of models the aim was to deliver the understanding of CAD tools as intelligent rather than pure technical ones.
keywords 3D Modeling Of Buildings Integrated Digital Graphical Models, Energy Analysis, Variant Design
series eCAADe
last changed 2022/06/07 07:52

_id ec4d
authors Croser, J.
year 2001
title GDL Object
source The Architect’s Journal, 14 June 2001, pp. 49-50
summary It is all too common for technology companies to seek a new route to solving the same problem but for the most part the solutions address the effect and not the cause. The good old-fashioned pencil is the perfect example where inventors have sought to design-out the effect of the inherent brittleness of lead. Traditionally different methods of sharpening were suggested and more recently the propelling pencil has reigned king, the lead being supported by the dispensing sleeve thus reducing the likelihood of breakage. Developers convinced by the Single Building Model approach to design development have each embarked on a difficult journey to create an easy to use feature packed application. Unfortunately it seems that the two are not mutually compatible if we are to believe what we see emanating from Technology giants Autodesk in the guise of Architectural Desktop 3. The effect of their development is a feature rich environment but the cost and in this case the cause is a tool which is far from easy to use. However, this is only a small part of a much bigger problem, Interoperability. You see when one designer develops a model with one tool the information is typically locked in that environment. Of course the geometry can be distributed and shared amongst the team for use with their tools but the properties, or as often misquoted, the intelligence is lost along the way. The effect is the technological version of rubble; the cause is the low quality of data-translation available to us. Fortunately there is one company, which is making rapid advancements on the whole issue of collaboration, and data sharing. An old timer (Graphisoft - famous for ArchiCAD) has just donned a smart new suit, set up a new company called GDL Technology and stepped into the ring to do battle, with a difference. The difference is that GDL Technology does not rely on conquering the competition, quite the opposite in fact their success relies upon the continued success of all the major CAD platforms including AutoCAD, MicroStation and ArchiCAD (of course). GDL Technology have created a standard data format for manufacturers called GDL Objects. Product manufacturers such as Velux are now able to develop product libraries using GDL Objects, which can then be placed in a CAD model, or drawing using almost any CAD tool. The product libraries can be stored on the web or on CD giving easy download access to any building industry professional. These objects are created using scripts which makes them tiny for downloading from the web. Each object contains 3 important types of information: · Parametric scale dependant 2d plan symbols · Full 3d geometric data · Manufacturers information such as material, colour and price Whilst manufacturers are racing to GDL Technologies door to sign up, developers and clients are quick to see the benefit too. Porsche are using GDL Objects to manage their brand identity as they build over 300 new showrooms worldwide. Having defined the building style and interior Porsche, in conjunction with the product suppliers, have produced a CD-ROM with all of the selected building components such as cladding, doors, furniture, and finishes. Designing and detailing the various schemes will therefore be as straightforward as using Lego. To ease the process of accessing, sizing and placing the product libraries GDL Technology have developed a product called GDL Object Explorer, a free-standing application which can be placed on the CD with the product libraries. Furthermore, whilst the Object Explorer gives access to the GDL Objects it also enables the user to save the object in one of many file formats including DWG, DGN, DXF, 3DS and even the IAI's IFC. However, if you are an AutoCAD user there is another tool, which has been designed especially for you, it is called the Object Adapter and it works inside of AutoCAD 14 and 2000. The Object Adapter will dynamically convert all GDL Objects to AutoCAD Blocks during placement, which means that they can be controlled with standard AutoCAD commands. Furthermore, each object can be linked to an online document from the manufacturer web site, which is ideal for more extensive product information. Other tools, which have been developed to make the most of the objects, are the Web Plug-in and SalesCAD. The Plug-in enables objects to be dynamically modified and displayed on web pages and Sales CAD is an easy to learn and use design tool for sales teams to explore, develop and cost designs on a Notebook PC whilst sitting in the architects office. All sales quotations are directly extracted from the model and presented in HTML format as a mixture of product images, product descriptions and tables identifying quantities and costs. With full lifecycle information stored in each GDL Object it is no surprise that GDL Technology see their objects as the future for building design. Indeed they are not alone, the IAI have already said that they are going to explore the possibility of associating GDL Objects with their own data sharing format the IFC. So down to the dirty stuff, money and how much it costs? Well, at the risk of sounding like a market trader in Petticoat Lane, "To you guv? Nuffin". That's right as a user of this technology it will cost you nothing! Not a penny, it is gratis, free. The product manufacturer pays for the license to host their libraries on the web or on CD and even then their costs are small costing from as little as 50p for each CD filled with objects. GDL Technology has come up trumps with their GDL Objects. They have developed a new way to solve old problems. If CAD were a pencil then GDL Objects would be ballistic lead, which would never break or loose its point. A much better alternative to the strategy used by many of their competitors who seek to avoid breaking the pencil by persuading the artist not to press down so hard. If you are still reading and you have not already dropped the magazine and run off to find out if your favorite product supplier has already signed up then I suggest you check out the following web sites www.gdlcentral.com and www.gdltechnology.com. If you do not see them there, pick up the phone and ask them why.
series journal paper
email
last changed 2003/04/23 15:14

_id dbf3
authors Curcio, Esteban and Perera, Gonzalo
year 2001
title DEL MODELADO 3D AL PROTOTIPO INDUSTRIAL (From 3-D Modeling to the Industrial Prototype)
source SIGraDi biobio2001 - [Proceedings of the 5th Iberoamerican Congress of Digital Graphics / ISBN 956-7813-12-4] Concepcion (Chile) 21-23 november 2001, pp. 77-79
summary From 3D modeling to industrial prototype Industrial Design first year students (UNLP), led by designers Esteban Curcio and Gonzalo Perera, presented OGU coffee table in the avant-garde furniture category in Salao Design Movelsul (Brasil, 1998). Description: As an extracurricular activity, students had to deal with production variables related in particular to automated technologies and its effect on product design, completing each piece 3D digital modeling and following the whole process from manufacturing through diffusion and marketing. Technologies: Models for aluminum smelting: CAD / CAM / CNC; Glass: CNC cut with diamond milling cutter; 1020 steel: Computerized laser cut.
series SIGRADI
email
last changed 2016/03/10 09:49

_id 24d2
authors Da Costa Silva, Heitor
year 2001
title MODELOS: FORMA E CONFORTO NA ARQUITETURA (Models: Form and Environment in Architecture)
source SIGraDi biobio2001 - [Proceedings of the 5th Iberoamerican Congress of Digital Graphics / ISBN 956-7813-12-4] Concepcion (Chile) 21-23 november 2001, pp. 51-53
summary The work presents a research project in its first phase of implementation. The research project deals with the manufacturing of architectural models which use new technology, for thermal and lighting investigation and using one heliodon as means of building assessment. The models to be produced will be chosen from built examples of the Modern Architecture of the XX Century. Initially virtual models will be constructed and afterwards the models will be printed in 3D. Once the three dimensional models were built they will be examined in one heliodon to evaluate their thermal and light performance. Also the models will be used as means of calibrating the heliodon itself. Lately the models will be incorporate as building examples for projects museum.
series SIGRADI
email
last changed 2016/03/10 09:50

For more results click below:

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