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 843

_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 cbe9
authors Jacob, Robert J.K.
year 1983
title Using Formal Specifications in the Design of a Human-Computer Interface
source Communications of the ACM April, 1983. vol. 26: pp. 259-264 : diagrams. includes bibliography.
summary Formal specification techniques are valuable in software development because they permit a designer to describe the external behavior of a system precisely without specifying its internal implementation. Although formal specifications have been applied to many areas of software systems, they have not been widely used for specifying user interfaces. In the Military Message System project at the Naval Research Laboratory, the user interfaces as well as the other components of a family of message systems are specified formally, and prototypes are then implemented from the specifications. This paper illustrates the specification of the user interface module for the family of message systems. It then surveys specification techniques that can be applied to human-computer interfaces and divides the techniques into two categories: those based on state transition diagrams and those based on BNF. Examples of both types of specifications are given. Specification notations based on state transition diagrams are preferable to those based on BNF because the former capture the surface structure of the user interface more perspicuously. In either notation, high-level abstraction for describing the semantics of the user interface is needed, and an application-specific one is used here
keywords user interface, design, theory
series CADline
last changed 2003/06/02 13:58

_id 69aa
authors Kaku, Bharat K. and Thompson, Gerald L.
year 1983
title An Exact Algorithm for the General Quadratic Assignment Problem
source December, 1983. 18 P. includes bibliography
summary The authors develop an algorithm that is based on the linearizaition and decomposition of a general Quadratic Assignment Problem of size n into n2 Linear Assignment problems of size (n-1). The solutions to these subproblems are used to calculate a lower bound for the original problem, and this bound is then used in an exact branch and bound procedure. These subproblems are similar to the 'minors' defined by Lawler, but allow calculation of tighter bounds. Computational experience is given for solution to optimization of problems of size up to n = 10
keywords algorithms, branch-and-bound, operations research, linear programming
series CADline
last changed 2003/06/02 10:24

_id 4843
authors Lee, Y.C. and Fu, K.S.
year 1983
title Integration of Solid Modeling and Data Base Management for CAD/CAM
source ACM IEEE Design Automation Conference Proceedings (20th : 1983 : Miami Beach, Florida). pp. 367-373 : ill
summary For the fast growing CAD/CAM technologies, geometric solid modeling plays one of the most important roles. In order to satisfy a variety of engineering applications, an integrated database management system based on solid modeling is highly desirable. In the proposed approach, a concise object representation scheme, Constructive Solid Geometry (CSG), is adopted as the basis for database design. The underlying generic relational model is found to be more adequate than the conventional relational model in characterizing the embedded data abstraction. A systematic method is devised for converting the CSG scheme into a generic model based on the BNF grammar which depicts the CSG scheme. A relational query language, SEQUEL, has been modified to define, control, and manipulate the flat relations which represent the highly structural generic model
keywords integration, CSG, relational database, management, solid modeling, CAD, CAM
series CADline
last changed 2003/06/02 13:58

_id 08c4
authors Mylopoulos, John, Shibahara, Tetsutaro and Tsotsos, John K.
year 1983
title Building Knowledge-Based Systems : The PSN Experience
source IEEE Computer. IEEE Computer Society, October, 1983. vol. 16: pp. 83-88. includes bibliography
summary Knowledge-representation languages have been classified traditionally as declarative or procedural, depending on whether their basic features come from mathematical logic or data structures on one hand, or from programming languages on the other hand. Procedural representation languages are particularly well suited for heuristic knowledge, and their use can lead to efficient searching on the part of an expert system. Many attempts have been made to integrate features of declarative and procedural representation languages. PSN is one attempt that focuses on the integration of semantic network and procedural notions
keywords systems, knowledge base, semantic networks, integration,
series CADline
last changed 2003/06/02 13:58

_id a7a8
authors Preiss, K.
year 1983
title Future CAD Systems
source Computer Aided Design July, 1983. vol. 15: pp. 223-227. includes bibliography.
summary This paper discusses conceptual changes observed as CAD/CAM systems progress from one generation to anther. The influence of representation technology on concepts and methods in CAD/ CAM is discussed, and then the influences of communication between computers are considered. Taken together, these various aspects of computer technology throw light on possible scenarios for the future working environment
keywords design process, communication, systems, CAD, CAM
series CADline
last changed 2003/06/02 10:24

_id a3b0
authors Schubert, Lenhart K., Papalaskaris, Mary Angela and Taugher, Lay
year 1983
title Determining Type, Part, Color, and Time Relationships
source IEEE Computer. IEEE Computer Society, October, 1983. vol. 16: pp. 53-60 : ill. Includes bibliography
summary Several kinds of inference problems arise constantly in question-answering processes, which without special handling can absorb large computational resources. One kind requires determining how two types of things are related, others require determining these or similar relationships among parts of objects, color or times. As people we are equippedÔ h) 0*0*0*°° ÔŒ with certain sensory organs, we have special ways of modeling our perception of color, categorizing and cross-correlating the entities whose localization in space and persistence in time renders them cognitively coherent and of analyzing spatial properties, such as parts structure. To match our cognitive skills AI system will need analogous special methods. The methods described in this paper are designed to supplement a deductive question-answering algorithm that is now operational. The algorithm draws on a base of logical propositions organized as semantic net
keywords semantic networks, AI, inference, perception, cognition, color, patterns, algorithms
series CADline
last changed 2003/06/02 13:58

_id sigradi2004_493
id sigradi2004_493
authors Jean-Pierre Chupin
year 2004
title The "tectonic bug" (The fall of the body in cyberspace)
source SIGraDi 2004 - [Proceedings of the 8th Iberoamerican Congress of Digital Graphics] Porte Alegre - Brasil 10-12 november 2004
summary Architects have been opening up onto cyberspace for more than a decade now. In terms of disciplinary issues, at stake is our ability to inhabit this new space as .designers. and not just as spectators. In the mid 90s, two theories engaged in a major confrontation. The first valued the virtual dimension of architectural space (W. J. Mitchell, City of Bits, 1995), the other valued the tectonic dimension and its constructive poiesis (K. Frampton, Studies in Tectonic Culture, 1995). Although divergent in their view of architecture.s role in the future of our technological societies, both theories revealed aspects of our relationship to the contemporary body that were, and today remain, inseparable. Where Mitchell.s book clearly intends to establish cyberspace as a new playground for architects, giving convincing examples of the programmatic mutations of modern spatiality, Kenneth Frampton.s work, Studies in Tectonic Culture, reexamines the constructive culture underlying the modern conception of space. Neither a simple history text nor a collection of technical poetry, this latter work is a manifesto developing a set of materialist ethics for the discipline of architecture. This "rappel à lordre" to resist the increasing dematerialization of architecture closes tentatively with Le Corbusier.s classic metaphor of the acrobat: The architect, he said, must not look for truth in extremes. Rather, he must struggle constantly to maintain balance. .Nobody asked him to do this. Nobody owes him any thanks. He lives in the extraordinary world of the acrobat.. Following Le Corbusier.s advice, and in consideration of current and recurrent tensions between the virtual and the tectonic, what can we say today of such a delicate equilibrium?
series SIGRADI
email
last changed 2016/03/10 09:53

_id bacd
authors Abadí Abbo, Isaac
year 1999
title APPLICATION OF SPATIAL DESIGN ABILITY IN A POSTGRADUATE COURSE
source Full-scale Modeling and the Simulation of Light [Proceedings of the 7th European Full-scale Modeling Association Conference / ISBN 3-85437-167-5] Florence (Italy) 18-20 February 1999, pp. 75-82
summary Spatial Design Ability (SDA) has been defined by the author (1983) as the capacity to anticipate the effects (psychological impressions) that architectural spaces or its components produce in observers or users. This concept, which requires the evaluation of spaces by the people that uses it, was proposed as a guideline to a Masters Degree Course in Architectural Design at the Universidad Autonoma de Aguascalientes in Mexico. The theory and the exercises required for the experience needed a model that could simulate spaces in terms of all the variables involved. Full-scale modeling as has been tested in previous research, offered the most effective mean to experiment with space. A simple, primitive model was designed and built: an articulated ceiling that allows variation in height and shape, and a series of wooden panels for the walls and structure. Several exercises were carried out, mainly to experience cause -effect relationships between space and the psychological impressions they produce. Students researched into spatial taxonomy, intentional sequences of space and spatial character. Results showed that students achieved the expected anticipation of space and that full-scale modeling, even with a simple model, proved to be an effective tool for this purpose. The low cost of the model and the short time it took to be built, opens an important possibility for Institutions involved in architectural studies, both as a research and as a learning tool.
keywords Spatial Design Ability, Architectural Space, User Evaluation, Learning, Model Simulation, Real Environments
series other
type normal paper
email
more http://info.tuwien.ac.at/efa
last changed 2004/05/04 11:27

_id ecaade2009_123
id ecaade2009_123
authors Achten, Henri; Beetz, Jakob
year 2009
title What Happened to Collaborative Design?
doi https://doi.org/10.52842/conf.ecaade.2009.357
source Computation: The New Realm of Architectural Design [27th eCAADe Conference Proceedings / ISBN 978-0-9541183-8-9] Istanbul (Turkey) 16-19 September 2009, pp. 357-366
summary In this paper we present the results of a comprehensive literature survey on the development of collaborative design. We reviewed 324 papers on collaborative design, taken from various sources (conferences, journals, and PhD-theses). We grouped the papers based on common themes, and in that way derived a classification of themes through the last 25 years (1983-2008). Each category is described, its development, and key publications are identified.
wos WOS:000334282200043
keywords Collaborative design
series eCAADe
email
last changed 2022/06/07 07:54

_id 2387
authors Akin, Omer, Baykan, Can D. and Rao, Radha D.
year 1983
title Searching in the UNIX Directory
source December, 1983. 19 p. : ill., tables. includes bibliography
summary The structure of the directory space and subjects search behaviors in the UNIX operating system environment are examined. Protocol analysis with two subjects and survey of the contents of the directory space of all users of E-VAX and X-VAX systems in the Architecture and Computer Science Systems at Carnegie Mellon University were conducted. Depth first search characterized both the organization of the directories and the behavior of the subjects. Single step as opposed to multiple step traversal of the directory tree was also prevalent in the subject`s behaviors. Recommendations for system friendliness, in term of reusability, orientation, robustness, and consistency are developed
keywords UNIX, user interface, protocol analysis
series CADline
email
last changed 2003/06/02 13:58

_id 8d59
authors Andersen, J.M.
year 1983
title CAD in Architectural Practice
source Mechanical Engineering. July, 1983. pp. 48-54 : ill. includes a short bibliography
summary A leading architecture/engineering firm has made use of in- house computer system since 1963. This paper discusses some special topics in using computers for the design of HVAC systems, and the process of implementing CAD in the HVAC engineering practice
keywords computer graphics, HVAC, applications, practice, architecture
series CADline
last changed 2003/06/02 13:58

_id 21d8
authors Balas, Egon and Toth, Paolo
year 1983
title Branch and Bound Methods for the Traveling Salesman Problem
source December, 1983, 65 p. : ill., tables. Includes bibliography
summary This paper reviews the state of the art in enumerative solution methods for the traveling salesman problem (TSP). The introduction (Section 1) discusses the main ingredients of branch and bound methods for the TSP. Sections 2,3 and 4 discuss classes of methods based on three different relaxation of the TSP: the assignment problem with the TSP cost function, the 1-tree problem with a Lagrangean objective function, and the assignment problem with a lagrangean objective function. Section 5 briefly reviews some other relaxations of the TSP, while section 6 discusses the performance of some state of the art computer codes. Besides material from the literature, the paper also includes the results and statistical analysis of some computational experiments designed for the purposes of this review
keywords relaxation, branch-and-bound, algorithms, applications
series CADline
last changed 2003/06/02 13:58

_id e118
authors Balas, Egon
year 1983
title Disjunctive Programming and a Hierarchy of Relaxations for Discrete Optimization Problems
source December, 1983. 38 p. : ill. includes bibliography
summary The author discuss a new conceptual framework for the convexification of discrete optimization problems, and a general technique for obtaining approximations to the convex hull of the feasible set. The concepts come from disjunctive programming and the key tool is a description of the convex hull of a union of polyhedra in terms of a higher dimensional polyhedron. Although this description was known for several years, only recently was it shown by Jeroslow and Lowe to yield improved representations of discrete optimization problems. The author expresses the feasible set of a discrete optimization problem as the intersection (conjunction) of unions of polyhedra, and define an operation that takes one such expression into another, equivalent one, with fewer conjuncts. He then introduces a class of relaxations based on replacing each conjunct (union of polyhedra) by its convex hull. The strength of the relaxations increases as the number of conjuncts decreases, and the class of relaxations forms a hierarchy that spans the spectrum between the common linear programming relaxation, and the convex hull of the feasible set itself. Instances where this approach presents advantages include critical path problems in disjunctive graphs, network synthesis problems, certain fixed charge network flow problems, etc. The approach on the first of these problems is illustrated, which is a model for machine sequencing
keywords polyhedra, computational geometry, optimization, programming, convex hull, graphs
series CADline
last changed 1999/02/12 15:07

_id 41af
authors Barnhill, Robert E.
year 1983
title A Survey of the Representation and Design of Surfaces
source IEEE Computer Graphics and Applications. October, 1983. vol. 3: pp. 9-16 : ill. includes bibliography
summary The approach of devising robust surface methods applicable to arbitrarily located data was taken by the CAGD Group at the University of Utah. Adopting two broad classes of methods suitable for solving the problems (i.e., problems for which simplifying geometric assumptions cannot be made): (1) surface interpolants defined over triangles or tetrahedra and (2) distance-weighted interpolants. Interactive computer graphics was used to display surfaces for adequate visualization. Although some figures were given, it must be kept in mind that some 3-D medium, or at least motion, is necessary to understand surfaces
keywords computational geometry, computer graphics, representation, curved surfaces, mathematics
series CADline
last changed 2003/06/02 10:24

_id 86cb
authors Bell, John
year 1983
title Designers Get the Picture
source New Scientist March, 1983. pp. 815-[822] : col. ill.
summary One firm that had installed a CAD system is the Somerset Shoemaker Clarks Ltd. It took four years to develop the software that was developed by CADCenter in Cambridge. The article describes the program and the process of shoemaking
keywords CAD, practice, engineering
series CADline
last changed 1999/02/12 15:07

_id 213d
authors Bernard, Yves and Dupagne, Albert
year 1983
title Volume: a computer Program for building Modelisation and Manipulation
doi https://doi.org/10.52842/conf.ecaade.1983.x.n2m
source Proceedings of the International Conference eCAADe [European Computer Aided Architectural Design Education] Brussels (Belgium) 1983, pp. III.70-III.79
summary We describe a computer program VOLUME for interactive 3D modelling of building which can be used in many problems (heat losses calculations, architectural evaluation, ...) where a geometric representation is required. The program is more than a tool to input a geometry: it is also a tool for design; manipulations are very easy and many design solutions can be tried. We then discuss about developments for improving the quality of that tool in the design process.
keywords Computer Aided Design, 3D Modelling, Computer-user Interface, Evaluations
series eCAADe
email
more http://www.ulg.ac.be/lema/
last changed 2022/06/07 07:50

_id 2e0a
authors Besant, C.B.
year 1983
title Computer-Aided Design and Manufacture. -- 2nd. ed
source 232 p. : ill. Chicester [West Sussex], New York: Halsted Press, 1983. includes bibliography and index -- (Ellis Horwood Series in Engineering Science)
summary An introduction to computing as an aid to design and manufacture. Provides description of hardware and software of CAD systems, discusses their use in engineering drafting
keywords drafting, hardware, software, CAD, CAM, practice
series CADline
last changed 2003/06/02 13:58

_id 0000
authors Bijl, Aart
year 1983
title Know Your Technology - Or: Can Computers Understand Designers?
doi https://doi.org/10.52842/conf.ecaade.1983.x.t5s
source Proceedings of the International Conference eCAADe [European Computer Aided Architectural Design Education] Brussels (Belgium) 1983, pp. V.1-V.11
summary Any great expansion of the population of computer users, embracing architects and other ordinary people, will happen only if we change from current computing technology to radically new software technology. Criteria for new technology are discussed, with reference to inadequacies of current technology; we should strive for computers that can understand people. Logic programming is described as one development towards this goal, illustrated by the example of Prolog serving as interpreter of user demands and supporting partial and changing logical models of user activity. Architects can choose computing options now that will put them on a path leading to future new technology. Choice is explained, favouring a software environment that is used by researchers and also supports immediate and practical computer applications. Lessons are drawn for architectural education, to prepare for change that will take place during a student's 40-year working life.
keywords Software Technology, Logic Programming
series eCAADe
last changed 2022/06/07 07:50

_id e10e
authors Billon, R. and Rocca, R.
year 1983
title Comprendre KEOPS: Logiciel de conception assistee par ordinateur en architecture
doi https://doi.org/10.52842/conf.ecaade.1983.x.s9f
source Proceedings of the International Conference eCAADe [European Computer Aided Architectural Design Education] Brussels (Belgium) 1983, pp. III.19-III.35
summary En informatique graphique, la méthode la plus courante pour saisir un bâtiment consiste à dêcrire et à stocker en base de données les "pleins": les murs, planchers, composants. Cette procédure est vite fastidieuse, et ne permet pas réellement une véritable conception assistée par ordinateur. KEOPS expérimente une autre méthode qui consiste à décrire l'esquisse par ses "vides", c'est-à-dire les volumes des locaux en trois dimensions. Le logiciel opère automatiquement la transformation "filaire" en composants et ouvrages du bâtiment en exploitant un savoir technologique. Le benéfice? La réduction spectaculaire du temps de saisie et un logiciel de C.A.O. enfin opérationnel en bâtiment.
series eCAADe
more http://www.marseille.archi.fr
last changed 2022/06/07 07:50

For more results click below:

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