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 3637

_id 08a1
authors Balachandran, M.B. and Gero, John S.
year 1987
title A Knowledge-based Graphical Interface for Structural Design
source Southampton: CM Publications, 1987. pp. 335-346
summary This paper describes a knowledge-based graphical interface for the domain of structural engineering. The key aspects of the system include graphics interpretation, feature extraction of graphic objects and the identification of the entity itself. Details of the implementation of a prototype system using Prolog and C are provided. The domain knowledge is represented as frames. Examples are given to illustrate the performance of the system
keywords structures, user interface, knowledge base, systems, design, engineering, computer graphics, frames
series CADline
email
last changed 2003/06/02 13:58

_id c568
authors Balachandran, M.B. and John S. Gero
year 1987
title A Model for Knowledge Based Graphical Interfaces
source AI '87: Proceedings of the Australian Joint Artificial Intelligence Conference. 1987. pp. 505-521. Also published in Artificial Intelligence Developments and Applications edited by J. S. Gero and R Stanton, North-Holland Pub. 1988. -- CADLINE has abstract only.
summary This paper describes a model for knowledge-based graphical interface which incorporates a variety of knowledge of the domain of application. The key issues considered include graphics interpretation, extraction of features of graphics objects and identification of prototype objects. The role of such knowledge-based interfaces in computer-aided design is discussed. A prototype system developed in Prolog and C is described and its application in the domain of structural engineering is demonstrated
keywords user interface, computer graphics, knowledge base, systems, civil engineering, structures
series CADline
email
last changed 2003/06/02 13:58

_id 8e02
authors Brown, A.G.P. and Coenen, F.P.
year 2000
title Spatial reasoning: improving computational efficiency
source Automation in Construction 9 (4) (2000) pp. 361-367
summary When spatial data is analysed the result is often very computer intensive: even by the standards of contemporary technologies, the machine power needed is great and the processing times significant. This is particularly so in 3-D and 4-D scenarios. What we describe here is a technique, which tackles this and associated problems. The technique is founded in the idea of quad-tesseral addressing; a technique, which was originally applied to the analysis of atomic structures. It is based on ideas concerning Hierarchical clustering developed in the 1960s and 1970s to improve data access time [G.M. Morton, A computer oriented geodetic database and a new technique on file sequencing, IBM Canada, 1996.], and on atomic isohedral (same shape) tiling strategies developed in the 1970s and 1980s concerned with group theory [B. Grunbaum, G.C. Shephard, Tilings and Patterns, Freeman, New York, 1987.]. The technique was first suggested as a suitable representation for GIS in the early 1980s when the two strands were brought together and a tesseral arithmetic applied [F.C. Holdroyd, The Geometry of Tiling Hierarchies, Ars Combanitoria 16B (1983) 211–244.; S.B.M. Bell, B.M. Diaz, F.C. Holroyd, M.J.J. Jackson, Spatially referenced methods of processing raster and vector data, Image and Vision Computing 1 (4) (1983) 211–220.; Diaz, S.B.M. Bell, Spatial Data Processing Using Tesseral Methods, Natural Environment Research Council, Swindon, 1986.]. Here, we describe how that technique can equally be applied to the analysis of environmental interaction with built forms. The way in which the technique deals with the problems described is first to linearise the three-dimensional (3-D) space being investigated. Then, the reasoning applied to that space is applied within the same environment as the definition of the problem data. We show, with an illustrative example, how the technique can be applied. The problem then remains of how to visualise the results of the analysis so undertaken. We show how this has been accomplished so that the 3-D space and the results are represented in a way which facilitates rapid interpretation of the analysis, which has been carried out.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id 801f
authors Galle, Per
year 1987
title Branch & Sample : Systematic Combinatorial Search without Optimization
source 73 p. 1987. DIKU Research Report No. 87/5. CADLINE has abstract only
summary Many constraint satisfaction problems are combinatorically explosive, i.e. have far too many solutions. Optimization techniques may help in selecting solutions for consideration, but a reasonable measure of optimality is not always at hand. The branch & sample algorithm is presented as an alternative to optimization. If the constraints themselves limit the solution set sufficiently, the algorithm finds all solutions, but otherwise a suitable number of solutions (determined by the user) is generated, such that each new solution has a maximal distance to those already generated. The distance measure used is a so called ultrametric distance expressible in terms of the search tree: solutions are viewed as m-tuples of fixed length, each of whose m decision variables corresponds to a level in the search tree. The distance between two solutions is the number of edges from their leaf nodes to the closest common predecessor node in the tree. For problems whose decision variables depend on each other (as is often the case) the set of solutions generated in this way corresponds well to the intuitive notion of a 'representative sample.' The principles of Branch & Sample are first introduced informally, then the algorithm is developed by stepwise refinement, and two examples of its use are given. A fully tested application-independent implementation of the algorithm in C is given as an appendix
keywords algorithms, combinatorics, search, constraints, floor plans, layout, synthesis, architecture
series CADline
last changed 1999/02/12 15:08

_id 8385
authors Holtz, Neal M. and Rasdorf, William J.
year 1988
title An Evaluation of Programming Languages and Language Features for Engineering Software Development
source International Journal of Engineering with Computers. Springer-Verlag, 1988. vol. 3: pp. 183-199
summary Also published as 'Procedural Programming Languages for the Development of CAD and CAE Systems Software,' in the proceedings of ASME International Conference on Computers in Engineering (1987 : New York, NY). The scope of engineering software has increased dramatically in the past decade. In its early years, most engineering applications were concerned solely with solving difficult numerical problems, and little attention was paid to man- machine interaction, to data management, or to integrated software systems. Now computers solve a much wider variety of problems, including those in which numerical computations are less predominant. In addition, completely new areas of engineering applications such as artificial intelligence have recently emerged. It is well recognized that the particular programming language used to develop an engineering application can dramatically affect the development cost, operating cost. reliability, and usability of the resulting software. With the increase in the variety, functionality, and complexity of engineering software, with its more widespread use, and with its increasing importance, more attention must be paid to programming language suitability so that rational decisions regarding language selection may be made. It is important that professional engineers be aware of the issues addressed in this paper, for it is they who must design, acquire, and use applications software, as well as occasionally develop or manage its development. This paper addresses the need for engineers to possess a working knowledge of the fundamentals of computer programming languages. In pursuit of this, the paper briefly reviews the history of four well known programming languages. It then attempts to identify and to look critically at the attributes of programming languages that significantly affect the production of engineering software. The four procedural programming languages chosen for review are those intended for scientific and general purpose programming, FORTRAN 77, C, Pascal, and Modula-2. These languages are compared and some general observations are made. As it is felt important that professional engineers should be able to make informed decisions about programming language selection, the emphasis throughout this paper is on a methodology of evaluation of programming languages. Choosing an appropriate language can be a complex task and many factors must be considered. Consequently, fundamentals are stressed
keywords programming, engineering, languages, software, management, evaluation, FORTRAN, C, PASCAL, MODULA-2, CAD, CAE
series CADline
last changed 2003/06/02 13:58

_id 671c
authors Kalay, Yehuda E., Swerdloff, Lucien M. and Harfmann, Anton C.
year 1987
title A Knowledge-Based Approach to Dynamic Computer-Aided Design Task Allocation
source Expert Systems in Computer-Aided Design: Proceeding of the IFIP WG 5.2 Working Conference on Expert system in Computer-Aided Design --- edited by Gero, John S Sydney: North-Holland, 1987. pp. 203-224 : ill. includes bibliography.
summary A model of the design process control that supports dynamic allocation of tasks between a designer and a computer is presented. The model is discussed theoretically, and is demonstrated through a Prolog implementation for the participatory design of single family houses. Its utility and universal applicability are established, as well as its relationship to other computational approaches to design automation
keywords expert systems, design process, knowledge base, architecture, control, housing, applications
series CADline
email
last changed 2003/06/02 13:58

_id e820
authors Armstrong, W.W., Green, M. and Lake, R.
year 1987
title Near- Real-Time Control of Human Figure Models
source IEEE Computer Graphics and Applications. June, 1987. vol. 7: pp. 52-60 : ill
summary Includes bibliography. Animating human figures is one of the major problems in computer animation. A recent approach is the use of dynamic analysis to compute the movement of a human figure, given the forces and torques operating within and upon the body. One of the problems with this technique is computing the forces and torques required for particular motions: this has been called the control problem of dynamic analysis. To develop a better understanding of this problem, an interactive interface to a dynamics package has been produced. This interface, along with a collection of low-level motion processes, can be used to control the motion of a human figure model. This article describes both the user interface and the motion processes, along with experiences with this approach
keywords computer graphics, animation, user interface
series CADline
last changed 2003/06/02 14:41

_id 8eb4
authors Athithan, G. and Patnaik, L.M.
year 1987
title Geometric Searching In Extended CSG Models : Application to Solid Modeling and Viewing
source February, 1987. 30 p. : ill
summary In this paper, the CSG representation scheme is augmented with the 'cartesian product.' The sweep method of generating solids is encompassed by this 'Extended CSG' formalism. The point inclusion problem encountered in the area of geometric searching in computational geometry is discussed in the context to solid models represented by 'extended CSG.' A simple algorithm to solve it that has a time complexity O(n), where n is the number of primitives, is presented. Allowing for preprocessing and extra storage, a second efficient algorithm, having a time complexity O(log n), is developed. The relevance of point inclusion problem in solid modelling techniques is indicated. An extended CSG based solid modeling method is proposed. A solution to the problem of hidden line removal, that uses the faster algorithm for the point inclusion problem, is also presented in the paper
keywords point inclusion, computational geometry, data structures, solid modeling, CSG, computer graphics, hidden lines
series CADline
last changed 2003/06/02 14:41

_id 0cd8
authors Baker, Nelson C. and Fenves, Stephen J.
year 1987
title A Knowledge Acquisition Study of Structural Engineers Performing Preliminary Design
source 92 p. : ill. Pittsburgh, PA: Engineering Design Research Center, CMU, December, 1987. EDRC-12-19-87
summary This paper describes interviews with experts in structural engineering. Video recordings of the experts performing preliminary structural design for three buildings were obtained. The knowledge acquisition process is described and the conclusions reached are presented. The conclusions are discussed in terms of level of design detail, solution time, distribution of process and domain activities, the use of previous information in the design process, and the use of sketches
keywords knowledge acquisition, civil engineering, design process, design methods, drafting, systems, protocol analysis
series CADline
last changed 2003/06/02 10:24

_id 016a
authors Balachandran, M. B. and Gero, John S.
year 1987
title A Knowledge-based Approach to Mathematical Design Modeling and Optimization
source engineering Optimization. 1987. vol. 12: pp. 91-115
summary Optimization is a well understood process in design domains. Designers formulate their design problems as single criterion or multicriteria optimization problems and then select an appropriate optimization algorithm to search for the optimal values for the design variables. The formulation and algorithm selection procedures have been considered to be activities which relied on substantive human knowledge. This paper describes a computer system, OPTIMA, which formulates design optimization problems from a pseudo-English description into canonical algebraic expressions. It then recognizes the formulation and selects appropriate algorithm(s) for its solution. Finally, it runs the selected algorithm(s) and sends the results back to the original descriptions. Areas of expert knowledge involved in carrying out the above tasks are identified. Such knowledge is explicitly encoded in the system. The basic philosophy and key features of the system are described and are illustrated with examples
keywords structures, algorithms, knowledge base, systems, optimization, engineering
series CADline
email
last changed 2003/06/02 13:58

_id 05c2
authors Balachandran, M. B. and Gero, John S.
year 1987
title Use of Knowledge in Selection and Control of Optimization Algorithms
source engineering Optimization. 1987. vol. 12: pp. 163-173
summary Computers have been widely used in optimization based problem solving processes to assist with the numerical computations. The widespread availability of symbolic computational tools and recent developments in artificial intelligence now make it feasible to expand the role of computers in this area. Various classes of knowledge used to improve the efficiency of the optimization processes are presented in this paper. A prototype system developed in the domain of multicriteria decision making is demonstrated. The system contains knowledge needed to select appropriate optimization algorithms, to control the solution process, and to select alternate algorithms if needed
keywords multicriteria, algorithms, knowledge base, systems, problem solving, optimization
series CADline
email
last changed 2003/06/02 13:58

_id cf2011_p170
id cf2011_p170
authors Barros, Mário; Duarte José, Chaparro Bruno
year 2011
title Thonet Chairs Design Grammar: a Step Towards the Mass Customization of Furniture
source Computer Aided Architectural Design Futures 2011 [Proceedings of the 14th International Conference on Computer Aided Architectural Design Futures / ISBN 9782874561429] Liege (Belgium) 4-8 July 2011, pp. 181-200.
summary The paper presents the first phase of research currently under development that is focused on encoding Thonet design style into a generative design system using a shape grammar. The ultimate goal of the work is the design and production of customizable chairs using computer assisted tools, establishing a feasible practical model of the paradigm of mass customization (Davis, 1987). The current research step encompasses the following three steps: (1) codification of the rules describing Thonet design style into a shape grammar; (2) implementing the grammar into a computer tool as parametric design; and (3) rapid prototyping of customized chair designs within the style. Future phases will address the transformation of the Thonet’s grammar to create a new style and the production of real chair designs in this style using computer aided manufacturing. Beginning in the 1830’s, Austrian furniture designer Michael Thonet began experimenting with forming steam beech, in order to produce lighter furniture using fewer components, when compared with the standards of the time. Using the same construction principles and standardized elements, Thonet produced different chairs designs with a strong formal resemblance, creating his own design language. The kit assembly principle, the reduced number of elements, industrial efficiency, and the modular approach to furniture design as a system of interchangeable elements that may be used to assemble different objects enable him to become a pioneer of mass production (Noblet, 1993). The most paradigmatic example of the described vision of furniture design is the chair No. 14 produced in 1858, composed of six structural elements. Due to its simplicity, lightness, ability to be stored in flat and cubic packaging for individual of collective transportation, respectively, No. 14 became one of the most sold chairs worldwide, and it is still in production nowadays. Iconic examples of mass production are formally studied to provide insights to mass customization studies. The study of the shape grammar for the generation of Thonet chairs aimed to ensure rules that would make possible the reproduction of the selected corpus, as well as allow for the generation of new chairs within the developed grammar. Due to the wide variety of Thonet chairs, six chairs were randomly chosen to infer the grammar and then this was fine tuned by checking whether it could account for the generation of other designs not in the original corpus. Shape grammars (Stiny and Gips, 1972) have been used with sucesss both in the analysis as in the synthesis of designs at different scales, from product design to building and urban design. In particular, the use of shape grammars has been efficient in the characterization of objects’ styles and in the generation of new designs within the analyzed style, and it makes design rules amenable to computers implementation (Duarte, 2005). The literature includes one other example of a grammar for chair design by Knight (1980). In the second step of the current research phase, the outlined shape grammar was implemented into a computer program, to assist the designer in conceiving and producing customized chairs using a digital design process. This implementation was developed in Catia by converting the grammar into an equivalent parametric design model. In the third phase, physical models of existing and new chair designs were produced using rapid prototyping. The paper describes the grammar, its computer implementation as a parametric model, and the rapid prototyping of physical models. The generative potential of the proposed digital process is discussed in the context of enabling the mass customization of furniture. The role of the furniture designer in the new paradigm and ideas for further work also are discussed.
keywords Thonet; furniture design; chair; digital design process; parametric design; shape grammar
series CAAD Futures
email
last changed 2012/02/11 19:21

_id 963b
authors Bartels, R.H., Beatty, J.C. and Barsky, B.A.
year 1987
title An Introduction to Splines for Use in Computer Graphics and Geometric Modeling
source Morgan Kaufmann Publishers, Los Altos, CA
summary The most basic output primitives in every computer graphics library are "lineSegment()" and "Polygon()", ortheir equivalents. These are, of course, sufficent in the sense that any curved line or surface can be arbitrarrily well approximated by straight line segments or planar polygons, but in many contexts that is not enough. Such approximations often require large amounts of data to obtain satifactory smoothness, and they are awkward to manipulate. Then too, even with the the most sophisticated continous shading models, polygonaltechniques can resultin visually ojectionable images. Mach bands may be apparent at the borders between adjacent polygons, and there is always a telltale angularity to polygonal silhouettes. Hence many modeling systems are augmented by circles, spheres, cylinders, etc. and allow such simple primitives to be combined to form quite complex objects.
series other
last changed 2003/04/23 15:14

_id 3985
authors Barton, G.E., Berrywick, R.C. and Ristad, E.S.
year 1987
title Computational Complexity and Natural Language
source MIT Press, Cambridge MA
summary Computational Complexity and Natural Language heralds an entirely new way of looking at grammatical systems. It applies the recently developed computer science tool of complexity theory to the study of natural language
series other
last changed 2003/04/23 15:14

_id 696c
authors Beheshti, M. and Monroy, M.
year 1988
title Requirements for Developing an Information System for Architecture
source CAAD futures ‘87 [Conference Proceedings / ISBN 0-444-42916-6] Eindhoven (The Netherlands), 20-22 May 1987, pp. 149-170
summary This paper discusses possibilities of developing new tools for architectural design. It argues that architects should meet the challenge of information technology and computer-based design techniques. One such attempt has been the first phase of the development of an architectural design information system (ADIS), also an architectural design decision support system. The system should benefit from the developments of the artificial intelligence to enable the architect to have access to information required to carry out design work. In other words: the system functions as a huge on-line electronic library of architecture, containing up-to-date architectural design information, literature, documents, etc. At the same time, the system offers necessary design aids such as computer programs for design process, drawing programs, evaluation programs, cost calculation programs, etc. The system also provides data communication between the architect and members of the design coalition team. This is found to be of vital importance in the architectural design process, because it can enable the architect to fit in changes, brought about in the project by different parties. Furthermore, they will be able, to oversee promptly the consequences of changes or decisions in a comprehensive manner. The system will offer advantages over the more commonly applied microcomputer based CAAD and IGDM (integrated graphics database management) systems, or even larger systems available to an architect. Computer programs as well as hardware change rapidly and become obsolete. Therefore, unrelenting investment pressure to up-date both software and hardware exists. The financial burden of this is heavy, in particular for smaller architectural practices (for instance an architect working for himself or herself and usually with few or no permanent staff). ADIS, as an on-line architectural design aid, is constantly up-dated by its own organisation. This task will be co-ordinated by the ADIS data- base administrator (DBA). The processing possibilities of the system are faster, therefore more complex processing tasks can be handled. Complicated large graphic data files, can be easily retrieved and manipulated by ADIS, a large system. In addition, the cost of an on-line system will be much less than any other system. The system is based on one model of the architectural design process, but will eventually contain a variety of design models, as it develops. The development of the system will be an evolutionary process, making use of its users' feed-back system. ADIS is seen as a step towards full automation of architectural design practices. Apart from being an architectural design support system, ADIS will assist the architect in his/her administrative and organisational activities.
series CAAD Futures
last changed 2003/11/21 15:16

_id 8f51
authors Cox, Brad J.
year 1987
title The Objective-C Environment; Past, Present, and Future
source COMPCON 88. December, 1987. 6 p. includes bibliography
summary The Objective-C environment is a growing collection of tools and reusable components (Software-ICs) for large-scale production system-building. Its goal is to make it possible for its users to build software systems in the way that hardware engineers build theirs, by reusing Software-ICs supplied by a marketplace in generic components rather than by building everything from scratch. The environment is based on conventional technology (C and Unix-style operating systems), which it includes and extends. The extensions presently include a compiled and an interpreted implementation of Objective-C (an object-oriented programming language based on C) and several libraries of reusable components (ICpaks)
keywords languages, OOPS, software, programming, business, Objective-C
series CADline
last changed 2003/06/02 13:58

_id 0748
authors Coyne, R.D., Rosenman, M.A. and Radford, A.D. (et.al.)
year 1987
title Innovation and Creativity in Knowledge-based CAD
source Amsterdam: North-Holland, 1987. pp. 435-465
summary The authors examine the creativity of knowledge-based design systems from a narrow information processing perspective. As a property of the design process innovation and creativity can be identified by observing both the quality of the product, and also the characteristics of the process itself. The key theme running through the discussion is the acquisition of knowledge as the key to understanding creativity. This involves not only the ability of a system to acquire knowledge, but also its ability to control its own processes and change its own structure. In order to discuss this view a model of design systems is put forward in which a distinction between interpretative and syntactic subsystems for innovation and creativity is made
keywords design process, knowledge base, systems, creativity, knowledge acquisition, representation
series CADline
email
last changed 2003/05/17 10:13

_id 0518
authors Degelman, Larry O. and Miranda, Valerian
year 1987
title Development of Interfaces for CAD Processing in Architecture
doi https://doi.org/10.52842/conf.acadia.1987.095
source Integrating Computers into the Architectural Curriculum [ACADIA Conference Proceedings] Raleigh (North Carolina / USA) 1987, pp. 95-104
summary Substantial efforts within Europe and Japan, as well as the U.S., have been placed on automating construction processes within the building industry, while lesser efforts have been focused on computer integration in the design processes. This paper addresses the design end of the design/build spectrum and how this subject is approached in the educational and research programs at Texas A&M University. The problems of fragmentation and incompatibility of existing software data bases for building design are recognized as being the major drawbacks to significant progress in Computer-Aided Design. This is followed by a description of proposed models for future interfaces and communications linkages necessary for successful computer integration in the building design process.

Efforts in the area of CAD development are undertaken within the "computers in architecture" emphasis area in the PhD program at this university and are targeted at resolution of the CAD interface problems. This happens in both the teaching and research programs. Initially, the communication problems between the building design team and the building systems software are being approached through a PhD-level course in software development for building design problems. In this context, the non-graphical aspects of CAD are being addressed through the development of user friendly, tutorial- type software. Longer range research objectives are directed at the special three-way interfaces between the (1) Design Team, (2) Graphics Handler, and (3) Analytical Engine, and the linkages of these to the Common Data Base.

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

_id 68cb
authors Fenves, Stephen J. and Baker, Nelson C.
year 1987
title Spatial and Functional Representation Language for Structural Design
source 21 p. : ill. Pittsburgh: Engineering Design Research Center, CMU, December, 1987. includes bibliography
summary Knowledge-based systems for structural design developed to date have used simple geometric representations which have not provided adequate spatial reasoning. Shape grammars are suggested as a representation for a knowledge-based system capable of performing spatial and functional reasoning. The representation needs to serve all disciplines involved in the design process, where different semantics of each discipline are associated with the same spatial information about design objects. The representation is demonstrated in the building design environment, where possible structural systems can be generated dependent upon the building's spatial layout
keywords representation, shape grammars, structures, design, problem solving, planning, civil engineering, architecture
series CADline
last changed 2003/06/02 10:24

_id 476d
authors Gero, J. and Maher, M.
year 1988
title Future Roles of Knowledge-based Systems in the Design Process
source CAAD futures ‘87 [Conference Proceedings / ISBN 0-444-42916-6] Eindhoven (The Netherlands), 20-22 May 1987, pp. 81-90
summary This paper examines the future roles of knowledge-based systems in the design process. It commences with a brief review of computer-aided design and knowledge-based systems prior to examining the present and future roles of knowledge-based systems in design under the headings of: design analysis/formulation; design synthesis; and design evaluation. The paper concludes with a discussion on design integration, novel design, and detail design.
series CAAD Futures
email
last changed 2003/05/16 20:58

For more results click below:

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