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 350

_id sigradi2006_e028c
id sigradi2006_e028c
authors Griffith, Kenfield; Sass, Larry and Michaud, Dennis
year 2006
title A strategy for complex-curved building design:Design structure with Bi-lateral contouring as integrally connected ribs
source SIGraDi 2006 - [Proceedings of the 10th Iberoamerican Congress of Digital Graphics] Santiago de Chile - Chile 21-23 November 2006, pp. 465-469
summary Shapes in designs created by architects such as Gehry Partners (Shelden, 2002), Foster and Partners, and Kohn Peterson and Fox rely on computational processes for rationalizing complex geometry for building construction. Rationalization is the reduction of a complete geometric shape into discrete components. Unfortunately, for many architects the rationalization is limited reducing solid models to surfaces or data on spread sheets for contractors to follow. Rationalized models produced by the firms listed above do not offer strategies for construction or digital fabrication. For the physical production of CAD description an alternative to the rationalized description is needed. This paper examines the coupling of digital rationalization and digital fabrication with physical mockups (Rich, 1989). Our aim is to explore complex relationships found in early and mid stage design phases when digital fabrication is used to produce design outcomes. Results of our investigation will aid architects and engineers in addressing the complications found in the translation of design models embedded with precision to constructible geometries. We present an algorithmically based approach to design rationalization that supports physical production as well as surface production of desktop models. Our approach is an alternative to conventional rapid prototyping that builds objects by assembly of laterally sliced contours from a solid model. We explored an improved product description for rapid manufacture as bilateral contouring for structure and panelling for strength (Kolarevic, 2003). Infrastructure typically found within aerospace, automotive, and shipbuilding industries, bilateral contouring is an organized matrix of horizontal and vertical interlocking ribs evenly distributed along a surface. These structures are monocoque and semi-monocoque assemblies composed of structural ribs and skinning attached by rivets and adhesives. Alternative, bi-lateral contouring discussed is an interlocking matrix of plywood strips having integral joinery for assembly. Unlike traditional methods of building representations through malleable materials for creating tangible objects (Friedman, 2002), this approach constructs with the implication for building life-size solutions. Three algorithms are presented as examples of rationalized design production with physical results. The first algorithm [Figure 1] deconstructs an initial 2D curved form into ribbed slices to be assembled through integral connections constructed as part of the rib solution. The second algorithm [Figure 2] deconstructs curved forms of greater complexity. The algorithm walks along the surface extracting surface information along horizontal and vertical axes saving surface information resulting in a ribbed structure of slight double curvature. The final algorithm [Figure 3] is expressed as plug-in software for Rhino that deconstructs a design to components for assembly as rib structures. The plug-in also translates geometries to a flatten position for 2D fabrication. The software demonstrates the full scope of the research exploration. Studies published by Dodgson argued that innovation technology (IvT) (Dodgson, Gann, Salter, 2004) helped in solving projects like the Guggenheim in Bilbao, the leaning Tower of Pisa in Italy, and the Millennium Bridge in London. Similarly, the method discussed in this paper will aid in solving physical production problems with complex building forms. References Bentley, P.J. (Ed.). Evolutionary Design by Computers. Morgan Kaufman Publishers Inc. San Francisco, CA, 1-73 Celani, G, (2004) “From simple to complex: using AutoCAD to build generative design systems” in: L. Caldas and J. Duarte (org.) Implementations issues in generative design systems. First Intl. Conference on Design Computing and Cognition, July 2004 Dodgson M, Gann D.M., Salter A, (2004), “Impact of Innovation Technology on Engineering Problem Solving: Lessons from High Profile Public Projects,” Industrial Dynamics, Innovation and Development, 2004 Dristas, (2004) “Design Operators.” Thesis. Massachusetts Institute of Technology, Cambridge, MA, 2004 Friedman, M, (2002), Gehry Talks: Architecture + Practice, Universe Publishing, New York, NY, 2002 Kolarevic, B, (2003), Architecture in the Digital Age: Design and Manufacturing, Spon Press, London, UK, 2003 Opas J, Bochnick H, Tuomi J, (1994), “Manufacturability Analysis as a Part of CAD/CAM Integration”, Intelligent Systems in Design and Manufacturing, 261-292 Rudolph S, Alber R, (2002), “An Evolutionary Approach to the Inverse Problem in Rule-Based Design Representations”, Artificial Intelligence in Design ’02, 329-350 Rich M, (1989), Digital Mockup, American Institute of Aeronautics and Astronautics, Reston, VA, 1989 Schön, D., The Reflective Practitioner: How Professional Think in Action. Basic Books. 1983 Shelden, D, (2003), “Digital Surface Representation and the Constructability of Gehry’s Architecture.” Diss. Massachusetts Institute of Technology, Cambridge, MA, 2003 Smithers T, Conkie A, Doheny J, Logan B, Millington K, (1989), “Design as Intelligent Behaviour: An AI in Design Thesis Programme”, Artificial Intelligence in Design, 293-334 Smithers T, (2002), “Synthesis in Designing”, Artificial Intelligence in Design ’02, 3-24 Stiny, G, (1977), “Ice-ray: a note on the generation of Chinese lattice designs” Environmental and Planning B, volume 4, pp. 89-98
keywords Digital fabrication; bilateral contouring; integral connection; complex-curve
series SIGRADI
email
last changed 2016/03/10 09:52

_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 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 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 ddss9446
id ddss9446
authors Horgen, Turid
year 1994
title Post Occupancy Evaluation as a Strategy to Develop an Improved Work Environment
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary A post-occupancy evaluation is a formal way of finding out whether a recently occupied, remodelled, or built environment is performing, as was intended in its programming or design, and a term which has been developed in the professional field in the United States over the last 20 years. The Scandinavian approach to the same question has emphasised surfacing the values of the users of the work environment as a tool for a more comprehensive approach to space planning and design. A recent case-study of the Taubman Building at Harvard University's John F. Kennedy School of Government was aimed at blending the two strategies for evaluation, defined postoccupancy evaluation as a dialogue with the client, as a process to help the client reflect on spatial and technological improvements, or alternate strategies for organisational locations in buildings, and offers an interesting example of a possible future direction for POE's. Sheila Sheridan, Director of Facilities and Services at the Kennedy School, commissioned the case-study, and has been using it result in her daily work. Jacqueline Vischer, who has developed a survey of seven key dimensions of work-place comfort for commercial office buildings throughout eastern North America, and Turid Horgen, who has developed tools for participatory environmental evaluation and programming, widely used in Scandinavia, carried out the study and facilitated the evaluation process. The study is also done in the context of the ongoing research on these issues in the design Inquiry Group at the School of Architecture and Planning at MIT, which is involved in a larger program for developing strategies and tools for more effective programming and management of corporate space. This research defines the workplace environment as the interaction between four dimensions: space, technology, organisation and finance. Our approach is to integrate programming and evaluation with organisational planning and organisational transformation.Post occupancy evaluation is seen as a way to inform the client about his organisational culture as he manages the fit between a facility and its uses, and as one of several tools to bridge the frameworks and viewpoints and the many "languages" which are brought into the decision making process of designing the built environment.
series DDSS
last changed 2003/08/07 16:36

_id 06e1
authors Keul, Alexander
year 1996
title LOST IN SPACE? ARCHITECTURAL PSYCHOLOGY - PAST, PRESENT, FUTURE
source Full-Scale Modeling in the Age of Virtual Reality [6th EFA-Conference Proceedings]
summary A methodological review by Kaminski (1995) summed up five perspectives in environmental psychology - patterns of spatial distribution, everyday “jigsaw puzzles”, functional everyday action systems, sociocultural change and evolution of competence. Architectural psychology (named so at the Strathclyde conference 1969; Canter, 1973) as psychology of built environments is one leg of environmental psychology, the second one being psychology of environmental protection. Architectural psychology has come of age and passed its 25th birthday. Thus, a triangulation of its position, especially in Central Europe, seems interesting and necessary. A recent survey mainly on university projects in German-speaking countries (Kruse & Trimpin, 1995) found a marked decrease of studies in psychology of built environments. 1994, 25% of all projects were reported in this category, which in 1975 had made up 40% (Kruse, 1975). Guenther, in an unpublished survey of BDP (association of professional German psychologists) members, encountered only a handful active in architectural psychology - mostly part-time, not full-time. 1996, Austria has two full-time university specialists. The discrepancy between the general interest displayed by planners and a still low institutionalization is noticeable.

How is the research situation? Using several standard research data banks, the author collected articles and book(chapter)s on architectural psychology in German- and English-language countries from 1990 to 1996. Studies on main architecture-psychology interface problems such as user needs, housing quality evaluations, participatory planning and spatial simulation / virtual reality did not outline an “old, settled” discipline, but rather the sketchy, random surface of a field “always starting anew”. E.g., discussions at the 1995 EAEA-Conference showed that several architectural simulation studies since 1973 caused no major impact on planner's opinions (Keul&Martens, 1996). “Re-inventions of the wheel” are caused by a lack of meetings (except this one!) and of interdisciplinary infrastructure in German-language countries (contrary to Sweden or the United States). Social pressures building up on architecture nowadays by inter-European competition, budget cuts and citizen activities for informed consent in most urban projects are a new challenge for planners to cooperate efficiently with social scientists. At Salzburg, the author currently manages the Corporate Design-process for the Chamber of Architecture, Division for Upper Austria and Salzburg. A “working group for architectural psychology” (Keul-Martens-Maderthaner) has been active since 1994.

keywords Model Simulation, Real Environments
series EAEA
type normal paper
email
more http://info.tuwien.ac.at/efa/
last changed 2005/09/09 10:43

_id ddss9462
id ddss9462
authors Liggett, Robert S. and Jepson, William H.
year 1994
title Implementing an Integrated Environment for Urban Simulation CAD, Visualization and GIS
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary Using technology which has been adapted from military flight simulation hardware and software, researchers at UCLA's Graduate School of Architecture and Urban Planning are currently developing an integrated computing environment for Urban Simulation which includes a high-level visual simulation package, an industry standard CAD system, and a traditional two dimensional geographic information system and data bases. The focal point of the integrated system is a visual simulation engine which has been developed using Silicon Graphics' IRIS Performer application development environment. With this system, aerial photographs can be combined with street level video to efficiently create a realistic (down to plants, street signs and the graffiti on the walls) model of an urban neighbourhood which can then be used for interactive fly and walk-through demonstrations. Links have been established between this visual simulation system and AutoCAD to allow models (at varying levels of detail) to be generated using the CAD system and translated into the form required for the visualization system. Links between the GIS system (in this case ARC/INFO and ARCVIEW) and the visual simulation system provide the capability for dynamic query and display of information from the GIS data base in a real-time 3-dimensional format. Links between the CAD and GIS systems allow common base maps to be used for the GIS and modelling systems as well as automatic generation of 3-d form. While an earlier paper by the authors discussed proposed strategies for such an Urban Simulation System, this paper focuses on the results of actual implementation of these strategies, as well as the use of the system for modelling, exploration and display of alternative physical environments.
series DDSS
email
last changed 2003/08/07 16:36

_id ddss9464
id ddss9464
authors McCartney, Kevin and Ismail, Ashraf Lotfy R. M.
year 1994
title A Tool for Conceptual Design Evaluation Based on Compliance with Supplementary Planning Guidance and Local Planning Policies
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary The need has been established for a computer based decision support tool to use during the conceptual stages of architectural design. The main functions are being designed in order to check design compliance with the requirements of local planning authorities; with regards to building size, height, plot ratios, circulation and accessibility, and the preservation of natural features on site. The measures to determine proper evaluation will be based upon site-development briefs, and design guides produced by the local planning authorities. This tool is being developed to operate under AutoCAD environment; the construction industry standard computer aided design software, following standard layering convention, integrated command lines, and pull-down menus. It will also provide many functions for editing two and three dimensional drawings specifically for the environmental analysis tasks. In addition to the common graphical output of Aut0CAD; i.e. plans, elevations and three dimensional models, the tool will generate textual analysis of the design in report format to use as part of the Environmental Impact Statement of proposed development. The speculative tool's functions will be based upon the result of two types of field studies. First, interviews and questionnaires will be carried out tailor-made for architects and planners of both private and public sectors. These will cover issues related to the performance of Computer Aided Architectural Design applications with regard to the evaluation of design schematics, and decision-making for the production of materials for environmental statements. Second, field observation will be carried out to observe the concerned professionals as decision-makers while assessing building design proposals. A prototype will be designed and then tested against the expectations of the tool designer, then the tool performance will be evaluated by a team of professionals participated in the field studies. A critical analysis of the prototype design methodology and the concluding study findings will be documented as part of a postgraduate research thesis to be completed in June 1995.
series DDSS
last changed 2003/08/07 16:36

_id ddss9494
id ddss9494
authors Thomas, Tom and Saslaw, Karen L.
year 1994
title Post-Occupancy Evaluations: Research of New Initiatives in Health Care Facilities
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary American health care is undergoing an evolution of epic proportions and medical centres throughout the country are responding by restructuring the delivery of patient care services. Changes in professional staffing, technology and locations of services are just a few actions underway to create operationally efficient, more cost-effective institutions. Facility planning and design is equally challenged to present new facility models for these retooled medical centres. In 2025, American hospitals may bear little resemblance to the imposing medical structures which form this country's historical health facility reference points. This presentation will focus on the use of post-occupancy evaluations to improve innovation of health facility planning and design. We will discuss the use of post-occupancy evaluations to analyze the functional and environmental aspects of operational departmental areas, and the utilization of research conclusions to improve innovation and creativity in the design of new facilities. Ms. Saslaw, a health care administrator and planner, and Mr. Thomas, a health care architect and planner, will introduce the process issues of POE in design, and then present case studies and facility plans which demonstrate the value to new innovative environments. Specifically, individuals attending this session will: (i) understand the contemporary use of post-occupancy evaluations in facility planning and design; (ii) review several cases and discuss alternative facility responses derived from use of post-occupancy evaluations (iii) discuss the "Patient Focus Care" trend and the architects/planners response in improving health facility design.
series DDSS
last changed 2003/08/07 16:36

_id cbed
authors Yakubu, G.S.
year 1994
title Maximising the Benefits of CAD Systems in Architectural Education
doi https://doi.org/10.52842/conf.ecaade.1994.x.u8n
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. 228
summary The positive impact of Computer Aided Design (CAD) in professional architectural practice has been in focus in recent times but relatively little has been written on its significance in the education of the contemporary architect. It is common knowledge that the profession of architecture is currently undergoing enormous strains as it battles to keep abreast of trends and developments in a period of series of rapid advancement in science, technology and management (RIBA, 1992). Whilst attempts are being made to redress the shortcomings of the profession in the above context, the requirements for architectural education are yet to forge a coherent strategy for the implementation of CAD/IT in the curriculum of schools of architecture. In almost every other field, including engineering, medicine and the humanities, computing application to problem-solving and decision-making is seen as a way forward as we move into 21st century. Architectural education must integrate CAD/IT into the teaching of core modules that give the architect distinctive competence: studio design. That is one of the best ways of doing justice to the education of the architect of today and the future. Some approaches to the teaching of CAD in schools of architecture have been touched upon in the recent past. Building upon this background as well as an understanding of the nature of design teaching/learning, this paper examines ways of maximising the benefits of CAD systems in architectural education and of bringing computer aided designing into the studio not only to enhance design thinking and creativity but also to support interactive processes. In order to maximise or optimise any function, one approach is to use the hard systems methodology which utilises analytic, analogic and iconic models to show the effect of those factors which are significant for the purposes being considered. The other approach is to use the soft systems methodology in which the analysis encompasses the concept of a human activity system as a means of improving a situation. The use of soft systems methodology is considered more appropriate for dealing with the problem of design which is characterised by a flux of interacting events and ideas that unroll through time. The paper concludes that the main impediment to maximising the benefits of CAD systems in architectural education is not only the inappropriate definition of the objectives for the implementation of CAD education but also that the control subsystems are usually ill-structured and relatively poorly defined. Schools must attempt to define a coherent and consistent policy on the use of CAD systems as an integral part of studio design and evolve an in-house strategic and operational controls that enable the set objectives to be met. Furthermore, it is necessary to support the high level of productivity from CAD systems with a more efficient management system, especially in dealing with communication, data sharing via relational database, co-ordination and integration. Finally, the use of soft systems methodology is recommended as the way forward to optimising CAD systems in design education as it would provide continuous improvements while maintaining their productive value.

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

_id 0574
authors Alison Murison and James Gray
year 1994
title Spatial Analysis for Museum Design
doi https://doi.org/10.52842/conf.ecaade.1994.201
source The Virtual Studio [Proceedings of the 12th European Conference on Education in Computer Aided Architectural Design / ISBN 0-9523687-0-6] Glasgow (Scotland) 7-10 September 1994, pp. 201-206
summary The paper describes how a specially written customisation of AutoCAD enables students of Architecture to use the method of spatial analysis called Space Syntax developed by Professor Bill Hillier of the Bartlett School of Architecture, London, to examine a number of existing museums, to compare the findings against other criteria, and to draw conclusions about the strategy adopted in museum design. Simple interactive graphics enable plans to be entered and compared, so that they may be evaluated during the design process, with decisions supported by objective tests. This improves both design decisions and the learning process.
series eCAADe
last changed 2022/06/07 07:54

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

_id 0ecc
authors Anh, Tran Hoai
year 1994
title APPLICATION OF FULL-SCALE MODELLING IN VIETNAM: AN OUTLINE FOR DISCUSSION
source Beyond Tools for Architecture [Proceedings of the 5th European Full-scale Modeling Association Conference / ISBN 90-6754-375-6] Wageningen (The Netherlands) 6-9 September 1994, pp. 59-70
summary This paper discusses the possibility of applying full-scale modelling in Vietnam, a non-western so called developing country. It deals with two main questions: 1) Is the application of full-scale modelling to be restricted to the West only? 2) what are the possibilities, constraints and fields of application - with attention to the methodological validity and technical solution for full-scale modelling in Vietnam? It is argued that since full-scale modelling is based on people-environment interaction, it should, in principle, apply to studies about people–environment relation anywhere on earth. On the methodological validity, it is discussed that application of full-scale modelling in Vietnam faces similar methodological problems as encountered in European applications (such as people's behaviour in experiment, ability to understand the abstraction of models, etc.) although at another level as this paper will make clear. However, it would be needed to design a modelling kit that is of low costs and adapted to the availability of local materials and suitable for the climatic condition of Vietnam. Two fields of application are projected as most applicable in Vietnam: modelling in architectural education and research investigation. Application for user's participation in the design process will depend on the development of building policy in the country.
keywords Model Simulation, Real Environments
series other
type normal paper
last changed 2004/05/04 11:00

_id 592b
authors Apollonio, F., Carini, A., Farina, R., Nuti, F. and Tolomelli, F.
year 1994
title THE ITALIAN FULL-SCALE MODEL LABORATORY: CONSIDERATIONS ABOUT SOME TOOLS FOR ARCHITECTURAL EXPERIMENTATION
source Beyond Tools for Architecture [Proceedings of the 5th European Full-scale Modeling Association Conference / ISBN 90-6754-375-6] Wageningen (The Netherlands) 6-9 September 1994, pp. 71-82
summary The Italian simulation laboratory carries out most of its activity within the experimental programmes promoted by the Ministry of Works. Within this context, we conducted studies based on the topics of EUROPAN competitions for young architects, built models based on EUROREX programme's projects and analyzed experimental projects directly financed by the Ministry (mainly restoration projects).
keywords Model Simulation, Real Environments
series other
type normal paper
more http://info.tuwien.ac.at/efa
last changed 2004/05/04 11:01

_id 065b
authors Beitia, S.S., Zulueta, A. and Barrallo, J.
year 1995
title The Virtual Cathedral - An Essay about CAAD, History and Structure
doi https://doi.org/10.52842/conf.ecaade.1995.355
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. 355-360
summary The Old Cathedral of Santa Maria in Vitoria is the most representative building of the Gothic style in the Basque Country. Built during the XIV century, it has been closed to the cult in 1994 because of the high risk of collapse that presents its structure. This closure was originated by the structural analysis that was entrusted to the University of the Basque Country in 1992. The topographic works developed in the Cathedral to elaborate the planimetry of the temple revealed that many structural elements of great importance like arches, buttresses and flying buttresses were removed, modified or added along the history of Santa Maria. The first structural analysis made in the church suggested that the huge deformations showed in the resistant elements, specially the piers, were originated by interventions made in the past. A deep historical investigation allowed us to know how the Cathedral was built and the changes executed until our days. With this information, we started the elaboration of a virtual model of the Cathedral of Santa Maria. This model was introduced into a Finite Elements Method system to study the deformations suffered in the church during its construction in the XIV century, and the intervention made later in the XV, XVI and XX centuries. The efficiency of the virtual model simulating the geometry of the Cathedral along history allowed us to detect the cause of the structural damage, that was finally found in many unfortunate interventions along time.

series eCAADe
more http://dpce.ing.unipa.it/Webshare/Wwwroot/ecaade95/Pag_43.htm
last changed 2022/06/07 07:54

_id 0e89
authors Bradford, J.W., Cheng, N. and Kvan, Thomas
year 1994
title Virtual Design Studios
doi https://doi.org/10.52842/conf.ecaade.1994.163
source The Virtual Studio [Proceedings of the 12th European Conference on Education in Computer Aided Architectural Design / ISBN 0-9523687-0-6] Glasgow (Scotland) 7-10 September 1994, pp. 163-167
summary Beginning in 1993, small groups of students of architectural design at different institutions around the world participated in collaborative design projects using a variety of tools, including CAD, Internet and teleconferencing. This programme, known as the "Virtual Design Studio" (VDS), allows students to work collectively with colleagues from different cultures and climates who are thousands of kilometres and in different time zones. Most recently, in February 1994, four institutions in N. America, one in Europe, and one in S E Asia participated in VDS’94. This paper explains the operation of the VDS and explores the future of the VDS as a potential tool for architectural design education. In particular, we review what we have learned in employing computer tools to extend the teaching in design studios into a "virtual" experience.
series eCAADe
type normal paper
email
last changed 2022/06/07 07:54

_id diss_brewster
id diss_brewster
authors Brewster, S.A.
year 1994
title Providing a Structured Method for Integrating Non-Speech Audio into Human-Computer Interfaces
source Heslington, York: University of York
summary This thesis provides a framework for integrating non-speech sound into human-computer interfaces. Previously there was no structured way of doing this, it was done in an ad hoc manner by individual designers. This led to ineffective uses of sound. In order to add sounds to improve usability two questions must be answered: What sounds should be used and where is it best to use them? With these answers a structured method for adding sound can be created. An investigation of earcons as a means of presenting information in sound was undertaken. A series of detailed experiments showed that earcons were effective, especially if musical timbres were used. Parallel earcons were also investigated (where two earcons are played simultaneously) and an experiment showed that they could increase sound presentation rates. From these results guidelines were drawn up for designers to use when creating usable earcons. These formed the first half of the structured method for integrating sound into interfaces. An informal analysis technique was designed to investigate interactions to identify situations where hidden information existed and where non-speech sound could be used to overcome the associated problems. Interactions were considered in terms of events, status and modes to find hidden information. This information was then categorised in terms of the feedback needed to present it. Several examples of the use of the technique were presented. This technique formed the second half of the structured method. The structured method was evaluated by testing sonically-enhanced scrollbars, buttons and windows. Experimental results showed that sound could improve usability by increasing performance, reducing time to recover from errors and reducing workload. There was also no increased annoyance due to the sound. Thus the structured method for integrating sound into interfaces was shown to be effective when applied to existing interface widgets.
series thesis:PhD
email
more http://www.dcs.gla.ac.uk/~stephen/publications.shtml
last changed 2003/11/28 07:34

_id 5dff
authors Bricken, M.
year 1994
title Virtual Worlds: No Interface to Design
source Cyberspace - First Steps, M.Benedikt ed, MIT Press
summary In a virtual world, we are inside an environment of pure information that we can see, hear, and touch. The technology itself is invisible, and carefully adapted to human activity so that we can behave naturally in this artificial world. We can create any imaginable environment and we can experience entirely new perspectives and capabilities within it. A virtual world can be informative, useful, and fun; it can also be boring and uncomfortable. The difference is in the design. The platform and the interactive devices we use, the software tools and the purpose of the environment are all elements in the design of virtual worlds. But the most important component in designing comfortable, functional worlds is the person inside them. Cyberspace technology couples the functions of the computer with human capabilities. This requires that we tailor the technology to people, and refine the fit to individuals. We then have customized interaction with personalized forms of information that can amplify our individual intelligence and broaden our experience. Designing virtual worlds is a challenging departure from traditional interface design. In the first section of this chapter I differentiate between paradigms for screen-based interface design and paradigms for creating virtual worlds. The engineer, the designer, and the participant co-create cyberspace. Each role carries its own set of goals and expectations, its own model of the technology's salient features. In the second section of the chapter I address these multiple perspectives, and how they interrelate in the cooperative design process. In conclusion, I consider broader design issues, including control, politics, and emergent phenomena in cyberspace.
series other
last changed 2003/11/21 15:16

_id ddss9414
id ddss9414
authors Bright, Elise N.
year 1994
title THe "Allots" Model: A PC-Based Approach to Demand Distribution for Siting and Planning
source Second Design and Decision Support Systems in Architecture & Urban Planning (Vaals, the Netherlands), August 15-19, 1994
summary This paper reports on the development and application of ALLOT: a user-friendly, flexible computer model which has been designed to help governmental jurisdictions and private landowners throughout the world to achieve more economically efficient and environmentally sound land use and development patterns in a short period of time. ALLOT has the potential to drastically change the way that land use planning is conducted, since it has the capability to allow theincorporation of a wide variety of previously ignored environmental characteristics and up-to-date land use patterns. ALLOT, which is written in the SAS programming language, contains twomajor parts. The first part employs a GIS database to conduct land suitability analyses for the area. It then produces maps showing the most suitable areas for various land use types. The second part appears to be unique in the field of computerized land use planning models. It combines the results of the suitability analysis with forecasted demand for various land use types to produce "optimum" future land use patterns. The model is capable of quickly analyzing a wide variety of forecasts, allowing easy comparison of different growth scenarios; and it can also be modified to reflect community goals and objectives, such as protection of wildlife habitat orattraction of industry. The flexibility, combined with the fact that it runs on any IBM-compatible PC (286 or higher), make it a powerful land use planning tool. The model has been successfully applied in two "real world" situations. First, three alternative future land use patterns were developed for a rural lakeside area. The area had rural characteristics and was lacking infrastructure, but a large influx of people was expected as the lake was filled. The success of this effort led to decision to test it´s use as a method for facility siting (using landfill siting as an example).
series DDSS
last changed 2003/08/07 16:36

_id 48a7
authors Brooks
year 1999
title What's Real About Virtual Reality
source IEEE Computer Graphics and Applications, Vol. 19, no. 6, Nov/Dec, 27
summary As is usual with infant technologies, the realization of the early dreams for VR and harnessing it to real work has taken longer than the wild hype predicted, but it is now happening. I assess the current state of the art, addressing the perennial questions of technology and applications. By 1994, one could honestly say that VR "almost works." Many workers at many centers could doe quite exciting demos. Nevertheless, the enabling technologies had limitations that seriously impeded building VR systems for any real work except entertainment and vehicle simulators. Some of the worst problems were end-to-end system latencies, low-resolution head-mounted displays, limited tracker range and accuracy, and costs. The technologies have made great strides. Today one can get satisfying VR experiences with commercial off-the-shelf equipment. Moreover, technical advances have been accompanied by dropping costs, so it is both technically and economically feasible to do significant application. VR really works. That is not to say that all the technological problems and limitations have been solved. VR technology today "barely works." Nevertheless, coming over the mountain pass from "almost works" to "barely works" is a major transition for the discipline. I have sought out applications that are now in daily productive use, in order to find out exactly what is real. Separating these from prototype systems and feasibility demos is not always easy. People doing daily production applications have been forthcoming about lessons learned and surprises encountered. As one would expect, the initial production applications are those offering high value over alternate approaches. These applications fall into a few classes. I estimate that there are about a hundred installations in daily productive use worldwide.
series journal paper
email
last changed 2003/04/23 15:14

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