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 360

_id sigradi2008_049
id sigradi2008_049
authors Benamy, Turkienicz ; Beck Mateus, Mayer Rosirene
year 2008
title Computing And Manipulation In Design - A Pedagogical Experience Using Symmetry
source SIGraDi 2008 - [Proceedings of the 12th Iberoamerican Congress of Digital Graphics] La Habana - Cuba 1-5 December 2008
summary The concept of symmetry has been usually restricted to bilateral symmetry, though in an extended sense it refers to any isometric transformation that maintains a certain shape invariant. Groups of operations such as translation, rotation, reflection and combinations of these originate patterns classified by modern mathematics as point groups, friezes and wallpapers (March and Steadman, 1974). This extended notion represents a tool for the recognition and reproduction of patterns, a primal aspect of the perception, comprehension and description of everything that we see. Another aspect of this process is the perception of shapes, primary and emergent. Primary shapes are the ones explicitly represented and emergent shapes are the ones implicit in the others (Gero and Yan, 1994). Some groups of shapes known as Semantic Shapes are especially meaningful in architecture, expressing visual features so as symmetry, rhythm, movement and balance. The extended understanding of the concept of symmetry might improve the development of cognitive abilities concerning the creation, recognition and meaning of forms and shapes, aspects of visual reasoning involved in the design process. This paper discusses the development of a pedagogical experience concerned with the application of the concept of symmetry in the creative generation of forms using computational tools and manipulation. The experience has been carried out since 1995 with 3rd year architectural design students. For the exploration of compositions based on symmetry operations with computational support we followed a method developed by Celani (2003) comprising the automatic generation and update of symmetry patterns using AutoCAD. The exercises with computational support were combined with other different exercises in each semester. The first approach combined the creation of two-dimensional patterns to their application and to their modeling into three-dimensions. The second approach combined the work with computational support with work with physical models and mirrors and the analysis of the created patterns. And the third approach combined the computational tasks with work with two-dimensional physical shapes and mirrors. The student’s work was analyzed under aspects such as Discretion/ Continuity –the creation of isolated groups of shapes or continuous overlapped patterns; Generation of Meta-Shapes –the emergence of new shapes from the geometrical relation between the generative shape and the structure of the symmetrical arrangement; Modes of Representation –the visual aspects of the generative shape such as color and shading; Visual Reasoning –the derivation of 3D compositions from 2D patterns by their progressive analysis and recognition; Conscious Interaction –the simultaneous creation and analysis of symmetry compositions, whether with computational support or with physical shapes and mirrors. The combined work with computational support and with physical models and mirrors enhanced the students understanding on the extended concept of symmetry. The conscious creation and analysis of the patterns also stimulated the student’s understanding over the different semantic possibilities involved in the exploration of forms and shapes in two or three dimensions. The method allowed the development of both syntactic and semantic aspects of visual reasoning, enhancing the students’ visual repertoire. This constitutes an important strategy in the building of the cognitive abilities used in the architectural design process.
keywords Symmetry, Cognition, Computing, Visual reasoning, Design teaching
series SIGRADI
email
last changed 2016/03/10 09:47

_id c4ae
id c4ae
authors Knapp, Robert W. and McCall, Raymond
year 1996
title PHIDIAS II - In Support of Collaborative Design
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 147-154
doi https://doi.org/10.52842/conf.acadia.1996.147
summary The World Wide Web in combination with Java and Virtual Reality Modeling Language (VRML) create great opportunities for collaboration by distributed design teams. To take advantage of these opportunities, we have begun to create a version of the PHIDIAS hyperCAD system (McCall, Bennett and Johnson 1994) that will support communication and collaboration among designers over the Word Wide Web. PHIDIAS is an intelligent, hypermedia-based system for computer-aided design. Our strategy is to divide PHIDIAS into two parts: 1) a client-side user interface and 2) a server-side hyperCAD database engine. The client-side interface is being implemented using Java and VRML. Implementing the PHIDIAS front-end with Java enables program code distribution via the World Wide Web. VRML provides PHIDIAS with client-side computation and display of 3D graphics.
series ACADIA
last changed 2022/06/07 07:51

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

_id 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 27b5
authors Dießenbacher, Claus and Rank, Ernst
year 1995
title A Multimedia Archaeological Museum
source Multimedia and Architectural Disciplines [Proceedings of the 13th European Conference on Education in Computer Aided Architectural Design in Europe / ISBN 0-9523687-1-4] Palermo (Italy) 16-18 November 1995, pp. 13-20
doi https://doi.org/10.52842/conf.ecaade.1995.013
summary This paper will present a project, which was first initiated in 1994 as a graduate students seminar and is now being continued as a research project in a cooperation of computer scientists, architects and archaeologists. An ancient roman city (Colonia Ulpia Traiana near todays Xanten in Germany) has been reconstructed, using various levels of abstraction. On the coarsest level, a 3D-model of the whole city was established, distinguishing between different historical periods of the city. The second level picks places of special interest (temples, the forum, the amphitheater, the townbaths etc.) and reconstructs these buildings or groups of buildings. On the finest level important interior parts or functional details like the Hypocaustae in the town-baths are modelled. All reconstructions are oriented as close as possible to results from excavations or other available documents. All levels of the 3D-model have been visualized using photorealistic images and sequences of video animations. The 3D model is integrated into a multimedia environment, augmenting the visualization elements with plans of the city and individual buildings and with text documents. It is intended, that parts of the outlined system will be available at the site of the ancient city, where today a large public archaeological park is located.
series eCAADe
more http://dpce.ing.unipa.it/Webshare/Wwwroot/ecaade95/Pag_2.htm
last changed 2022/06/07 07:55

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagú of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id 4604
authors Laveau, S. and Faugeras, O.
year 1994
title 3D Scene Representation as a Collection of Images and Fundamental Matrices
source INRIA Report
summary The problem we solve in this paper is the following. Suppose we are given N views of a static scene obtained from different viewpoints, perhaps with different cameras. These viewpoints we call reference viewpoints since they are all we know of the scene. We would like to decide if it is possible to predict ano- ther view of the scene taken by a camera from a viewpoint which is arbitrary and a priori di erent from all the reference viewpoints. One method for doing this would be to use these viewpoints to construct a three-dimensional repre- sentation of the scene and reproject this representation on the retinal plane of the virtual camera. In order to achieve this goal, we would have to establish some sort of calibration of our system of cameras, fuse the three-dimensional representations obtained from, say, pairs of cameras thereby obtaining a set of 3-D points, the scene. We would then have to approximate this set of points by surfaces, a segmentation problem which is still mostly unsolved, and then intersect the optical rays from the virtual camera with these sur- faces. This is the most straightforward way of going from a set of images to a new image using the current computer vision paradigm of rst building a three-dimensional representation of the environment from which the rest is derived. We do not claim that there does not exist any simpler way of using the three-dimensional representation than the one we just sketched, but this is just simply not our point. Our point is that it is possible to avoid entirely the explicit three-dimensional reconstruction process: the scene is represented by its images and by some ba- sically linear relations that govern the way points can be put in correspondence between views when they are the images of the same scene-point. These images and their algebraic relations are all we need for predicting a new image. This approach is similar in spirit to the one that has been used in trinocular stereo. Hypotheses of correspondences between two of the images are used to predict features in the third. These predictions can then be checked to validate or inva- lidate the initial correspondence. This approach has proved to be quite e cient and accurate. Related to these ideas are those develo- ped in the photogrammetric community under the name of transfer methods which nd for one or more image points in a given image set, the corresponding points in some new image set.
series report
last changed 2003/04/23 15:50

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

_id 0726
authors Kadysz, Andrzej
year 1994
title CAD the Tool
source The Virtual Studio [Proceedings of the 12th European Conference on Education in Computer Aided Architectural Design / ISBN 0-9523687-0-6] Glasgow (Scotland) 7-10 September 1994, p. 212
doi https://doi.org/10.52842/conf.ecaade.1994.x.k7r
summary What is the role of CAAD as a tool of architectural form creation ? We used to over-estimate the role of computer as significant factor of design process. In fact it serves only to produce technical documentation and to visualise designed buildings. We usually use CAAD to record ideas, not to create designs. We use it like more complex pencil. But it is unsuitable for conceptual design , with imperceptible influence on idea definition. Its practical usefulnes is limited. I would like to consider and find out reasons of that state, present some conclusions and ideas on computer aided architectural form creation. Many tools were invented to extend posibilities of human body or intellect. Microscop and telescop are extensions of human eye. Which organ is extended by computer (especially by CAAD)? CAAD with high developed function of visualising of the object beeing designed seems to be an extension of architect's imagination. It is beeing used to foresee visual efects, to check designed forms, to see something what we are not able to imagine. It performes the role of electronic modeler. Real model and virtual model - the medium of presentation is diferent but ways of using them are similar . Dislocation of place where we build model is not a big achievement, but potential possbilities of CAAD in modeling are almost unlimited (?). What are special features of CAAD as a modeling tool? First we have to consider what is indispensible when building a model: to embody idea. To do this we need space, substance and tools. In architectural design practice space is a real site with definite climate, neigbourhood, orientation. Substance that we shape is an archiectural form composed of many difrent elements: walls, windows, roof, entry, ... , proportions, rhythm, emotions, impresions... The tool is: our knowledge, imagination, talent, experience, norms, law and drawing equipment. Working with the computer, making virtual model, we have many of mentioned elements given in structure of CAAD program and interpreted by it. But many of them have different character. Making traditional dummy of building we operate on reality which is manually accessible. In case of computer model we operate on information. Space, substance and tool (- program) are informations, data. Human being is not an abstract data processor, but creature that lives non stop in close, direct, sensual contact with nature. By this contact with enviroment collects experiences. Computer can operate on digital data that is optionally selected and given by user, independent upon enviromental conditions. Usually architecture was created on basis of enviroment, climate, gravity. But these do not exist in CAAD programs or exist in the symbolic form. Character of these conditions is not obvious. We can watch demeanour of objects in gravity but it can be also antigravity. In theory of systems everything is considered as a part of biger system. In "virtual" reality (in computer space) we deal with accurences which are reduced to abstract level, free upon terms or connections. We work with our CAAD software using geometric space whithout any other principle.

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

_id adb0
authors Bishop, I.
year 1994
title The role of visual realism in communicating and understanding spatial change and process
source Visualization in Geographical Information Systems. H. Hearnshaw and D. Unwin. Chichester, John Wiley & Sons, pp. 60-64
summary Contributed by Susan Pietsch (spietsch@arch.adelaide.edu.au)
keywords 3D City Modeling, Development Control, Design Control
series other
last changed 2001/06/04 20:27

_id 4f82
authors Dave, B. and Schmitt, G.
year 1994
title Information systems for urban analysis and design development
source Environment and Planning B: Planning and Design 21, pp. 83-96
summary Contributed by Susan Pietsch (spietsch@arch.adelaide.edu.au)
keywords 3D City Modeling, Development Control, Design Control
series other
last changed 2001/06/04 20:27

_id bd9d
authors Day, A.
year 1994
title From Map to Model: the Development of an Urban Information System
source Design Studies 15, pp. 366-384
summary Contributed by Susan Pietsch (spietsch@arch.adelaide.edu.au)
keywords 3D City Modeling, Development Control, Design Control
series journal paper
last changed 2003/05/15 21:45

_id 95a6
authors Decker, J.
year 1994
title The validation of computer simulations for design guideline dispute resolution
source Environment and Behaviour 26(3), pp. 421-443
summary Contributed by Susan Pietsch (spietsch@arch.adelaide.edu.au)
keywords 3D City Modeling, Development Control, Design Control
series other
last changed 2001/06/04 20:27

_id cf2009_585
id cf2009_585
authors E. Swarts, Matthew; A. Sheward, Hugo
year 2009
title Using multi-level virtual environments as a medium for conducting design review through a shared IFC dataset
source T. Tidafi and T. Dorta (eds) Joining Languages, Cultures and Visions: CAADFutures 2009, PUM, 2009, pp. 585- 597
summary For a long time the Architecture-Engineering-Construction (AEC) community has had difficulty in communicating the content of their work, not only the various specialties involved, but also to their clients. Studies (Doorst and Cross 2001; Bakhtin 1994) suggest the importance of multi-role collaborative environments in supporting design processes. We are developing a Multi Level Design Review Tool for the AEC industry which allows multiple actors to congregate and interact as agents around a central Building Model. It merges real-time virtual 3D visualization technologies with Industry Foundation Classes (IFC) to support both high levels of semantic content and seamless interoperability.
keywords Design review, virtual environment, interoperability
series CAAD Futures
email
last changed 2009/06/08 20:53

_id 8c54
authors Flemming, U.
year 1994
title Get with the program: common fallacies in critiques of computer-aided architectural design
source Environment and Planning B: Planning and Design 21, pp. 106-116
summary Contributed by Susan Pietsch (spietsch@arch.adelaide.edu.au)
keywords 3D City Modeling, Development Control, Design Control
series other
email
last changed 2003/02/26 17:24

_id 778e
authors Gann, D.
year 1994
title Archaeological Site Reconstruction With AutoDesk's 3D Studio
source CSA Newsletter Vol 7:3 Nov 1994
summary 3D Studio is an IBM-compatible computer modeling program that enables users to create three-dimensional renderings of a variety of objects. In its ability to import a wide variety of maps and other images, 3D Studio allows for the realistic rendering of models created within AutoCAD or other 3D CAD packages. Over the past year, the Homol'ovi research program has been utilizing this software to create near photo-realistic renderings of conjectural site models. My own interests in three-dimensional computer modeling developed out of work at the site of Homol'ovi IV, a 150-room pueblo site located near Winslow, Arizona. The site was situated upon a steep 30-meter bluff with a bedrock cap. Approximately 24 rooms were located on top of the bedrock cap, with another 125 rooms situated on the slope of the butte. During the 1989 field season five structures were excavated, while a separate crew worked clearing and mapping the tops of walls. Mapping was accomplished with a Topcon EDM/theodolite station, and a standard map was created from this process. (See Fig. 3.) While the map was sufficient to show the general layout of the site, I remained unsatisfied; a 2D plan view simply did not convey the vertical dimension of the pueblo. At this point the Homol'ovi Research Program purchased a copy of AutoCAD in order to begin exploring three-dimensional mapping and modeling.
series other
last changed 2003/04/23 15:50

_id ddss9431
id ddss9431
authors Gilleard, John and Man-kit, Yip
year 1994
title Development of a Graphic Interface for the Preliminary Design of Air Conditioning Systems
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary The paper describes a preliminary design model for air-conditioning systems (ACS). Using a commercially available drafting tool (AutoCAD) and an ACS design program (HevaSketch) the model attempts to develop a comprehensive solution at an early phase of ACS design. Contextual knowledge (in the form of local building codes and equipment) is made available to the designer through a linked database. output from the model is in the the form of 2D and 3D drawings, parts and material schedules and detailed design calculations.
series DDSS
email
last changed 2003/08/07 16:36

_id ddss9440
id ddss9440
authors Hall, Tony
year 1994
title Visualisation for the Evaluation of Planning Proposals - An Example Based on Colchester, UK
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary Computer visualisation has an important role to play in the assessment of planning proposals both large and small but planning agencies have been slow to take advantage of it. Although appropriatehardware and software are now available at comparatively reasonable prices, staff time for data input is still a major cost. An economic way of proceeding can be to model in advance important and sensitive parts of a town so that small development proposals within them can be visualised comparatively quickly and cheaply as they come in. Following a request from the Borough Council, the High Street in Colchester, Essex, was modelled using 3D Studio. This model was then used to assess the visual impact of pedestrianisation and traffic control measures and it was then available to assist the routine development control process in this part of town. The paperevaluates the success of this approachand makessuggestions for its future use. Its possible developmentinto a multi-media facility is also discussed.
series DDSS
email
last changed 2003/08/07 16:36

_id caadria2004_k-1
id caadria2004_k-1
authors Kalay, Yehuda E.
year 2004
title CONTEXTUALIZATION AND EMBODIMENT IN CYBERSPACE
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. 5-14
doi https://doi.org/10.52842/conf.caadria.2004.005
summary The introduction of VRML (Virtual Reality Markup Language) in 1994, and other similar web-enabled dynamic modeling software (such as SGI’s Open Inventor and WebSpace), have created a rush to develop on-line 3D virtual environments, with purposes ranging from art, to entertainment, to shopping, to culture and education. Some developers took their cues from the science fiction literature of Gibson (1984), Stephenson (1992), and others. Many were web-extensions to single-player video games. But most were created as a direct extension to our new-found ability to digitally model 3D spaces and to endow them with interactive control and pseudo-inhabitation. Surprisingly, this technologically-driven stampede paid little attention to the core principles of place-making and presence, derived from architecture and cognitive science, respectively: two principles that could and should inform the essence of the virtual place experience and help steer its development. Why are the principles of place-making and presence important for the development of virtual environments? Why not simply be content with our ability to create realistically-looking 3D worlds that we can visit remotely? What could we possibly learn about making these worlds better, had we understood the essence of place and presence? To answer these questions we cannot look at place-making (both physical and virtual) from a 3D space-making point of view alone, because places are not an end unto themselves. Rather, places must be considered a locus of contextualization and embodiment that ground human activities and give them meaning. In doing so, places acquire a meaning of their own, which facilitates, improves, and enriches many aspects of our lives. They provide us with a means to interpret the activities of others and to direct our own actions. Such meaning is comprised of the social and cultural conceptions and behaviors imprinted on the environment by the presence and activities of its inhabitants, who in turn, ‘read’ by them through their own corporeal embodiment of the same environment. This transactional relationship between the physical aspects of an environment, its social/cultural context, and our own embodiment of it, combine to create what is known as a sense of place: the psychological, physical, social, and cultural framework that helps us interpret the world around us, and directs our own behavior in it. In turn, it is our own (as well as others’) presence in that environment that gives it meaning, and shapes its social/cultural character. By understanding the essence of place-ness in general, and in cyberspace in particular, we can create virtual places that can better support Internet-based activities, and make them equal to, in some cases even better than their physical counterparts. One of the activities that stands to benefit most from understanding the concept of cyber-places is learning—an interpersonal activity that requires the co-presence of others (a teacher and/or fellow learners), who can point out the difference between what matters and what does not, and produce an emotional involvement that helps students learn. Thus, while many administrators and educators rush to develop webbased remote learning sites, to leverage the economic advantages of one-tomany learning modalities, these sites deprive learners of the contextualization and embodiment inherent in brick-and-mortar learning institutions, and which are needed to support the activity of learning. Can these qualities be achieved in virtual learning environments? If so, how? These are some of the questions this talk will try to answer by presenting a virtual place-making methodology and its experimental implementation, intended to create a sense of place through contextualization and embodiment in virtual learning environments.
series CAADRIA
type normal paper
last changed 2022/06/07 07:52

_id 2ccd
authors Kalisperis, Loukas N.
year 1994
title 3D Visualization in Design Education
source Reconnecting [ACADIA Conference Proceedings / ISBN 1-880250-03-9] Washington University (Saint Louis / USA) 1994, pp. 177-184
doi https://doi.org/10.52842/conf.acadia.1994.177
summary It has been said that "The beginning of architecture is empty space." (Mitchell 1990) This statement typifies a design education philosophy in which the concepts of space and form are separated and defined respectively as the negative and positive of the physical world, a world where solid objects exist and void-the mere absence of substance-is a surrounding atmospheric emptiness. Since the beginning of the nineteenth century, however, there has been an alternative concept of space as a continuum: that there is a continuously modified surface between the pressures of form and space in which the shape of the space in our lungs is directly connected to the shape of the space within which we exist. (Porter 1979). The nature of the task of representing architecture alters to reflect the state of architectural understanding at each period of time. The construction of architectural space and form represents a fundamental achievement of humans in their environment and has always involved effort and materials requiring careful planning, preparation, and forethought. In architecture there is a necessary conversion to that which is habitable, experiential, and functional from an abstraction in an entirely different medium. It is often an imperfect procedure that centers on the translation rather than the actual design. Design of the built environment is an art of distinctions within the continuum of space, for example: between solid and void, interior and exterior, light and dark, or warm and cold. It is concerned with the physical organization and articulation of space. The amount and shape of the void contained and generated by the building create the fabric and substance of the built environment. Architecture as a design discipline, therefore, can be considered as a creative expression of the coexistence of form and space on a human scale. As Frank Ching writes in Architecture: Form, Space, and Order, "These elements of form and space are the critical means of architecture. While the utilitarian concerns of function and use can be relatively short lived, and symbolic interpretations can vary from age to age, these primary elements of form and space comprise timeless and fundamental vocabulary of the architectural designer." (1979)

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

For more results click below:

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