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 490

_id ga0026
id ga0026
authors Ransen, Owen F.
year 2000
title Possible Futures in Computer Art Generation
source International Conference on Generative Art
summary Years of trying to create an "Image Idea Generator" program have convinced me that the perfect solution would be to have an artificial artistic person, a design slave. This paper describes how I came to that conclusion, realistic alternatives, and briefly, how it could possibly happen. 1. The history of Repligator and Gliftic 1.1 Repligator In 1996 I had the idea of creating an “image idea generator”. I wanted something which would create images out of nothing, but guided by the user. The biggest conceptual problem I had was “out of nothing”. What does that mean? So I put aside that problem and forced the user to give the program a starting image. This program eventually turned into Repligator, commercially described as an “easy to use graphical effects program”, but actually, to my mind, an Image Idea Generator. The first release came out in October 1997. In December 1998 I described Repligator V4 [1] and how I thought it could be developed away from simply being an effects program. In July 1999 Repligator V4 won the Shareware Industry Awards Foundation prize for "Best Graphics Program of 1999". Prize winners are never told why they won, but I am sure that it was because of two things: 1) Easy of use 2) Ease of experimentation "Ease of experimentation" means that Repligator does in fact come up with new graphics ideas. Once you have input your original image you can generate new versions of that image simply by pushing a single key. Repligator is currently at version 6, but, apart from adding many new effects and a few new features, is basically the same program as version 4. Following on from the ideas in [1] I started to develop Gliftic, which is closer to my original thoughts of an image idea generator which "starts from nothing". The Gliftic model of images was that they are composed of three components: 1. Layout or form, for example the outline of a mandala is a form. 2. Color scheme, for example colors selected from autumn leaves from an oak tree. 3. Interpretation, for example Van Gogh would paint a mandala with oak tree colors in a different way to Andy Warhol. There is a Van Gogh interpretation and an Andy Warhol interpretation. Further I wanted to be able to genetically breed images, for example crossing two layouts to produce a child layout. And the same with interpretations and color schemes. If I could achieve this then the program would be very powerful. 1.2 Getting to Gliftic Programming has an amazing way of crystalising ideas. If you want to put an idea into practice via a computer program you really have to understand the idea not only globally, but just as importantly, in detail. You have to make hard design decisions, there can be no vagueness, and so implementing what I had decribed above turned out to be a considerable challenge. I soon found out that the hardest thing to do would be the breeding of forms. What are the "genes" of a form? What are the genes of a circle, say, and how do they compare to the genes of the outline of the UK? I wanted the genotype representation (inside the computer program's data) to be directly linked to the phenotype representation (on the computer screen). This seemed to be the best way of making sure that bred-forms would bare some visual relationship to their parents. I also wanted symmetry to be preserved. For example if two symmetrical objects were bred then their children should be symmetrical. I decided to represent shapes as simply closed polygonal shapes, and the "genes" of these shapes were simply the list of points defining the polygon. Thus a circle would have to be represented by a regular polygon of, say, 100 sides. The outline of the UK could easily be represented as a list of points every 10 Kilometers along the coast line. Now for the important question: what do you get when you cross a circle with the outline of the UK? I tried various ways of combining the "genes" (i.e. coordinates) of the shapes, but none of them really ended up producing interesting shapes. And of the methods I used, many of them, applied over several "generations" simply resulted in amorphous blobs, with no distinct family characteristics. Or rather maybe I should say that no single method of breeding shapes gave decent results for all types of images. Figure 1 shows an example of breeding a mandala with 6 regular polygons: Figure 1 Mandala bred with array of regular polygons I did not try out all my ideas, and maybe in the future I will return to the problem, but it was clear to me that it is a non-trivial problem. And if the breeding of shapes is a non-trivial problem, then what about the breeding of interpretations? I abandoned the genetic (breeding) model of generating designs but retained the idea of the three components (form, color scheme, interpretation). 1.3 Gliftic today Gliftic Version 1.0 was released in May 2000. It allows the user to change a form, a color scheme and an interpretation. The user can experiment with combining different components together and can thus home in on an personally pleasing image. Just as in Repligator, pushing the F7 key make the program choose all the options. Unlike Repligator however the user can also easily experiment with the form (only) by pushing F4, the color scheme (only) by pushing F5 and the interpretation (only) by pushing F6. Figures 2, 3 and 4 show some example images created by Gliftic. Figure 2 Mandala interpreted with arabesques   Figure 3 Trellis interpreted with "graphic ivy"   Figure 4 Regular dots interpreted as "sparks" 1.4 Forms in Gliftic V1 Forms are simply collections of graphics primitives (points, lines, ellipses and polygons). The program generates these collections according to the user's instructions. Currently the forms are: Mandala, Regular Polygon, Random Dots, Random Sticks, Random Shapes, Grid Of Polygons, Trellis, Flying Leap, Sticks And Waves, Spoked Wheel, Biological Growth, Chequer Squares, Regular Dots, Single Line, Paisley, Random Circles, Chevrons. 1.5 Color Schemes in Gliftic V1 When combining a form with an interpretation (described later) the program needs to know what colors it can use. The range of colors is called a color scheme. Gliftic has three color scheme types: 1. Random colors: Colors for the various parts of the image are chosen purely at random. 2. Hue Saturation Value (HSV) colors: The user can choose the main hue (e.g. red or yellow), the saturation (purity) of the color scheme and the value (brightness/darkness) . The user also has to choose how much variation is allowed in the color scheme. A wide variation allows the various colors of the final image to depart a long way from the HSV settings. A smaller variation results in the final image using almost a single color. 3. Colors chosen from an image: The user can choose an image (for example a JPG file of a famous painting, or a digital photograph he took while on holiday in Greece) and Gliftic will select colors from that image. Only colors from the selected image will appear in the output image. 1.6 Interpretations in Gliftic V1 Interpretation in Gliftic is best decribed with a few examples. A pure geometric line could be interpreted as: 1) the branch of a tree 2) a long thin arabesque 3) a sequence of disks 4) a chain, 5) a row of diamonds. An pure geometric ellipse could be interpreted as 1) a lake, 2) a planet, 3) an eye. Gliftic V1 has the following interpretations: Standard, Circles, Flying Leap, Graphic Ivy, Diamond Bar, Sparkz, Ess Disk, Ribbons, George Haite, Arabesque, ZigZag. 1.7 Applications of Gliftic Currently Gliftic is mostly used for creating WEB graphics, often backgrounds as it has an option to enable "tiling" of the generated images. There is also a possibility that it will be used in the custom textile business sometime within the next year or two. The real application of Gliftic is that of generating new graphics ideas, and I suspect that, like Repligator, many users will only understand this later. 2. The future of Gliftic, 3 possibilties Completing Gliftic V1 gave me the experience to understand what problems and opportunities there will be in future development of the program. Here I divide my many ideas into three oversimplified possibilities, and the real result may be a mix of two or all three of them. 2.1 Continue the current development "linearly" Gliftic could grow simply by the addition of more forms and interpretations. In fact I am sure that initially it will grow like this. However this limits the possibilities to what is inside the program itself. These limits can be mitigated by allowing the user to add forms (as vector files). The user can already add color schemes (as images). The biggest problem with leaving the program in its current state is that there is no easy way to add interpretations. 2.2 Allow the artist to program Gliftic It would be interesting to add a language to Gliftic which allows the user to program his own form generators and interpreters. In this way Gliftic becomes a "platform" for the development of dynamic graphics styles by the artist. The advantage of not having to deal with the complexities of Windows programming could attract the more adventurous artists and designers. The choice of programming language of course needs to take into account the fact that the "programmer" is probably not be an expert computer scientist. I have seen how LISP (an not exactly easy artificial intelligence language) has become very popular among non programming users of AutoCAD. If, to complete a job which you do manually and repeatedly, you can write a LISP macro of only 5 lines, then you may be tempted to learn enough LISP to write those 5 lines. Imagine also the ability to publish (and/or sell) "style generators". An artist could develop a particular interpretation function, it creates images of a given character which others find appealing. The interpretation (which runs inside Gliftic as a routine) could be offered to interior designers (for example) to unify carpets, wallpaper, furniture coverings for single projects. As Adrian Ward [3] says on his WEB site: "Programming is no less an artform than painting is a technical process." Learning a computer language to create a single image is overkill and impractical. Learning a computer language to create your own artistic style which generates an infinite series of images in that style may well be attractive. 2.3 Add an artificial conciousness to Gliftic This is a wild science fiction idea which comes into my head regularly. Gliftic manages to surprise the users with the images it makes, but, currently, is limited by what gets programmed into it or by pure chance. How about adding a real artifical conciousness to the program? Creating an intelligent artificial designer? According to Igor Aleksander [1] conciousness is required for programs (computers) to really become usefully intelligent. Aleksander thinks that "the line has been drawn under the philosophical discussion of conciousness, and the way is open to sound scientific investigation". Without going into the details, and with great over-simplification, there are roughly two sorts of artificial intelligence: 1) Programmed intelligence, where, to all intents and purposes, the programmer is the "intelligence". The program may perform well (but often, in practice, doesn't) and any learning which is done is simply statistical and pre-programmed. There is no way that this type of program could become concious. 2) Neural network intelligence, where the programs are based roughly on a simple model of the brain, and the network learns how to do specific tasks. It is this sort of program which, according to Aleksander, could, in the future, become concious, and thus usefully intelligent. What could the advantages of an artificial artist be? 1) There would be no need for programming. Presumbably the human artist would dialog with the artificial artist, directing its development. 2) The artificial artist could be used as an apprentice, doing the "drudge" work of art, which needs intelligence, but is, anyway, monotonous for the human artist. 3) The human artist imagines "concepts", the artificial artist makes them concrete. 4) An concious artificial artist may come up with ideas of its own. Is this science fiction? Arthur C. Clarke's 1st Law: "If a famous scientist says that something can be done, then he is in all probability correct. If a famous scientist says that something cannot be done, then he is in all probability wrong". Arthur C Clarke's 2nd Law: "Only by trying to go beyond the current limits can you find out what the real limits are." One of Bertrand Russell's 10 commandments: "Do not fear to be eccentric in opinion, for every opinion now accepted was once eccentric" 3. References 1. "From Ramon Llull to Image Idea Generation". Ransen, Owen. Proceedings of the 1998 Milan First International Conference on Generative Art. 2. "How To Build A Mind" Aleksander, Igor. Wiedenfeld and Nicolson, 1999 3. "How I Drew One of My Pictures: or, The Authorship of Generative Art" by Adrian Ward and Geof Cox. Proceedings of the 1999 Milan 2nd International Conference on Generative Art.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id acadia16_140
id acadia16_140
authors Nejur, Andrei; Steinfeld, Kyle
year 2016
title Ivy: Bringing a Weighted-Mesh Representations to Bear on Generative Architectural Design Applications
doi https://doi.org/10.52842/conf.acadia.2016.140
source ACADIA // 2016: POSTHUMAN FRONTIERS: Data, Designers, and Cognitive Machines [Proceedings of the 36th Annual Conference of the Association for Computer Aided Design in Architecture (ACADIA) ISBN 978-0-692-77095-5] Ann Arbor 27-29 October, 2016, pp. 140-151
summary Mesh segmentation has become an important and well-researched topic in computational geometry in recent years (Agathos et al. 2008). As a result, a number of new approaches have been developed that have led to innovations in a diverse set of problems in computer graphics (CG) (Sharmir 2008). Specifically, a range of effective methods for the division of a mesh have recently been proposed, including by K-means (Shlafman et al. 2002), graph cuts (Golovinskiy and Funkhouser 2008; Katz and Tal 2003), hierarchical clustering (Garland et al. 2001; Gelfand and Guibas 2004; Golovinskiy and Funkhouser 2008), primitive fitting (Athene et al. 2004), random walks (Lai et al.), core extraction (Katz et al.) tubular multi-scale analysis (Mortara et al. 2004), spectral clustering (Liu and Zhang 2004), and critical point analysis (Lin et al. 20070, all of which depend upon a weighted graph representation, typically the dual of a given mesh (Sharmir 2008). While these approaches have been proven effective within the narrowly defined domains of application for which they have been developed (Chen 2009), they have not been brought to bear on wider classes of problems in fields outside of CG, specifically on problems relevant to generative architectural design. Given the widespread use of meshes and the utility of segmentation in GAD, by surveying the relevant and recently matured approaches to mesh segmentation in CG that share a common representation of the mesh dual, this paper identifies and takes steps to address a heretofore unrealized transfer of technology that would resolve a missed opportunity for both subject areas. Meshes are often employed by architectural designers for purposes that are distinct from and present a unique set of requirements in relation to similar applications that have enjoyed more focused study in computer science. This paper presents a survey of similar applications, including thin-sheet fabrication (Mitani and Suzuki 2004), rendering optimization (Garland et al. 2001), 3D mesh compression (Taubin et al. 1998), morphin (Shapira et al. 2008) and mesh simplification (Kalvin and Taylor 1996), and distinguish the requirements of these applications from those presented by GAD, including non-refinement in advance of the constraining of mesh geometry to planar-quad faces, and the ability to address a diversity of mesh features that may or may not be preserved. Following this survey of existing approaches and unmet needs, the authors assert that if a generalized framework for working with graph representations of meshes is developed, allowing for the interactive adjustment of edge weights, then the recent developments in mesh segmentation may be better brought to bear on GAD problems. This paper presents work toward the development of just such a framework, implemented as a plug-in for the visual programming environment Grasshopper.
keywords tool-building, design simulation, fabrication, computation, megalith
series ACADIA
type paper
email
last changed 2022/06/07 07:58

_id ddssup9601
id ddssup9601
authors Aoke, Yoshitsugu and Muraoka, Naoto
year 1996
title An optimization method of the facility location by genetic algorithm
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part two: Urban Planning Proceedings (Spa, Belgium), August 18-21, 1996
summary In planning of community-facilities, it is important to decide the facility location to provide the effective service for residents. The behavior of residents using the facility and the evaluation methods of the location have been studied. But, finding the optimum location is very hard in actual planning because the volume of calculation depends on the number of feasible locating points of facilities. To conquer the difficulty of searching the optimum location, we propose an optimization method using Genetic Algorithm. An alternative of location is expressed by a chromosome. Each chromosome consists of genes, and each gene expresses a located zone of the facility. We gave definitions of genetic procedures; crossing-over, mutation and selection. Alternatives of the facility location are generated by these genetic procedures like as life evolution. For each alternative, the behaviors of users are estimated by a spatial-interaction model, and the facilities that residents in each place choose are determined. The effectiveness of the location is measured by a total sum of distances between the facility and the user. After the confirmation of the effectiveness of our method by applying on ideal example problems, we applied it on the actual problem in Japanese town. By this method we could find the optimum location in about one-third time and effort as compared with the ordinal method.
series DDSS
last changed 2003/11/21 15:15

_id b4c4
authors Carrara, G., Fioravanti, A. and Novembri, G.
year 2000
title A framework for an Architectural Collaborative Design
doi https://doi.org/10.52842/conf.ecaade.2000.057
source Promise and Reality: State of the Art versus State of Practice in Computing for the Design and Planning Process [18th eCAADe Conference Proceedings / ISBN 0-9523687-6-5] Weimar (Germany) 22-24 June 2000, pp. 57-60
summary The building industry involves a larger number of disciplines, operators and professionals than other industrial processes. Its peculiarity is that the products (building objects) have a number of parts (building elements) that does not differ much from the number of classes into which building objects can be conceptually subdivided. Another important characteristic is that the building industry produces unique products (de Vries and van Zutphen, 1992). This is not an isolated situation but indeed one that is spreading also in other industrial fields. For example, production niches have proved successful in the automotive and computer industries (Carrara, Fioravanti, & Novembri, 1989). Building design is a complex multi-disciplinary process, which demands a high degree of co-ordination and co-operation among separate teams, each having its own specific knowledge and its own set of specific design tools. Establishing an environment for design tool integration is a prerequisite for network-based distributed work. It was attempted to solve the problem of efficient, user-friendly, and fast information exchange among operators by treating it simply as an exchange of data. But the failure of IGES, CGM, PHIGS confirms that data have different meanings and importance in different contexts. The STandard for Exchange of Product data, ISO 10303 Part 106 BCCM, relating to AEC field (Wix, 1997), seems to be too complex to be applied to professional studios. Moreover its structure is too deep and the conceptual classifications based on it do not allow multi-inheritance (Ekholm, 1996). From now on we shall adopt the BCCM semantic that defines the actor as "a functional participant in building construction"; and we shall define designer as "every member of the class formed by designers" (architects, engineers, town-planners, construction managers, etc.).
keywords Architectural Design Process, Collaborative Design, Knowledge Engineering, Dynamic Object Oriented Programming
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id 7b57
authors Chase, Scott Curland
year 1996
title Modeling Designs with Shape Algebras and Formal Logic
source University of California
summary A formal, hierarchical model of shape, spatial relations and non-spatial properties is presented, constructed from first principles of geometry, topology and logic. The combination of the two major paradigms used here, shape algebras and logic, is one which has been largely unexplored. The underlying interest is the development of generalized design modeling systems in which the components may be used for a variety of synthesis and recognition problems. The algebras of shape described by Stiny have been shown to be useful in the generation and analysis of designs. The generality of their representations, their non-reliance upon predetermined structure, and their use in combination provide a richness of expression lacking in more traditional representations. The use of formal logic as a specification tool for modeling spatial relations is investigated here. Logic has proven itself useful as a programming and specification tool, providing advantages over traditional procedural programming methods. Among those is the ability to specify the knowledge to be encapsulated in a model without the need to specify data manipulation procedures. It is argued that specification in logic provides a natural method of development. The model is developed by extending the formalisms of shape algebras with the use of logic to make more precise, generalized, parametric definitions of shape and spatial relations than has been previously possible. The value of such a model is demonstrated by the use of these generalized spatial relations for solving typical problems in the fields of geographic information systems and architecture. The advantages of the representations used over more traditional 'kit-of-parts' models is also illustrated.
series thesis:PhD
email
last changed 2003/02/12 22:37

_id 3905
authors Duffy, T.M. and Cunningham, D.J.
year 1996
title Constructivism: Implications for the design and delivery of instruction
source D.H. Jonassen, (Ed) Handbook of research for educational communications and technology, N.Y; Macmillan Library reference USA
summary This will be a seminar that examines Constructivist theory as it applies to our thinking about instruction. Many folks think of constructivism as a method of instruction -- it is not. It is a framework for thinking about learning or what it means to come to know. As such, it is a framework for understanding (interpreting) any learning environment as well as a framework for designing instruction. The seminar will be organized around weekly readings. We will examine the alternative constructivist theories, e.g., socio-cultural constructivism and cognitive constructivism, and the pragmatism of Richard Rorty. However, rather than focusing on the differences between these frameworks, our emphasis will be on the implications of the broader, common framework for the design of instruction. Hence we will spend most of the semester discussing strategies for designing and delivering instruction, e.g., the work of Bransford, Collins, Pea, Jonassen, Spiro, Fosnot, Senge, and Schank. We will consider both business and schooling environments for learning -- there is significant work in both domains. There will be particular emphasis of the use of technology in instruction. We will look at the communication, information, and context providing roles of technology as contrasted to the traditional approach of using technology to deliver instruction (to teach). We will also pay particular attention to problem based learning as one instructional model. In PBL there is particular emphasis on the role of the facilitator as a learning coach (process orientation) as opposed to a content provider. There is also a particular emphasis on supporting the development of abductive reasoning skills so that the learner develops the ability to be an effective problem solver in the content domain. The major paper/project for the course will be the design of instruction to train individuals to be learning coaches in a problem based learning or goal based scenario learning environment. That is, how do you support teachers in adapting the role of learning coach (which, of course, requires us to understand what it means to be a learning coach). Design teams will be formed with the teams all working on this same design problem. A comprehensive prototype of the learning environment is required as well as a paper provide the theoretical framework and rationale for the design strategy. While not required, I would expect that computer technology will play a significant role in the design of your learning environment. With that in mind, let me note that it is not required that the prototype be delivered on the computer, i.e., I am not requiring programming skills but rather design skills and so "storyboards" is all that is required.
series other
last changed 2003/04/23 15:14

_id 0b25
authors Gross , Mark D.
year 1996
title Elements That Follow Your Rules: Constraint Based CAD Layout
doi https://doi.org/10.52842/conf.acadia.1996.115
source Design Computation: Collaboration, Reasoning, Pedagogy [ACADIA Conference Proceedings / ISBN 1-880250-05-5] Tucson (Arizona / USA) October 31 - November 2, 1996, pp. 115-122
summary The paper reports on CKB (Construction Kit Builder) a prototype CAD program that designers can program with positioning and assembly rules for layout of building elements. The program's premise is that designing can be understood as a process of making and following rules for the selection, position, and dimension of built and space elements. CKB operates at two distinct levels of design: the technical system designer, who makes the rules, and the end designer, who lays out the material and space elements to make a design. CKB supports two kinds of rules with constraint based programming techniques: grid and zone based position rules, and assembly rules that position elements with respect to one another. The paper discusses the rationale for CKB and describes its implementation.
series ACADIA
email
last changed 2022/06/07 07:50

_id ddssar9615
id ddssar9615
authors Hill, S.M., Sinclair, B.S., Sandall, D., Butt, T.S., Sampson, N. and Blackie, N.
year 1996
title A Computer-Facilitated Approach for Development, Visualization and Testing of Functional Programming Information
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary Functional programming processes for complex architectural projects have traditionally been hampered by the static nature of available tools and technologies. Connection with user groups have likewise been disadvantaged through the employment of sender-oriented communications models that limit feedback and interaction. In addition, diminishing project budgets place increasing pressure on clients and consult-ants to develop more effective and efficient methods for the design and construction of buildings. This paper discusses a case-study involving the design of a highly complex medical laboratory wherein infoc mation technologies were used to facilitate the development, visualization and testing of functional pro-gramming information. The objectives for the project involved creating an environment where users and clients actively participate in consideration of programming directions and implications in a manner that would not only increase confidence that the program would meet user requirements now and in the future, but also would reduce redundant and or inefficient space within the overall building programme. In the approach used the distinction between programming and design is diminished to improve communication of desires and design responses. The findings of the study indicate that the computer-facilitated approach met the objectives of the project and that the methods developed hold promise for application across a broader range of project types.
series DDSS
last changed 2003/08/07 16:36

_id ddssar9619
id ddssar9619
authors Kanoglu, Aiaattin
year 1996
title A Site-Based Computerized Production Planning & Control Model for The Plants which Produce Prefabricated Building Components
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary The "open systems" in building prefabrication may be qualified more flexible to some extent compared to the closed ones and may use the tools and approaches used in industrial production areas for the estimation of demand and production. As for the closed systems in particular, it is not possible for these systems to apply this kind of approach. Their production must be based on absolutely assured demands and projects. Because of this, they need detailed projects and assembly schedules for produc-tion. As a result of this, their production modes can be qualified "custom-made" type and production planning functions must provide the demand values from the assembly schedules of contracted proj-ects. The problem can be solved by integrating the work schedules of the sites that are served by fac-tory. Integration of data on a computerized system will be preferable and it is possible to realize the model in two alternative ways. The first is developing a new conceptual model and convert it into a software and the second is developing an approach for customizing general purpose project planning and programming software for using them in production planning. The second solution is studied in the paper following this. The aim of this study is to develop the principals of a conceptual model for an Integrated Data Flow and Evaluation System for production planning in prefabrication and to con-vert this model into an applicable and objective computer-aided model.
series DDSS
last changed 2003/08/07 16:36

_id ddssar9618
id ddssar9618
authors Kanoglu, Alaattin
year 1996
title Application of General Purpose Project Planning & Programming Software for Production Planning & Control in Plants which Produce Prefabricated Building Components
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary The "open systems" in building prefabrication may be qualified more flexible to some extent compared to the closed ones and may use the tools and approaches used in industrial production areas for the es-timation of demand and production. As for the closed systems in particular, it is not possible for these systems to apply this kind of an approach. Their production must be based on absolutely assured de-mands and projects. Because of this, they need detailed projects and assembly schedules for produc-tion. As a result of this, their production modes can be qualified "custom-made" type and production planning functions must provide the demand values from the assembly schedules of contracted pro-jects. The problem can be solved by integrating the work schedules of the sites that are served by fac-tory. Integration of data on a computerized system will be preferable and it is possible to realize the model in two alternative ways. The first is developing a new conceptual model and convert it into a software and the second is developing an approach for customizing general purpose project planning and programming software for using them in production planning. The second solution is studied in the paper following this. The aims of this study are analyzing outstanding general purpose project planning & programming software from the point of view of requirements of production planning function and their customizability; comparing the requirements of the model designed for production planning and capabilities of general purpose planning software and developing the conceptual and practical dimensions and basic principals of the model for using the general purpose planning and programming software for production planning.
series DDSS
last changed 2003/08/07 16:36

_id sigradi2023_108
id sigradi2023_108
authors Passos, Aderson, Jorge, Luna, Cavalcante, Ana, Sampaio, Hugo, Moreira, Eugenio and Cardoso, Daniel
year 2023
title Urban Morphology and Solar Incidence in Public Spaces - an Exploratory Correlation Analysis Through a CIM System
source García Amen, F, Goni Fitipaldo, A L and Armagno Gentile, Á (eds.), Accelerated Landscapes - Proceedings of the XXVII International Conference of the Ibero-American Society of Digital Graphics (SIGraDi 2023), Punta del Este, Maldonado, Uruguay, 29 November - 1 December 2023, pp. 1655–1666
summary The walkability of open spaces has been highlighted in current discussions about the production of designed environments in urban contexts (Matan, 2011). To contribute to this theme, this work selects the environmental comfort of open spaces as its element of study. The production of urban space was investigated, specifically in regard to urban morphology, understanding that city design directly influences environmental comfort (Jacobs, 1996). This work addresses the geographic context of low latitudes, specifically in hot and humid climate zones of Brazil, and, in this context, according to NBR 15220 (national performance standards), shading is one of the main comfort strategies, so solar incidence was the approached environmental phenomenon. Thus, this work presents a digital system that performs exploratory analysis on the correlations between urban form indicators and environmental performance indicators, specifically solar incidence. The method consists of three steps: urban form modeling (1), indicator measurement (2) and correlation analysis (3). In the first stage, different spatial sections of a city in Brazil were represented in the digital environment (1). This work’s implementation instrument is based on a City Information Modeling framework (Beirao et al., 2012). Visual Programming Interface (VPI) and Geographic Information Systems (GIS) tools were used, in addition to a Relational Database Management System (RDBMS). Then, for each urban clipping, the values of morphological indicators and the incidence of solar radiation were measured (2). Based on the values of the indicators, an exploration of their correlation was carried out by statistical methods (3). The results of the correlation analysis and their correspondent scatter plots are presented. Finally, possible applications of the results for the creation of prescriptive urban planning systems are discussed, seeking to promote a sustainable urban environment.
keywords Urban planning, Environmental comfort, Walkability, Urban morphology, Statistical methods.
series SIGraDi
email
last changed 2024/03/08 14:09

_id 4cdd
authors Zanella, Marina and Gubian, Paolo
year 1996
title A conceptual model for design management
source Computer-Aided Design, Vol. 28 (1) (1996) pp. 33-49
summary Design management is a very important topic for every state-of-the-art CAD/CAE environment. By definition, the concept of design management addresses a set of functions which build, maintain, display, manageand enforce relationships among the data and among the design tools that are involved in a project. From this definition, straightforward user and functional requirements are derived. Then, a model which fulfilsmany of the requirements, especially in the data management part, is described. Allthe considerations are free from implementation details, so that modelling topics are not confused with programming problems. Ouranalysis is mapped on electronic hardware design; most of the concepts, however, are valid also in many other engineering fields.
keywords Design, CAD, CAE, Frameworks, Design Objects
series journal paper
last changed 2003/05/15 21:33

_id 4b55
authors Af Klercker, J. , Ekholm, A. and Fridqvist, S. (Ed.)
year 1996
title Education for Practice [Conference Proceedings]
doi https://doi.org/10.52842/conf.ecaade.1996
source 14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2 / Lund (Sweden) 12-14 September 1996, 425 p.
summary There are many of us trying to make place for CAAD in a natural way in the Curriculum of the Architect school. We would like to make CAAD useful to the students already during their studies. Even if we have the support of our collegues for running courses there is very often no space in the timetable. And even if we have all the entusiasm of our students it is hard to practice your CAAD knowledge on projects where it is not asked for.

The education of architects in the use of computers has lead me to try to find "the roots of education of architects" in general. A collegue of mine in a bookshelf of course litterature in Informatics found and put into my hands "Educating the reflective practitioner" by Donald Schön. It lead to an interesting process of personal reflection and discussion within our CAAD team.

We think by the way that the theme of the conference points to the heart of the message in Donald Schöns book and we are inviting him as a key note speaker at the Conference.

series eCAADe
type normal paper
email
more http://www.caad.lth.se/ECAADE/
last changed 2022/06/07 07:49

_id 0ec9
authors Agranovich-Ponomareva. E., Litvinova, A. And Mickich, A.
year 1996
title Architectural Computing in School and Real Designing
doi https://doi.org/10.52842/conf.ecaade.1996.025
source Education for Practice [14th eCAADe Conference Proceedings / ISBN 0-9523687-2-2] Lund (Sweden) 12-14 September 1996, pp. 25-28
summary The existing system of architectural education ( including computer ) as has shown practice has appeared not absolutly perfect. It not capable to dynamic changes, active introduction of a new engineering and computer technologies, to realization about of the inquiries of a modern time. It suggest of a way of search of new models of computer training. The computer education is represented by us as certain a universal system, which permits to solve the problem of arcitectural education at a higher level. The opportunities of computers and computer technologies at such approach are used as means of increase of efficiency teaching and training. The orientation goes on final result: a opportunity to generate of the creative decisions by learnees, based on attraction of received knowledge and use for their realization of arsenal of practical skills and skills. The system represents not only certain set of experiences elements, necessary and final result sufficient for achievement, but also quite certain interrelation between them. It means, that the knowledge from a initial rate " The Introduction in computer training" must be secured and transformed for utilization in special rates and through them- in practice. The functional nucleus of the software package of such universal system is under construction as opened, apparatus an independent system. A central part of a system is a database, the structure of which is uniform for all other modules and side of enclosures. The conceptual model of a system is under construction on principles structure idea, visualization, multimedia. The listed principles are realized in model so that to encourage the user to independent creative work.

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

_id eb87
authors Bhavnani, S.K.
year 1996
title How Architects Draw with Computers: A Cognitive Analysis of Real-World CAD Interactions
source Carnegie Mellon University, School of Architecture and School of Computer Science
summary New media throughout history have passed through a period of transition during which users and technologists took many years to understand and exploit the medium's potential. CAD appears to be passing through a similar period of transition; despite huge investments by vendors and users, CAD productivity remains difficult to achieve. To investigate if history can provide any insights into this problem, this thesis begins with an examination of well-known examples from history. The analysis revealed that, over time, users had developed efficient strategies which were based on powers and limitations of tools; delegation strategies exploited powers provided by tools, and circumvention strategies attempted to overcome their limitations. These insights on efficient strategies were used to investigate the CAD productivity problem based on four research questions:

1. How do architects currently use CAD systems to produce drawings?

2. What are the effects of current CAD usage on product and performance?

3. What are the possible causes of current CAD usage?

4. What are the capabilities of the CAD medium and how can they be used efficiently?

The above four questions were addressed through the qualitative, quantitative, and cognitive analysis of data collected during an ethnographic study of architects working in their natural environment. The qualitative and quantitative analysis revealed that users missed many opportunities to use strategies that delegated iteration to the computer. The cognitive analysis revealed that missed opportunities to use such delegation strategies caused an increase in execution time, and an increase in errors many of which went undetected leading to the production of inaccurate drawings. These analyses pointed to plausible cognitive and contextual explanations for the inefficient use of CAD systems, and to a framework to identify and teach efficient CAD strategies. The above results were found to be neither unique to the CAD domain, nor to the office where the data were collected. The generality of these results motivated the identification of seven claims towards a general theory to explain and identify efficient strategies for a wide range of devices. This thesis contributes to the field of architecture by providing a detailed analysis of real-world CAD usage, and an approach to improve the performance of CAD users. The thesis also contributes to the field of human-computer interaction by demonstrating the generality of these results and by laying the framework for a general theory of efficient strategies which could be used to improve the performance of users of current and future computer applications.

series thesis:PhD
email
last changed 2003/04/15 13:36

_id 18bc
authors Clay, Sharon and Wilhelms, Jane
year 1996
title Put: Language-Based Interactive Manipulation of Objects
source IEEE Computer Graphics and Applications
summary Describing a scene to a computer is an inherent task of computer graphics applications. Modeled scenes are typically built with direct placement techniques or specialized scripting languages. The scene description task could be greatly eased if natural language were an interactive control option. However, natural language understanding is notoriously difficult for computers. This difficulty is exacerbated in the case of computer graphics by the need for geometric output, not just "conceptual understanding" or high-level inferencing. General text-understanding techniques have not been successfully applied to scene generation. Typically, a few task-specific commands, such as "walk," are implemented as an ad-hoc collection of procedures. Our approach aims to separate the expressive power of fundamental natural concepts from the difficult task of text understanding. We are developing a 3D object placement system based on a combination of natural commands and interactive techniques. Guided by research in cognitive linguistics, we use basic spatial relationships--such as in, on, and at--and fundamental scene parameters--such as viewer location and object dimensionality--to identify regions of placement for objects in a scene. These natural commands can be used to quickly prototype a complex scene and constrain object placement.
series journal paper
last changed 2003/04/23 15:14

_id 89ca
authors Garcia, Renato
year 1996
title Sound Structure: Using Data Sonification to Enhance Building Structures CAI
doi https://doi.org/10.52842/conf.caadria.1996.109
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 109-117
summary Although sound is now extensively used to enrich multimedia applications in the form of simple audio signals, earcons, musical passages and speech, it has unfortunately been under-utilized as a means of data representation. Sound, having many characteristics which enable it to convey multi-dimensional information, provides a broad channel for dynamically presenting data in a learning environment. This paper looks into how teaching concepts of building structures to students of architecture and engineering through computers and multimedia can be enhanced by enlisting the use of appropriate sound parameters. Sound is useful in presenting redundant or supplementary information such as in portraying building structural response to static and dynamic external loading. This process of audiolization, which refers to the use of sounds to present data, can alleviate much of the cognitive load that usually burdens visual displays and has been used to some degree of success in various studies on scientific representation. Where appropriate, audiolization can be synchronized to more established visualization processes to provide more effective multi-modal multimedia systems for the study of building structures.
series CAADRIA
email
last changed 2022/06/07 07:50

_id d9bf
authors Goodchild, N.F., Steyaert, L.T., Parks, B.O., Johnson, C., Maidment, D., Crane, M. and Glendinning, S. (Eds.)
year 1996
title GIS and Environmental Modeling: Progress and Research Issues
source Fort Collins, CO: GIS World Books, pp.451-454
summary GIS and Environmental Modeling: Progress and Research Issues Michael F. Goodchild, Louis T. Steyaert, Bradley O. Parks, Carol Johnston, David Maidment, Michael Crane, and Sandi Glendinning, Editors With growing pressure on natural resources and landscapes there is an increasing need to predict the consequences of any changes to the environment. Modelling plays an important role in this by helping our understanding of the environment and by forecasting likely impacts. In recent years moves have been made to link models to Geographical Information Systems to provide a means of analysing changes over an area as well as over time. GIS and Environmental Modeling explores the progress made to date in integrating these two software systems. Approaches to the subject are made from theoretical, technical as well as data stand points. The existing capabilities of current systems are described along with important issues of data availability, accuracy and error. Various case studies illustrate this and highlight the common concepts and issues that exist between researchers in different environmental fields. The future needs and prospects for integrating GIS and environmental models are also explored with developments in both data handling and modelling discussed. The book brings together the knowledge and experience of over 100 researchers from academic, commercial and government backgrounds who work in a wide range of disciplines. The themes followed in the text provide a fund of knowledge and guidance for those involved in environmental modelling and GIS. The book is easily accessible for readers with a basic GIS knowledge and the ideas and results of the research are clearly illustrated with both colour and black and white graphics.
series other
last changed 2003/04/23 15:14

_id 6ab6
authors Maher, M.L., Rutherford, J. and Gero, J.
year 1996
title Graduate Design Computing Teaching at the University of Sydney
doi https://doi.org/10.52842/conf.caadria.1996.233
source CAADRIA ‘96 [Proceedings of The First Conference on Computer Aided Architectural Design Research in Asia / ISBN 9627-75-703-9] Hong Kong (Hong Kong) 25-27 April 1996, pp. 233-244
summary Design Computing involves the effective application of computing technologies, digital media, formal methods and design theory to the study and practice of design. Computers are assuming a prominent role in design practice. This change has been partly brought about by economic pressures to improve the efficiency of design practice, but there has also been a desire to aid the design process in order to produce better designs. The introduction of new computer-based techniques and methods generally involves a re-structuring of practice and ways of designing. We are also seeing significant current developments that have far reaching implications for the future. These innovations are occuring at a rapid rate and are imposing increasing pressures on design professionals. A re-orientation of skills is required in order to acquire and manage computer resources. If designers are to lead rather than follow developments then they need to acquire specialist knowledge – a general Computing also demands technical competence, an awareness of advances in the field and an innovative spirit to harness the technology understanding of computers and their impact, expertise in the selection and management of computer-aided design systems, and skill in the design an implementation of computer programs and systems.
series CAADRIA
email
last changed 2022/06/07 07:59

_id ddssar9633
id ddssar9633
authors Szalapaj, Peter and Kane, Andrew
year 1996
title Techniques of Superimposition
source Timmermans, Harry (Ed.), Third Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Spa, Belgium), August 18-21, 1996
summary This paper addresses the issues of 2-D and 3-D image manipulation in the context of a Computational Design Formulation System. The central feature of such a system is the ability to bring together two or more design objects in the same reference space for the purpose of analysis. Studies of traditional design methods has revealed the effectiveness of this technique of superimposition. This paper describes ways in which superimposition can be achieved, and, in particular, focuses on a range of domain-independent knowledge-based graphical operators that enable the decomposition of complex design forms into simpler aspects (secondary models) that can then be superimposed and/or analysed from a design-theoretic point of view. Examples of domain-independent knowledge-base graphical operators include object selection, planar bisection, 2-D closure (the grouping of lines into regions), aggregation (the decomposition of 2-D regions into aggregations of lines), spatial bisection, 3-D closure (the grouping of 2-D regions into volumes), 3-D aggregation (the decomposition of volumes into aggregations of 2-D regions). The representation of these operators is dependent upon the notion of a parameterisable volume, thus avoiding the need for translations between multiple representations of graphical objects by providing a common representation form for all objects. Secondary models can therefore subsequently be manipulated either through subtractive procedures (e.g. carving voids from solids), or by additive ones (e.g. assembling given design elements), or by other means such as transformation or distortion. The same techniques of superimposition can also be used to support the visualisation of design forms in two ways: by the juxtaposition of plans and sections with the 3-D form; by the multiple superimposition of alternative design representations e.g. structural schematic, parti schematic, volumetric schematic and architectural model.
keywords Design Formulation, Superimposition, Primary Model, Secondary Model, Parameterisable Volume
series DDSS
last changed 2003/08/07 16:36

For more results click below:

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