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 146

_id 8a90
authors Buchmann, Alejandro P. and Gerzso, Miguel J.
year 1985
title Handling Heterogeneously Formatted Data in an Object Oriented Database Environment
source NCGA - National Computer Graphics Association Conference Proceedings. 1985. vol. 3: pp. 645-655 : ill. includes bibliography
summary The paper discussed the problems associated with handling heterogeneously formatted data and the interfacing of the subsystems of a CAD system that intervene in the handling of these data: the database management system, the graphic display system and application programs. Object-oriented languages with message passing capabilities were offered as a feasible solution which was illustrated through examples in the language TM
keywords CAD, systems, languages, computer graphics, database
series CADline
last changed 2003/06/02 10:24

_id 78ca
authors Friedland, P. (Ed.)
year 1985
title Special Section on Architectures for Knowledge-Based Systems
source CACM (28), 9, September
summary A fundamental shift in the preferred approach to building applied artificial intelligence (AI) systems has taken place since the late 1960s. Previous work focused on the construction of general-purpose intelligent systems; the emphasis was on powerful inference methods that could function efficiently even when the available domain-specific knowledge was relatively meager. Today the emphasis is on the role of specific and detailed knowledge, rather than on reasoning methods.The first successful application of this method, which goes by the name of knowledge-based or expert-system research, was the DENDRAL program at Stanford, a long-term collaboration between chemists and computer scientists for automating the determination of molecular structure from empirical formulas and mass spectral data. The key idea is that knowledge is power, for experts, be they human or machine, are often those who know more facts and heuristics about a domain than lesser problem solvers. The task of building an expert system, therefore, is predominantly one of teaching" a system enough of these facts and heuristics to enable it to perform competently in a particular problem-solving context. Such a collection of facts and heuristics is commonly called a knowledge base. Knowledge-based systems are still dependent on inference methods that perform reasoning on the knowledge base, but experience has shown that simple inference methods like generate and test, backward-chaining, and forward-chaining are very effective in a wide variety of problem domains when they are coupled with powerful knowledge bases. If this methodology remains preeminent, then the task of constructing knowledge bases becomes the rate-limiting factor in expert-system development. Indeed, a major portion of the applied AI research in the last decade has been directed at developing techniques and tools for knowledge representation. We are now in the third generation of such efforts. The first generation was marked by the development of enhanced AI languages like Interlisp and PROLOG. The second generation saw the development of knowledge representation tools at AI research institutions; Stanford, for instance, produced EMYCIN, The Unit System, and MRS. The third generation is now producing fully supported commercial tools like KEE and S.1. Each generation has seen a substantial decrease in the amount of time needed to build significant expert systems. Ten years ago prototype systems commonly took on the order of two years to show proof of concept; today such systems are routinely built in a few months. Three basic methodologies-frames, rules, and logic-have emerged to support the complex task of storing human knowledge in an expert system. Each of the articles in this Special Section describes and illustrates one of these methodologies. "The Role of Frame-Based Representation in Reasoning," by Richard Fikes and Tom Kehler, describes an object-centered view of knowledge representation, whereby all knowldge is partitioned into discrete structures (frames) having individual properties (slots). Frames can be used to represent broad concepts, classes of objects, or individual instances or components of objects. They are joined together in an inheritance hierarchy that provides for the transmission of common properties among the frames without multiple specification of those properties. The authors use the KEE knowledge representation and manipulation tool to illustrate the characteristics of frame-based representation for a variety of domain examples. They also show how frame-based systems can be used to incorporate a range of inference methods common to both logic and rule-based systems.""Rule-Based Systems," by Frederick Hayes-Roth, chronicles the history and describes the implementation of production rules as a framework for knowledge representation. In essence, production rules use IF conditions THEN conclusions and IF conditions THEN actions structures to construct a knowledge base. The autor catalogs a wide range of applications for which this methodology has proved natural and (at least partially) successful for replicating intelligent behavior. The article also surveys some already-available computational tools for facilitating the construction of rule-based knowledge bases and discusses the inference methods (particularly backward- and forward-chaining) that are provided as part of these tools. The article concludes with a consideration of the future improvement and expansion of such tools.The third article, "Logic Programming, " by Michael Genesereth and Matthew Ginsberg, provides a tutorial introduction to the formal method of programming by description in the predicate calculus. Unlike traditional programming, which emphasizes how computations are to be performed, logic programming focuses on the what of objects and their behavior. The article illustrates the ease with which incremental additions can be made to a logic-oriented knowledge base, as well as the automatic facilities for inference (through theorem proving) and explanation that result from such formal descriptions. A practical example of diagnosis of digital device malfunctions is used to show how significantand complex problems can be represented in the formalism.A note to the reader who may infer that the AI community is being split into competing camps by these three methodologies: Although each provides advantages in certain specific domains (logic where the domain can be readily axiomatized and where complete causal models are available, rules where most of the knowledge can be conveniently expressed as experiential heuristics, and frames where complex structural descriptions are necessary to adequately describe the domain), the current view is one of synthesis rather than exclusivity. Both logic and rule-based systems commonly incorporate frame-like structures to facilitate the representation of large amounts of factual information, and frame-based systems like KEE allow both production rules and predicate calculus statements to be stored within and activated from frames to do inference. The next generation of knowledge representation tools may even help users to select appropriate methodologies for each particular class of knowledge, and then automatically integrate the various methodologies so selected into a consistent framework for knowledge. "
series journal paper
last changed 2003/04/23 15:14

_id 4f6f
authors Kalay, Yehuda E.
year 1985
title Knowledge-Based Computer-Aided Design to Assist Designers of Physical Artifacts
source 1985. [15] p. : ill. includes bibliography
summary The objectives of this project are to increase the productivity of physical designers, and to improve the quality of designed artifacts and environments. The means for achieving these objectives include the development, implementation and verification of a broad-based methodology to be used for building context-sensitive computer-aided design systems to facilitate the design and fabrication of physical artifacts. Such systems will extend computer aides for design over the earliest phases of the design process and thus facilitate design-capture in addition to the common design-communication utilities they currently provide. They will thus constitute intelligent design assistants that will relieve the designer from the necessity to deal with some design details, as well as the need to explicitly manage the consistency of the design database. The project employs principles developed by Artificial Intelligence methods that are used in non-deterministic problem solving processes that represent data and knowledge in distributed networks. Principles such as object-centered data factorization and message-based change propagation techniques are implemented in an existing architectural computer-aided design system and field-tested in a practicing Architectural/Engineering office
keywords CAD, knowledge base, design methods, design process, architecture
series CADline
email
last changed 2003/06/02 13:58

_id cc15
authors Ansaldi, Silvia, De Floriani, Leila and Falcidieno, Bianca
year 1985
title Geometric Modeling of Solid Objects by Using a Face Adjacency Graph Representation
source SIGGRAPH '85 Conference Proceedings. July, 1985. vol. 19 ; no. 3: pp. 131-139 : ill. includes bibliography
summary A relational graph structure based on a boundary representation of solid objects is described. In this structure, called Face Adjacency Graph, nodes represent object faces, whereas edges and vertices are encoded into arcs and hyperarcs. Based on the face adjacency graph, the authors define a set of primitive face-oriented Euler operators, and a set of macro operators for face manipulation, which allow a compact definition and an efficient updating of solid objects. The authors briefly describe a hierarchical graph structure based on the face adjacency graph, which provides a representation of an object at different levels of detail. Thus it is consistent with the stepwise refinement process through which the object description is produced
keywords geometric modeling, graphs, objects, representation, data structures,B-rep, solid modeling, Euler operators
series CADline
last changed 2003/06/02 10:24

_id a217
authors Bhatt, Rajesh V., Fisher, Edward L. and Rasdorf, William J.
year 1985
title Information Retrieval Architectures For Expert System/DBMS Communication
source Industrial Engineering Fall Conference Proceedings. December, 1985. pp. 315-320. CADLINE has abstract only
summary The development of expert systems (ES) for manufacturing problems indicates a need to interact with potentially large amounts of data, much of which resides elsewhere in the ES user's organization. A large amount of information required for planning, design, and control operations can be made available through an existing database management system (DBMS). The need for an ES to access that data is critical. This paper presents two approaches to the development of ES- DBMS interfaces, both query-language based. One approach uses a procedural attachment to the ES language to obtain the required data via the DBMS query language, while the other one uses a separate interface program between the ES and the query language of the DBMS. The procedural attachment is able to acquire data from a DBMS at a faster rate than the interface program; however, the procedural attachment lacks knowledge of the DBMS schema. On the other hand, the interface program sacrifices speed but promotes flexibility, as it has the capability of selecting which DBMS to extract the required data from and allowing augmentation of schema knowledge outside of the ES. A disadvantage of the interface approach is the amount of time involved in data retrieval. The process of writing information to disk files is I/O intensive. This can be quite slow, particularly in PROLOG, the language used to implement the ES. Thus the use of such an interface is only suitable in applications such as design, where extremely fast I/O is not required
keywords design, engineering, expert systems, information, database, DBMS
series CADline
last changed 2003/06/02 10:24

_id e1a8
authors Kellogg, Richard E.
year 1985
title CAD-Spreadsheet Linkages for Design and Analysis
doi https://doi.org/10.52842/conf.acadia.1985.109
source ACADIA Workshop ‘85 [ACADIA Conference Proceedings] Tempe (Arizona / USA) 2-3 November 1985, pp. 109-118
summary This paper reports on two systems under development which link a CAD system with a spreadsheet. The first extracts areas and R-values from a special AutoCAD drawing and processes the information in a Lotus 1-2-3 spreadsheet to obtain total heatloss for a building. The second is a prototype expert system which uses space labels from an AutoCAD "bubble-diagram" to print lists of design recommendations extracted from a Lotus 1-2-3 data-base. These methods emphasize drawing as the primary design activity, while providing immediate factual feedback about the design proposal.

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

_id 0711
authors Kunnath, S.K., Reinhorn, A.M. and Abel, J.F.
year 1990
title A Computational Tool for Evaluation of Seismic Performance of RC Buildings
source February, 1990. [1] 15 p. : ill. graphs, tables. includes bibliography: p. 10-11
summary Recent events have demonstrated the damaging power of earthquakes on structural assemblages resulting in immense loss of life and property (Mexico City, 1985; Armenia, 1988; San Francisco, 1989). While the present state-of-the-art in inelastic seismic response analysis of structures is capable of estimating response quantities in terms of deformations, stresses, etc., it has not established a physical qualification of these end-results into measures of damage sustained by the structure wherein system vulnerability is ascertained in terms of serviceability, repairability, and/or collapse. An enhanced computational tool is presented in this paper for evaluation of reinforced concrete structures (such as buildings and bridges) subjected to seismic loading. The program performs a series of tasks to enable a complete evaluation of the structural system: (a) elastic collapse- mode analysis to determine the base shear capacity of the system; (b) step-by-step time history analysis using a macromodel approach in which the inelastic behavior of RC structural components is incorporated; (c) reduction of the response quantities to damage indices so that a physical interpretation of the response is possible. The program is built around two graphical interfaces: one for preprocessing of structural and loading data; and the other for visualization of structural damage following the seismic analysis. This program can serve as an invaluable tool in estimating the seismic performance of existing RC buildings and for designing new structures within acceptable levels of damage
keywords seismic, structures, applications, evaluation, civil engineering, CAD
series CADline
last changed 2003/06/02 14:41

_id 244d
authors Monedero, J., Casaus, A. and Coll, J.
year 1992
title From Barcelona. Chronicle and Provisional Evaluation of a New Course on Architectural Solid Modelling by Computerized Means
doi https://doi.org/10.52842/conf.ecaade.1992.351
source CAAD Instruction: The New Teaching of an Architect? [eCAADe Conference Proceedings] Barcelona (Spain) 12-14 November 1992, pp. 351-362
summary The first step made at the ETSAB in the computer field goes back to 1965, when professors Margarit and Buxade acquired an IBM computer, an electromechanical machine which used perforated cards and which was used to produce an innovative method of structural calculation. This method was incorporated in the academic courses and, at that time, this repeated question "should students learn programming?" was readily answered: the exercises required some knowledge of Fortran and every student needed this knowledge to do the exercises. This method, well known in Europe at that time, also provided a service for professional practice and marked the beginning of what is now the CC (Centro de Calculo) of our school. In 1980 the School bought a PDP1134, a computer which had 256 Kb of RAM, two disks of 5 Mb and one of lO Mb, and a multiplexor of 8 lines. Some time later the general politics of the UPC changed their course and this was related to the purchase of a VAX which is still the base of the CC and carries most of the administrative burden of the school. 1985 has probably been the first year in which we can talk of a general policy of the school directed towards computers. A report has been made that year, which includes an inquest adressed to the six Departments of the School (Graphic Expression, Projects, Structures, Construction, Composition and Urbanism) and that contains interesting data. According to the report, there were four departments which used computers in their current courses, while the two others (Projects and Composition) did not use them at all. The main user was the Department of Structures while the incidence of the remaining three was rather sporadic. The kind of problems detected in this report are very typical: lack of resources for hardware and software and for maintenance of the few computers that the school had at that moment; a demand (posed by the students) greatly exceeding the supply (computers and teachers). The main problem appeared to be the lack of computer graphic devices and proper software.

series eCAADe
email
last changed 2022/06/07 07:58

_id ee4b
id ee4b
authors Ozel, Filiz
year 1985
title Using CAD in Fire Safety Research
doi https://doi.org/10.52842/conf.acadia.1985.142
source ACADIA Workshop ‘85 [ACADIA Conference Proceedings] Tempe (Arizona / USA) 2-3 November 1985, pp. 142-154
summary While architecture offices are increasingly using CADD systems for drafting purposes, architectural schools are pursuing projects that use the CAD data base for new applications in the analysis and evaluation of buildings. This paper summarizes two studies done at the University of Michigan, Architecture Research laboratory, where the CAD system was used to develop a fire safety code evaluation program, and an emergency egress behavior simulation.

The former one takes the National Fire Protection Association (NFPA) Life safety Code 101 as a basis, and generates the code compliance requirements of a given project. The ether study accepts people as information processing beings and simulates their way finding behavior under emergency conditions. Both of these studies utilize the graphic characteristics of the CAD system, producing color displays on the CRT screen, and also outputting information in tabular form which refers to the display on the screen. Both of them also have plotting options.

series ACADIA
email
last changed 2022/06/07 08:00

_id a127
authors Rasdorf, William J. and Salley, George C.
year 1985
title Generative Engineering Databases - Toward Expert Systems
source Computers and Structures. Pergamon Press, 1985. vol. 22: pp. 11-15
summary CADLINE has abstract only. Engineering data management, incorporating concepts of optimization with data representation, is receiving increasing attention. Research in this area promises advantages for many engineering applications, particularly those which use data innovatively. This paper presents a framework for a comprehensive, relational database management system that combines a knowledge base (KB) of design constraints with a database (DB) of engineering data items to achieve a 'generative database' - one which automatically generates new engineering design data according to the design constraints stored in the knowledge base. Thus, in addition to the designer and engineering design and analysis application programs, the database itself contributes to the design process. The KB/DB framework proposed here requires a database that is able to store all of the data normally associated with engineering design and to accurately represent the interactions between constraints and the stored data while guaranteeing its integrity. The framework also requires a knowledge base that is able to store all the constraints imposed upon the engineering design process. The goal sought is a central integrated repository of data, supporting interfaces to a wide variety of application programs and supporting processing capabilities for maintaining integrity while generating new data. The resulting system permits the unaided generation of constrained data values, thereby serving as an active design assistant. This paper suggests this new conceptual framework as a means of improving engineering data representation, generation, use, and management
keywords management, optimization, synthesis, database, expert systems, civil engineering
series CADline
last changed 2003/06/02 10:24

_id 8307
authors Rehak, Daniel R. and Howard, Craig H.
year 1985
title Interfacing Expert Systems with Design Databases in Integrated CAD Systems
source Computer Aided Design. November, 1985. vol. 17: pp. 443-454 : ill. includes bibliography
summary A model of a distributed network DBMS, using knowledge-base programming techniques, for interfacing KBS-to-DBMS is presented. In this model, the description of the data model of each KBS and DBMS component of the CAD system is represented as knowledge describing the components, making the components independent of each other. KADBASE, a prototype of such a flexible interface is demonstrating an approach to developing an integrated, distributed CAD system containing a variety of heterogeneous expert systems and design databases
keywords expert systems, design, database, user interface, integration, CAD
series CADline
last changed 2003/06/02 13:58

_id 678e
authors Aish, Robert
year 1986
title Three-dimensional Input and Visualization
source Computer-Aided Architectural Design Futures [CAAD Futures Conference Proceedings / ISBN 0-408-05300-3] Delft (The Netherlands), 18-19 September 1985, pp. 68-84
summary The aim of this chapter is to investigate techniques by which man-computer interaction could be improved, specifically in the context of architectural applications of CAD. In this application the object being designed is often an assembly of defined components. Even if the building is not actually fabricated from such components, it is usually conceptualized in these terms. In a conventional graphics- based CAD system these components are usually represented by graphical icons which are displayed on the graphics screen and arranged by the user. The system described here consists of three- dimensional modelling elements which the user physically assembles to form his design. Unlike conventional architectural models which are static (i.e. cannot be changed by the users) and passive (i.e. cannot be read by a CAD system), this model is both 'user generated' and 'machine readable'. The user can create, edit and view the model by simple, natural modelling activities and without the need to learn complex operating commands often associated with CAD systems. In particular, the user can view the model, altering his viewpoint and focus of attention in a completely natural way. Conventional computer graphics within an associated CAD system are used to represent the detailed geometry which the different three-dimensional icons may represent. In addition, computer graphics are also used to present the output of the performance attributes of the objects being modelled. In the architectural application described in this chapter an energy- balance evaluation is displayed for a building designed using the modelling device. While this system is not intended to offer a completely free-form input facility it can be considered to be a specialist man-machine interface of particular relevance to architects or engineers.
series CAAD Futures
email
last changed 2003/11/21 15:15

_id 2d64
authors Batori, D.S. and Kim, W.
year 1985
title Modeling Concepts for VLSI CAD Objects
source ACM Transactions on Database Systems 10 No. 3 - pp. 322-346
summary VLSI CAD applications deal with design objects that have an interface description and an implementation description. Versions of design objects have a common interface but differ in their implementations. A molecular object is a modeling construct which enables a database entity to be represented by two sets of heterogeneous records, one set describes the object's interface and the other describes its implementation. Thus a reasonable starting point for modeling design objects is to begin with the concept of molecular objects. In this paper, we identify modeling concepts that are fundamental to capturing the semantics of VLSI CAD design objects and versions in terms of molecular objects. A provisional set of user operations on design objects, consistent with these modeling concepts, is also defined. The modeling framework that we present has been found useful for investigating physical storage techniques and change notification problems in version control. REFERENCES
series journal paper
last changed 2003/11/21 15:16

_id 66b3
authors Bollinger, Elizabeth
year 1985
title Integrating CADD into the AEC Process - A Case Study
doi https://doi.org/10.52842/conf.acadia.1985.013
source ACADIA Workshop ‘85 [ACADIA Conference Proceedings] Tempe (Arizona / USA) 2-3 November 1985, pp. 13-24
summary A research grant was awarded to the Graduate School of Architecture at the University of Houston by Nash Phillips/Copus, a large homebuilding corporation, to study the integration of computer aided design into the entire building process. A computer aided design system had been utilized by the firm's department of architecture and planning for several months. A team of University faculty and graduate students studied the organization of the firm with respect to functions that could be automated. Its determination was that by utilizing an integrated data base, with information to be extracted from the computer generated drawings, the entire process of bidding and building a structure could be made more efficient and cost effective. The research team developed a system in which cost estimating could be done directly from the drawings. As drawings were modified, new reports could be automatically generated. More design solutions could be studied from the impact of cost as well as aesthetics. Additionally, once plans were drawn, a program written by students would automatically generate elevations of wall panels to be sent to the construction department for its use, and which would also generate material reports. The team also studied techniques of computer modelling for usage by the architectural planning department in client presentations.
series ACADIA
email
last changed 2022/06/07 07:54

_id 23bc
authors Demko, Stephen, Hodges, Laurie and Naylor, Bruce F.
year 1985
title Construction of Fractal Objects with Iterated Function Systems
source SIGGRAPH '85 Conference Proceedings. July, 1985. vol. 19 ; no. 3: pp. 271-278 : ill. col. includes bibliography
summary In computer graphics, geometric modeling of complex objects is a difficult process. An important class of complex objects arise from natural phenomena: trees, plants, clouds, mountains, etc. Researchers are investigating a variety of techniques for extending modeling capabilities to include these as well as other classes. One mathematical concept that appears to have significant potential for this is fractals. Much interest currently exists in the general scientific community in using fractals as a model of complex natural phenomena. However, only a few methods for generating fractal sets are known. We have been involved in the development of a new approach to computing fractals. Any set of linear maps (affine transformations) and an associated set of probabilities determines an Iterated Function System (IFS). Each IFS has a unique 'attractor' which is typically a fractal set (object). Specification of only a few maps can produce very complicated objects. Design of fractal objects is made relatively simple and intuitive by the discovery of an important mathematical property relating the fractal sets to the IFS. The method also provides the possibility of solving the inverse problem, given the geometry of an object, determine an IFS that will (approximately) generate that geometry. This paper presents the application of the theory of IFS to geometric modeling
keywords computer graphics, geometric modeling, fractals, visualization
series CADline
last changed 2003/06/02 13:58

_id e234
authors Kalay, Yehuda E. and Harfmann, Anton C.
year 1985
title An Integrative Approach to Computer-Aided Design Education in Architecture
source February, 1985. [17] p. : [8] p. of ill
summary With the advent of CAD, schools of architecture are now obliged to prepare their graduates for using the emerging new design tools and methods in architectural practices of the future. In addition to this educational obligation, schools of architecture (possibly in partnership with practicing firms) are also the most appropriate agents for pursuing research in CAD that will lead to the development of better CAD software for use by the profession as a whole. To meet these two rather different obligations, two kinds of CAD education curricula are required: one which prepares tool- users, and another that prepares tool-builders. The first educates students about the use of CAD tools for the design of buildings, whereas the second educates them about the design of CAD tools themselves. The School of Architecture and Planning in SUNY at Buffalo has recognized these two obligations, and in Fall 1982 began to meet them by planning and implementing an integrated CAD environment. This environment now consists of 3 components: a tool-building sequence of courses, an advanced research program, and a general tool-users architectural curriculum. Students in the tool-building course sequence learn the principles of CAD and may, upon graduation, become researchers and the managers of CAD systems in practicing offices. While in school they form a pool of research assistants who may be employed in the research component of the CAD environment, thereby facilitating the design and development of advanced CAD tools. The research component, through its various projects, develops and provides state of the art tools to be used by practitioners as well as by students in the school, in such courses as architectural studio, environmental controls, performance programming, and basic design courses. Students in these courses who use the tools developed by the research group constitute the tool-users component of the CAD environment. While they are being educated in the methods they will be using throughout their professional careers, they also act as a 'real-world' laboratory for testing the software and thereby provide feedback to the research component. The School of Architecture and Planning in SUNY at Buffalo has been the first school to incorporate such a comprehensive CAD environment in its curriculum, thereby successfully fulfilling its obligation to train students in the innovative methods of design that will be used in architectural practices of the future, and at the same time making a significant contribution to the profession of architecture as a whole. This paper describes the methodology and illustrates the history of the CAD environment's implementation in the School
keywords CAD, architecture, education
series CADline
email
last changed 2003/06/02 13:58

_id 452c
authors Vanier, D. J. and Worling, Jamie
year 1986
title Three-dimensional Visualization: A Case Study
source Computer-Aided Architectural Design Futures [CAAD Futures Conference Proceedings / ISBN 0-408-05300-3] Delft (The Netherlands), 18-19 September 1985, pp. 92-102
summary Three-dimensional computer visualization has intrigued both building designers and computer scientists for decades. Research and conference papers present an extensive list of existing and potential uses for threedimensional geometric data for the building industry (Baer et al., 1979). Early studies on visualization include urban planning (Rogers, 1980), treeshading simulation (Schiler and Greenberg, 1980), sun studies (Anon, 1984), finite element analysis (Proulx, 1983), and facade texture rendering (Nizzolese, 1980). With the advent of better interfaces, faster computer processing speeds and better application packages, there had been interest on the part of both researchers and practitioners in three-dimensional -models for energy analysis (Pittman and Greenberg, 1980), modelling with transparencies (Hebert, 1982), super-realistic rendering (Greenberg, 1984), visual impact (Bridges, 1983), interference clash checking (Trickett, 1980), and complex object visualization (Haward, 1984). The Division of Building Research is currently investigating the application of geometric modelling in the building delivery process using sophisticated software (Evans, 1985). The first stage of the project (Vanier, 1985), a feasibility study, deals with the aesthetics of the mode. It identifies two significant requirements for geometric modelling systems: the need for a comprehensive data structure and the requirement for realistic accuracies and tolerances. This chapter presents the results of the second phase of this geometric modelling project, which is the construction of 'working' and 'presentation' models for a building.
series CAAD Futures
email
last changed 2003/05/16 20:58

_id 0a6e
authors Walters, Roger
year 1986
title CAAD: Shorter-term Gains; Longerterm Costs?
source Computer-Aided Architectural Design Futures [CAAD Futures Conference Proceedings / ISBN 0-408-05300-3] Delft (The Netherlands), 18-19 September 1985, pp. 185-196
summary Assessment of CAAD systems in use is complex: it needs careful qualifications and is often contradictory. It is suggested that little progress has been made in making sense of the impacts of computing on design and design organizations. Impacts are more diverse and complicated than has been assumed. Assessments tend to be either overtly optimistic or pessimistic, yet the need is to be realistic. Moreover, impacts have been the subject of speculation and marketing rather than systematic study. Carefully documented case studies of projects or longitudinal studies of organizational impacts remain the exception. This chapter draws upon recorded user experience reported elsewhere (Walters, 1983)' and presents an assessment of the performance in use of current production systems. It presents an end-user view and also identifies a number of outstanding design research topics It is suggested that different systems in different organizations in different settings will give rise to new impacts. A wide variety of outcomes is possible. It seems unlikely that any simple set of relationships can account for all the data that inquiry reveals. The task becomes one of identifying variables that lead to differential outcomes, as the same cause may lead to different effects (Attewell and Rule, 1984). This becomes a long-term task. Each optimistic impact may be countered by some other more pessimistic impact. Moreover, the changes brought about on design by computing are significant because both beneficial and non- beneficial impacts are present together. Impacts are held in a dynamic balance that is subject to constant evolution. This viewpoint accounts for otherwise conflicting conclusions. It is unlikely that the full range of impacts is yet known, and a wide range of impacts and outcomes already need to be taken into account. It seems that CAD alone cannot either guarantee improved design or that it inevitably leads to some diminished role for the designer. CAD can lead to either possible outcome, depending upon the particular combination of impacts present. Careful matching of systems to design organization and work environment is therefore needed. The design management role becomes crucial.
series CAAD Futures
last changed 1999/04/03 17:58

_id 8f9d
authors Wolchko, Matthew J.
year 1985
title Strategies Toward Architectural Knowledge Engineering
doi https://doi.org/10.52842/conf.acadia.1985.069
source ACADIA Workshop ‘85 [ACADIA Conference Proceedings] Tempe (Arizona / USA) 2-3 November 1985, pp. 69-82
summary Conventional CAD-drafting systems become more powerful modeling tools with the addition of a linked attribute spreadsheet module. This affords the designer the ability to make design decisions not only in the graphic environment, but also as a consequence of quantitative design constraints made apparent in the spreadsheet. While the spreadsheet interface is easily understood by the user, it suffers from two limitations: it lacks a variety of functional capabilities that would enable it to solve more complex design tasks; also, it can only report on existing conditions in the graphic environment. A proposal is made for the enhancement of the spreadsheet's programming power, creating an interface for the selection of program modules that can solve various architectural design tasks. Due to the complexity and graphic nature of architectural design, it is suggested that both procedural and propositional programming methods be used in concert within such a system. In the following, a suitable design task (artificial illumination-reflected ceiling layout) is selected, and then decomposed into two parts: the quantitative analysis (via the application of a procedural programming algorithm), and a logical model generation using shape grammar rules in a propositional framework.
series ACADIA
last changed 2022/06/07 07:57

_id 806f
authors Woo, Tony C.
year 1985
title A Combinatorial Analysis of Boundary Data Structure Schemata
source IEEE Computer Graphics and Applications. March, 1985. vol. 5: pp. 19-27 : ill. includes bibliography
summary While the design of an efficient 3-D data structure may be of theoretical interest, its real reward is the software speed- up in geometric algorithm for solid modeling, CAD/CAM and robotics application by using boundary data structures that are fast and use less storage. It is the objective of this article to provide techniques for designing new boundary data structures
keywords CAD, CAM, data structures, solid modeling, algorithms, B-rep,techniques
series CADline
last changed 2003/06/02 10:24

For more results click below:

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