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 606

_id 04fd
authors Karhu, V. and Lahdenpera, P.
year 1999
title A formalised process model of current Finnish design and construction practice
source The Int. Journal of Construction IT 7(1), pp. 51-71
summary There is a need for improved co-ordination to enhance the performance of the building process. The process involves many parties and the communication and interfaces need special attention. Conventionally, the processes of parties are carried out independently, each discipline having its own activities and limits. As a precursor to improving the overall process, formal process modelling may be used to clarify the activities, information flows and the responsibilities of the different parties. The model presented in this paper divides the Finnish construction process into six main stages: briefing, programming, global design, detailed design, construction and hand-over. In developing the model, all these stages were covered - the main focus being on the functions and flows of the process since these were found to be the most critical in the development of the building procedures. The IDEF0 method was used as the modelling technique. It is shown how the developed reference model can be subjected to various view-dependent examinations and that the modelling approach supports process re-engineering and improvement efforts as well as a new means of building process management, especially when combined with modern computer-aided applications.
series journal paper
last changed 2003/05/15 21:45

_id 4ae8
authors Kokosalakis, Jen, Hohmann, L.M. and Pamplin, I.
year 1999
title Benefits of Data Integration in Building Modelling: 3D Object Oriented Professional Collaboration
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 103-130
summary This paper will review current progress across the building construction industry in meeting demands for use of data integration with the 3D building model as the coordinating device in building design and development. Decades of national initiatives from NEDO (1990) to Egan (1998) have striven to encourage collaboration in first the building design team and later targetting in programmas the means to accomplish this. In its 14th year 'The User Group' has intensified efforts to persuade the industry of the benefits of associating all data involved from the first briefing and conception of design needs and ideas, through the development of the design, testing for structures, costs, heating, lighting, urban and rural environmental impact, facilities management, adaptation and even the eventual controlled demolition of the building. Examples in this paper will be reported from 'The User Group' conference, "Profit from Data Integration: An industry update", (NEC, Birmingham, Nov. 1998), to indicate how various organisations are now profiting from data integration in 3D object orientated modelling.
series AVOCAAD
email
last changed 2005/09/09 10:48

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

_id 9580
authors Sprekelsen, Martin and Pittioni, Gernot
year 1999
title AVOCAAD Exercises Expanding on Interactive Operations
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 89-94
summary The web is a vital element for realising the AVOCAAD project. The web's features and functionality present a splendid platform. The following will discuss multiple advantageous options available through this new media as they relate to the AVOCAAD project. All data are permanently available on a central server, accessible to an unlimited number of clients anytime, anywhere in the world. Clients access the centrally stored information and work locally with the material, thus using the common server-to-client publishing set-up. Dynamic database functions available to the general user are able to control various aspects of data flow. This procedure is used by the AVOCAAD-web-system. Recent developments in the web are going to enable an even more sophisticated use, thus widening the range of application. The online material may present interactive properties, meaning that the user is able to observe changes of processes in relation to the influence he actually exerts on the material within his subsystem. We will focus on this material in our paper, exploring the possible impact on AVOCAAD-exercise.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 39cb
authors Kelleners, Richard H.M.C.
year 1999
title Constraints in object-oriented graphics
source Eindhoven University of Technology
summary In the area of interactive computer graphics, two important approaches to deal with the complexity of designing and implementing graphics systems are object-oriented programming and constraint-based programming. From literature, it appears that combination of these two has clear advantages but has also proven to be difficult. One of the main problems is that constraint programming infringes the information hiding principle of object-oriented programming. The goal of the research project is to combine these two approaches to benefit from the strengths of both. Two research groups at the Eindhoven University of Technology investigate the use of constraints on graphics objects. At the Architecture department, constraints are applied in a virtual reality design environment. At the Computer Science department, constraints aid in modeling 3D animations. For these two groups, a constraint system for 3D graphical objects was developed. A conceptual model, called CODE (Constraints on Objects via Data flows and Events), is presented that enables integration of constraints and objects by separating the object world from the constraint world. In the design of this model, the main aspect being considered is that the information hiding principle among objects may not be violated. Constraint solvers, however, should have direct access to an object’s internal data structure. Communication between the two worlds is done via a protocol orthogonal to the message passing mechanism of objects, namely, via events and data flows. This protocol ensures that the information hiding principle at the object-oriented programming level is not violated while constraints can directly access “hidden” data. Furthermore, CODE is built up of distinct elements, or entity types, like constraint, solver, event, data flow. This structure enables that several special purpose constraint solvers can be defined and made to cooperate to solve complex constraint problems. A prototype implementation was built to study the feasibility of CODE. Therefore, the implementation should correspond directly to the conceptual model. To this end, every entity (object, constraint, solver) of the conceptual model is represented by a separate process in the language MANIFOLD. The (concurrent) processes communicate by events and data flows. The implementation serves to validate the conceptual model and to demonstrate that it is a viable way of combining constraints and objects. After the feasibility study, the prototype was discarded. The gained experience was used to build an implementation of the conceptual model for the two research groups. This implementation encompassed a constraint system with multiple solvers and constraint types. The constraint system was built as an object-oriented library that can be linked to the applications in the respective research groups. Special constructs were designed to ensure information hiding among application objects while constraints and solvers have direct access to the object data. CODE manages the complexity of object-oriented constraint solving by defining a communication protocol to allow the two paradigms to cooperate. The prototype implementation demonstrates that CODE can be implemented into a working system. Finally, the implementation of an actual application shows that the model is suitable for the development of object-oriented software.
keywords Computer Graphics; Object Oriented Programming; Constraint Programming
series thesis:PhD
last changed 2003/02/12 22:37

_id 6d88
authors Achten, Henri H. and Van Leeuwen, Jos P.
year 1999
title Feature-Based High Level Design Tools - A Classification
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 275-290
summary The VR-DIS project aims to provide design support in the early design stage using a Virtual Reality environment. The initial brief of the design system is based on an analysis of a design case. The paper describes the process of analysis and extraction of design knowledge and design concepts in terms of Features. It is demonstrated how the analysis has lead to a classification of design concepts. This classification forms one of the main specifications for the VR-based design aid system that is being developed in the VR-DIS programme. The paper concludes by discussing the particular approach used in the case analysis and discusses future work in the VR-DIS research programme.
keywords Features, Feature-Based modelling, Architectural Design, Design Process, Design Support
series CAAD Futures
email
last changed 2006/11/07 07:22

_id a35a
authors Arponen, Matti
year 2002
title From 2D Base Map To 3D City Model
source UMDS '02 Proceedings, Prague (Czech Republic) 2-4 October 2002, I.17-I.28
summary Since 1997 Helsinki City Survey Division has proceeded in experimenting and in developing the methods for converting and supplementing current digital 2D base maps in the scale 1:500 to a 3D city model. Actually since 1986 project areas have been produced in 3D for city planning and construction projects, but working with the whole map database started in 1997 because of customer demands and competitive 3D projects. 3D map database needs new data modelling and structures, map update processes need new working orders and the draftsmen need to learn a new profession; the 3D modeller. Laser-scanning and digital photogrammetry have been used in collecting 3D information on the map objects. During the years 1999-2000 laser-scanning experiments covering 45 km2 have been carried out utilizing the Swedish TopEye system. Simultaneous digital photography produces material for orto photo mosaics. These have been applied in mapping out dated map features and in vectorizing 3D buildings manually, semi automatically and automatically. In modelling we use TerraScan, TerraPhoto and TerraModeler sw, which are developed in Finland. The 3D city model project is at the same time partially a software development project. An accuracy and feasibility study was also completed and will be shortly presented. The three scales of 3D models are also presented in this paper. Some new 3D products and some usage of 3D city models in practice will be demonstrated in the actual presentation.
keywords 3D City modeling
series other
email
more www.udms.net
last changed 2003/11/21 15:16

_id 7436
authors Barría Chateau, H., Muñoz Viveros, C. and Cerda Brintrup, G.
year 1999
title Virtual Tour Through Modern Architecture in Conception
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 475-477
summary This paper describes the development of a project that was selected and sponsoured by the Regional Competition FONDART 1998 (Funds for the Development of Arts of the Regional Secretary of Education) that follows the aim of cultural diffusion. Towards the middle of the 30s, the city of Concepción developed an architecture distinctly colonial, neoclassical and eclectic. An earthquake in 1939 abruptly interrupted this scene, destroying the enterity of its most important buildings. The reconstruction of the city followed the manifestoes of Modern Architecture, consolidating the urban importance of buildings such us the Law Courts, the Railway Station and the Regional Government, that emerged as the new architectural and cultural heritage of the city. The project consisted on the modeling of eleven buildings of the modern architectural heritage, and on the generation of 42 virtual tours through the buildings that were finally edited on a 16' video. This video allows the spectator to make a virtual tour through the original modern heritage of the city, nowadays demolished, altered, and sometimes, even forgotten. This project pretends to widen the ways of comprehension of our cultural identity by using computer modelling and animation as a tool for the conservation of the architectural heritage; and creating a record that can be used as a reference and as an instrument of cultural difussion.
series SIGRADI
email
last changed 2016/03/10 09:47

_id ecaade2014_146
id ecaade2014_146
authors Davide Ventura and Matteo Baldassari
year 2014
title Grow: Generative Responsive Object for Web-based design - Methodology for generative design and interactive prototyping
doi https://doi.org/10.52842/conf.ecaade.2014.2.587
source Thompson, Emine Mine (ed.), Fusion - Proceedings of the 32nd eCAADe Conference - Volume 2, Department of Architecture and Built Environment, Faculty of Engineering and Environment, Newcastle upon Tyne, England, UK, 10-12 September 2014, pp. 587-594
summary This paper is part of the research on Generative Design and is inspired by the ideas spread by the following paradigms: the Internet of Things (Auto-ID Center, 1999) and the Pervasive/Ubiquitous Computing (Weiser, 1993). Particularly, the research describes a number of case studies and, in detail, the experimental prototype of an interactive-design object: “Grow-1”. The general assumptions of the study are as follows: a) Developing the experimental prototype of a smart-design object (Figure 1) in terms of interaction with man, with regard to the specific conditions of the indoor environment as well as in relation to the internet/web platforms. b) Setting up a project research based on the principles of Generative Design.c) Formulating and adopting a methodology where computational design techniques and interactive prototyping ones converge, in line with the principles spread by the new paradigms like the Internet of Things.
wos WOS:000361385100061
keywords Responsive environments and smart spaces; ubiquitous pervasive computing; internet of things; generative design; parametric modelling
series eCAADe
email
last changed 2022/06/07 07:55

_id 076e
authors Ennis, G. and Lindsay, M.
year 1999
title VRML Possibilities: The evolution of the Glasgow Model
source Proceedings of International Conference on Virtual Systems and MultiMedia. University of Abertay. Dundee
summary During the 1980's, ABACUS, a research unit at the University of Strathclyde developed an interest in the ability to model and manipulate large geometrical databases of urban topography. Initially, this interest lay solely in the ability to source, capture and store the relevant data. However, once constructed, these models proved genuinely useful to a wide range of users and there was soon a demand for more functionality relating to the manipulation not just of the graphics, but also the range of urban attributes. Although a number of improvements were implemented there were drawbacks to the wide adoption of the software produced. The problems were almost all due to deficiencies in the then current hardware and software system available to the professions, and although this strand of research continued to be pursued, most of the development had to be focused on research applications and deployment. However, the recent advent of the Virtual Reality Modelling Language (VRML) standards have rekindled interest in this field since this language enables many of the issues that have proved problematic in the past to be addressed and solved. The potential now exists to provide wide access to large scale urban models. This paper focuses on the application of VRML as applied to the 'Glasgow Model'.
series other
email
last changed 2003/04/23 15:50

_id 8313
authors Harrop, Patrick H.
year 1999
title Amor Infiniti/Horror Vacuii: Resolving Architecture Beyond the Planck Length ()
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 19-24
summary If one were to presume that every major shift in the perception and representational modes of architecture has its mirror in what is made, then we should be able to divine and critique the implications of making architecture through information technologies. We are only now beginning to enter speculations of what can possibly be made as a direct result of these systems. Already, the representation of digital space is undergoing a fundamental transition: From the highly precise facsimile of traditional Euclidean geometry, that we currently use in most CAD and modelling software to the visual interpretation of dense data arrays, as is emerging in GIS (Global Information Systems). This shift from a Vectorial world to a bitmap world is perhaps the most challenging to our historical and perhaps necessary assumption that Euclidean geometry , such as proportion and projection, is at the heart of making architecture. Does this shift imply an ultimately fatal divorce from the Vitruvian tradition of architecture through geometry or is it re-directing the interaction between computers and architecture into perhaps a more appropriate and creative realm of opportunity? This paper hopes to address these questions in the forum of a theoretical and historical discussion focused on the representation of architecture and making. Some current experimental digital work by the author will accompany this presentation and paper.
series SIGRADI
type normal paper
email
last changed 2016/03/10 09:53

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

_id f9f7
authors Mullins, Michael
year 1999
title Forming, Planning, Imaging and Connecting
doi https://doi.org/10.52842/conf.ecaade.1999.178
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 178-185
summary This paper sets out to define aspects of the architectural design process, using historical precedent and architectural theory, and tests the relationship of those aspects to the application of computers in architectural design, particularly in an educational context. The design process sub-sets are defined as: Forming, Planning, Imaging and Connecting. Historical precedents are uncovered in Classical, Modern, Postmodern and Contemporary architecture. The defined categories of the design process are related to current usages of computers in architectural education towards elucidating the strengths and weaknesses of digital media in those areas. Indications of their concurrent usage in digital design will be demonstrated in analysis of design studio programs presented at recent ACADIA conferences. An example of a current design studio programme set at the School of Architecture University of Natal, South Africa in which the above described categories give an underlying structure to the introduction of 3D digital modelling to undergraduates through design process. The definition of this set of design activities may offer a useful method for other educators in assessing existing and future design programs where digital tools are used.
keywords Design-Process, Digital-Media, Design-Programmes
series eCAADe
email
last changed 2022/06/07 07:59

_id 96dd
authors Naja, H.
year 1999
title Multiview databases for building modelling
source Automation in Construction 8 (5) (1999) pp. 567-579
summary Database systems provide various facilities including modelling data, queries, semantic integrity control, concurrency control, recovery and authorisation. The transition from relational database technology to object technology is characterised by a richer data model to meet the requirements of new applications such as computer-aided design (CAD) systems. However, object technology still has several shortcomings. One of these shortcomings is that conventionally object model is not able to deal with data that can be described and queried according to different viewpoints. The building practice, for example, is characterised by the organisation of different participants that work towards the elaboration of the building; each one performs a specific role and has a specific view on the building project data. This paper proposes the CEDAR model, which specifies object-oriented multiview databases that can represent data and ensure their integrity according to different viewpoints. The approach is illustrated with an outline of a building project.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:23

_id 206caadria2004
id 206caadria2004
authors Ricardo Sosa and John S. Gero
year 2004
title Diffusion of Design Ideas: Gatekeeping Effects
doi https://doi.org/10.52842/conf.caadria.2004.287
source CAADRIA 2004 [Proceedings of the 9th International Conference on Computer Aided Architectural Design Research in Asia / ISBN 89-7141-648-3] Seoul Korea 28-30 April 2004, pp. 287-302
summary Designers and design managers are interested in gaining a deeper understanding of the complexities of creativity and innovation (Langdon and Rothwell 1985). These two phenomena can be seen as complementary dimensions of a differentiation cycle where design plays a key value-adding role that gradually reduces through commoditisation. However, there is a lack of relevant evidence to explain the link between creativity and innovation. Creativity is increasingly considered as occurring in the interaction between the individual generator of an idea and a group of evaluators (Sawyer et al 2003). However, most studies have regarded the generation of a solution -and not its social impact- as the outcome of the creative process (Runco and Pritzker 1999). Accordingly, computational modelling of creativity has been mainly conducted in a social void (Boden 1999).
series CAADRIA
email
last changed 2022/06/07 07:56

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

_id 44c0
authors Van Leeuwen, Jos P.
year 1999
title Modelling architectural design information by features : an approach to dynamic product modelling for application in architectural design
source Eindhoven University of Technology
summary Architectural design, like many other human activities, benefits more and more from the ongoing development of information and communication technologies. The traditional paper documents for the representation and communication of design are now replaced by digital media. CAD systems have replaced the drawing board and knowledge systems are used to integrate expert knowledge in the design process. Product modelling is one of the most promising approaches in the developments of the last two decades, aiming in the architectural context at the representation and communication of the information related to a building in all its aspects and during its complete life-cycle. However, after studying both the characteristics of the product modelling approach and the characteristics of architectural design, it is concluded in this research project that product modelling does not suffice for support of architectural design. Architectural design is characterised mainly as a problem solving process, involving illdefined problems that require a very dynamic way of dealing with information that concerns both the problem and emerging solutions. Furthermore, architectural design is in many ways an evolutionary process. In short term this is because of the incremental approach to problem solving in design projects; and in long term because of the stylistic development of designers and the continuous developments in the building and construction industry in general. The requirements that are posed by architectural design are concentrated in the keywords extensibility and flexibility of the design informationmodels. Extensibility means that designers can extend conceptual models with definitions that best suit the design concepts they wish to utilise. Flexibility means that information in design models can be structured in a way that accurately represents the design rationale. This includes the modelling of incidental characteristics and relationships of the entities in the model that are not necessarily predefined in a conceptual model. In general, product modelling does not adequately support this dynamic nature of design. Therefore, this research project has studied the concepts developed in the technology of Feature-based modelling, which originates from the area of mechanical engineering. These concepts include the usage of Features as the primitives for defining and reasoning about a product. Features have an autonomous function in the information model, which, as a result, constitutes a flexible network of relationships between Features that are established during the design process. The definition of Features can be specified by designers to formalise new design concepts. This allows the design tools to be adapted to the specific needs of the individual designer, enlarging the library of available resources for design. In addition to these key-concepts in Feature-based modelling as it is developed in the mechanical engineering context, the project has determined the following principles for a Feature-based approach in the architectural context. Features in mechanical engineering are used mainly to describe the lowest level of detail in a product's design, namely the characteristics of its parts. In architecture the design process does not normally follow a strictly hierarchical approach and therefore requires that the building be modelled as a whole. This implies that multiple levels of abstraction are modelled and that Features are used to describe information at the various abstraction levels. Furthermore, architectural design involves concepts that are non-physical as well as physical; Features are to be used for modelling both kinds. The term Feature is defined in this research project to reflect the above key-concepts for this modelling approach. A Feature is an autonomous, coherent collection of information, with semantic meaning to a designer and possibly emerging during design, that is defined to formalise a design concept at any level of abstraction, either physical or non-physical, as part of a building model. Feature models are built up entirely of Features and are structured in the form of a directed graph. The nodes in the graph are the Features, whereas the arcs are the relationships between the Features. Features can be of user-defined types and incidental relationships can be added that are not defined at the typological level. An inventory in this project of what kind of information is involved in the practice of modelling architectural design is based on the analysis of a selection of sources of architectural design information. This inventory is deepened by a case study and results in the proposition of a categorisation of architectural Feature types.
keywords Automated Management Information Systems; Computer Aided Architectural Design; Information Systems; Modelling
series thesis:PhD
email
more http://www.ds.arch.tue.nl/jos/thesis/
last changed 2003/02/12 22:37

_id becb
authors Anders, Peter
year 1999
title Electronic Extension: Some implications of cyberspace for the practice of architecture
doi https://doi.org/10.52842/conf.acadia.1999.276
source Media and Design Process [ACADIA ‘99 / ISBN 1-880250-08-X] Salt Lake City 29-31 October 1999, pp. 276-289
summary This white-paper builds upon previous research to present hybrids of electronic and physical spaces as extensions of current design practice. It poses an hypothetical project - a hybrid of physical and cyberspaces - to be developed through an extrapolation of current architectural practice by fully exploiting new information technologies. The hybrid's attributes not only affect the scope of development but the very activities of the design team and client during - and after - deployment. The entire life cycle of the project is affected by its dual material and media presence. The paper concludes by discussing the effect the hybrid - here called a "cybrid" - on the occupant, and its local and global communities. It reviews the economics, administration, marketing, operation, flexibility, and extension of the project to assess its effects on these scales. The conclusions are provisional owing to the youth of the technologies. However, in laying out these issues, the author hopes to begin a discussion on effects computation will have on our built environment.
series ACADIA
email
last changed 2022/06/07 07:54

_id 6024
authors McCall, Raymond
year 1999
title A Web-centric CAD System for Collaborative Design
source Proceedings of the Eighth International Conference on Computer Aided Architectural Design Futures [ISBN 0-7923-8536-5] Atlanta, 7-8 June 1999, pp. 65-79
summary Web-PHIDIAS is a hypermedia-based, intelligent CAD system that delivers both CAD functionality and design information to anyone with Web access. This system is above all designed to facilitate collaborative architectural design. It provides both private (individual) and collaborative (group) drawing and text authoring spaces, with a variety of types of authoring and viewing privileges for groups. This enables a single designer to work in privacy on one piece of a design and later "publish" it to a supervisor or a group. It also enables a group to work in privacy and later publish its work to a different or larger group. This notion of "levels of privacy/publication" is a crucial but too- often missing component of collaborative design systems. With WebPHIDIAS, all drawings are stored in a central repository accessible from the group server. This means that they are accessible from anywhere in the world to any viewer who has the required viewing and/or authoring privileges. This enables designers to access and modify stored drawings while travelling or when out on the site, even if the site is in another country. It also enables them to create new drawings and store them in the central repository from anywhere in the world. Web-PHIDIAS consists of an interactive Web-based client that serves as an interface to the PHIDIAS hypermedia server. This client, which is implemented in Java, provides basic, 2D graphical editing functionality and as well as display of 3D views. It also provides access to multimedia information useful for whatever design task is at hand. This information includes text and graphical descriptions of design precedents as well as various issues in design of a particular type of building.
keywords Net-Centric, Web-Centric, Hypertext, Hypermedia, CAD, HyperCAD, Knowledge-Based Critics, Collaboration, Executable Content, Argumentative Design, IBIS, PHI, Design Rationale
series CAAD Futures
last changed 2006/11/07 07:22

For more results click below:

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