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 621

_id 39cb
authors Kelleners, Richard H.M.C.
year 1999
title Constraints in object-oriented graphics
source Eindhoven University of Technology
summary In the area of interactive computer graphics, two important approaches to deal with the complexity of designing and implementing graphics systems are object-oriented programming and constraint-based programming. From literature, it appears that combination of these two has clear advantages but has also proven to be difficult. One of the main problems is that constraint programming infringes the information hiding principle of object-oriented programming. The goal of the research project is to combine these two approaches to benefit from the strengths of both. Two research groups at the Eindhoven University of Technology investigate the use of constraints on graphics objects. At the Architecture department, constraints are applied in a virtual reality design environment. At the Computer Science department, constraints aid in modeling 3D animations. For these two groups, a constraint system for 3D graphical objects was developed. A conceptual model, called CODE (Constraints on Objects via Data flows and Events), is presented that enables integration of constraints and objects by separating the object world from the constraint world. In the design of this model, the main aspect being considered is that the information hiding principle among objects may not be violated. Constraint solvers, however, should have direct access to an object’s internal data structure. Communication between the two worlds is done via a protocol orthogonal to the message passing mechanism of objects, namely, via events and data flows. This protocol ensures that the information hiding principle at the object-oriented programming level is not violated while constraints can directly access “hidden” data. Furthermore, CODE is built up of distinct elements, or entity types, like constraint, solver, event, data flow. This structure enables that several special purpose constraint solvers can be defined and made to cooperate to solve complex constraint problems. A prototype implementation was built to study the feasibility of CODE. Therefore, the implementation should correspond directly to the conceptual model. To this end, every entity (object, constraint, solver) of the conceptual model is represented by a separate process in the language MANIFOLD. The (concurrent) processes communicate by events and data flows. The implementation serves to validate the conceptual model and to demonstrate that it is a viable way of combining constraints and objects. After the feasibility study, the prototype was discarded. The gained experience was used to build an implementation of the conceptual model for the two research groups. This implementation encompassed a constraint system with multiple solvers and constraint types. The constraint system was built as an object-oriented library that can be linked to the applications in the respective research groups. Special constructs were designed to ensure information hiding among application objects while constraints and solvers have direct access to the object data. CODE manages the complexity of object-oriented constraint solving by defining a communication protocol to allow the two paradigms to cooperate. The prototype implementation demonstrates that CODE can be implemented into a working system. Finally, the implementation of an actual application shows that the model is suitable for the development of object-oriented software.
keywords Computer Graphics; Object Oriented Programming; Constraint Programming
series thesis:PhD
last changed 2003/02/12 22:37

_id ga9917
id ga9917
authors Maia Jr., A., Valle, R. do, Manzolli, J. and Pereira, L.N.S.
year 1999
title Generative Polymodal Music Process
source International Conference on Generative Art
summary We present underlying ideas used to develop an Algorithmic Composition software named KYKLOS. It was designed to generate music based on generalised musical scales and modes. It is an interactive sonic device to be applied in composition as well in performance. The sonic output of the whole process can be described as generalised polymodal music since “synthetic scales” are generated by the algorithm. This environment can be used in a Computer Assisted Composition manner in order to generate MIDI files. On the other hand, it can equally be used as a performance environment in which a dynamic change of parameters enables a real time control of the sonic process. Recently, we advocated that several mathematical applications in Computer Music can be understood as Sound Functors [1]. In extension, we describe here a sound functor used to model scales and modes. As can be verified, part of early investigations on mathematical structures in music studied musical scales and modes using Combinatorics, Fibonacci Series and Golden Mean in order to understand compositional processes which use modal concepts. Using the Functor definition it is possible to enumerate n-scales as a sequence of integers. Each value in that sequence gives the distance (in half tones) between two consecutive tones. For example, the sequence 3:2:2:3 is interpreted as a pentatonic scale C-Eb-F-G-Bb, and as defined above it is a C mode. So, if we apply cyclical permutations, (n-1)-sequences of numbers should be interpreted as n-modes of tones. Our algorithmic implementation is described briefly. A n-mode is defined as an array with n-1 integers [a1, a2, ...an-1]. Each array generated at k-th step can be read as a number a1a2a3 ....an-1 in decimal representation, where ai is a integer between 1 and 9. We denote the number obtained at k-th step as (a1a2a3 ...an-1)(k) . The rules to implement the algorithm are the following:1) V0 = (1, 1, 1, 1 ......,1) (initial n-mode)2) ? ai ? 11 with i= 1, 2...n-1 (octave range constraint)3) Vk = (a1a2a3 ...an-1)(k) < (b1b2b3 ...bn-1)(k+1) = Vk+1 where aj ?bj , 1? j ? n-1.4) Vmax = (13 – n, 1, 1, ...,1)In this paper we start with a theoretical view and an introduction on the algorithmic mechanism used. Further, we present a concept of man ? machine interaction used to create the composition environment. We also describe the compositional graphic interface developed and general functions of the system. Finally there is a set of music examples generated by KYKLOS as MIDI files.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id ga0010
id ga0010
authors Moroni, A., Zuben, F. Von and Manzolli, J.
year 2000
title ArTbitrariness in Music
source International Conference on Generative Art
summary Evolution is now considered not only powerful enough to bring about the biological entities as complex as humans and conciousness, but also useful in simulation to create algorithms and structures of higher levels of complexity than could easily be built by design. In the context of artistic domains, the process of human-machine interaction is analyzed as a good framework to explore creativity and to produce results that could not be obtained without this interaction. When evolutionary computation and other computational intelligence methodologies are involved, every attempt to improve aesthetic judgement we denote as ArTbitrariness, and is interpreted as an interactive iterative optimization process. ArTbitrariness is also suggested as an effective way to produce art through an efficient manipulation of information and a proper use of computational creativity to increase the complexity of the results without neglecting the aesthetic aspects [Moroni et al., 2000]. Our emphasis will be in an approach to interactive music composition. The problem of computer generation of musical material has received extensive attention and a subclass of the field of algorithmic composition includes those applications which use the computer as something in between an instrument, in which a user "plays" through the application's interface, and a compositional aid, which a user experiments with in order to generate stimulating and varying musical material. This approach was adopted in Vox Populi, a hybrid made up of an instrument and a compositional environment. Differently from other systems found in genetic algorithms or evolutionary computation, in which people have to listen to and judge the musical items, Vox Populi uses the computer and the mouse as real-time music controllers, acting as a new interactive computer-based musical instrument. The interface is designed to be flexible for the user to modify the music being generated. It explores evolutionary computation in the context of algorithmic composition and provides a graphical interface that allows to modify the tonal center and the voice range, changing the evolution of the music by using the mouse[Moroni et al., 1999]. A piece of music consists of several sets of musical material manipulated and exposed to the listener, for example pitches, harmonies, rhythms, timbres, etc. They are composed of a finite number of elements and basically, the aim of a composer is to organize those elements in an esthetic way. Modeling a piece as a dynamic system implies a view in which the composer draws trajectories or orbits using the elements of each set [Manzolli, 1991]. Nonlinear iterative mappings are associated with interface controls. In the next page two examples of nonlinear iterative mappings with their resulting musical pieces are shown.The mappings may give rise to attractors, defined as geometric figures that represent the set of stationary states of a non-linear dynamic system, or simply trajectories to which the system is attracted. The relevance of this approach goes beyond music applications per se. Computer music systems that are built on the basis of a solid theory can be coherently embedded into multimedia environments. The richness and specialty of the music domain are likely to initiate new thinking and ideas, which will have an impact on areas such as knowledge representation and planning, and on the design of visual formalisms and human-computer interfaces in general. Above and bellow, Vox Populi interface is depicted, showing two nonlinear iterative mappings with their resulting musical pieces. References [Manzolli, 1991] J. Manzolli. Harmonic Strange Attractors, CEM BULLETIN, Vol. 2, No. 2, 4 -- 7, 1991. [Moroni et al., 1999] Moroni, J. Manzolli, F. Von Zuben, R. Gudwin. Evolutionary Computation applied to Algorithmic Composition, Proceedings of CEC99 - IEEE International Conference on Evolutionary Computation, Washington D. C., p. 807 -- 811,1999. [Moroni et al., 2000] Moroni, A., Von Zuben, F. and Manzolli, J. ArTbitration, Las Vegas, USA: Proceedings of the 2000 Genetic and Evolutionary Computation Conference Workshop Program – GECCO, 143 -- 145, 2000.
series other
email
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_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 ascaad2007_025
id ascaad2007_025
authors Speed, C.
year 2007
title A Social Dimension to Digital Architectural Practice
source Em‘body’ing Virtual Architecture: The Third International Conference of the Arab Society for Computer Aided Architectural Design (ASCAAD 2007), 28-30 November 2007, Alexandria, Egypt, pp. 291-304
summary In 1995 the first in a series of three books were published by Academy Editions, that have since become a vivid handbook that documents how designers responded to the development of architectural drawing applications and the growth of the internet, to establish a form of digital architecture. Offering dramatic images and emotive texts, many of the architects and designers featured in these books deeply affected the perception of digital architecture’s mission by students and elements of the design community. Concentrating upon how to resolve the view that time and space are separate dimensions, and the immersive and dematerial potentials of cyberspace, the developments of this ‘cyberromanticism’ (Coyne 1999) ultimately were not used to sustain digital architectural activity. This paper uses the Academy Editions series to understand how such a vivid aspect of digital architecture failed to fulfil its aspirations. The paper begins by establishing the premise for digital architecture through a link with mainstream architectures interest in the concept of shelter. Through a summary of the practical and theoretical methods outlined by the early designers within the series of publications, the paper demonstrates the critical potential of the field. However a summary of how the proliferation of early imagery fuelled a visual mannerism traces how the third Architects in Cyberspace publication represented a crisis in both identity and practice. The paper then identifies an opportunity for recovering the theoretical imperatives within digital architecture by reflecting upon the emergence of ‘interactive architectures’ use of a ‘social’ dimension that was previously hindered by the use of computer applications in early digital architecture. The paper closes with a reference to two of the authors practical projects that use social data to inform the generation of digital architecture.
series ASCAAD
email
last changed 2008/01/21 22:00

_id ga9904
id ga9904
authors Chupa, Anna
year 1999
title Generative Texture Maps for Animation (artwork and paper)
source International Conference on Generative Art
summary An aperiodic planar tiling is employed as the initial structure for texture application. A generative process for texture metamorphosis is used to create variation producing two-dimensional art work intended for printed output. Two-dimensional animations demonstrate the process for producing new textures. Expanding from this preliminary test, rules for opacity and relative depth, scale and velocity of movement will be related the length of time a form is visible on screen and geometric form. These are demonstrated in a two-dimensional animation that uses pictorial depth cues such as atmospheric perspective, occlusion, vertical placement, and diminishing size. Modification of rules take into consideration two underlying philosophical assumptions: 1) the world is created by a benevolent "god" and 2) aesthetic criteria govern issues related to selection of visual forms that persist.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 38cf
authors Murty, Paul, Chase, Scott, and Nappa, Joseph
year 1999
title Evaluating the Complexity of CAD Models in Education and Practice
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 105-114
doi https://doi.org/10.52842/conf.caadria.1999.105
summary When educators or students estimate the complexity of proposed CAD projects, in order to judge feasibility, two conceptions of complexity may be considered. The first, design complexity, based on visible features of the object to be modelled, is the easier to assess beforehand, but is not very reliable. The second, CAD complexity, based on the actual CAD embodiment of the design, is suggested as potentially a more useful guide, in spite of evident difficulties with assessment in advance. Clearer articulation of this under utilised concept is proposed for both educational and more general reasons, and this becomes the focus of the paper.
series CAADRIA
email
last changed 2022/06/07 07:59

_id b6d4
authors Rousse, Pierre
year 1999
title Envisioning an Urban space that Integrates Architecture into an Information Oriented Society
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 197-200
summary There is an assumption that architecture can provide an evocative vision of an artificial environment using digitalized and wireless communication technology. It is a ideal based on perception of virtual space, where distance is minimized through the continual process of breaking barriers in none visible planes. It is domain of mind, in which the object becomes real by individual choice. It is conceived in a plane known as virtual space or cyber space. Marcos Novak describes it as "space created as habitat for our imagination". I approach the topic trying to establish a connection between the boundaries of virtual space and real space through architecture. These are the objectives of my inquiry: 1) To explore an architectural form in a media of non-concrete space. Space created by a negative space (empty space, residual space, loading space). 2) To define a new technology that marks the beginning of a real virtual environment accessible to everybody. Proposing the idea of socialization through the architecture and revitalizing negative spaces comprehended as valuable public places. 3) Identification and representation of sources that make possible telecommunication technology in an enclosed space. Prototype of a new communicational platform re-interpreted by cyber space, digital images, high-speed data, mobile Internet and application based on Intranets, extranets and mobile multimedia.
series SIGRADI
email
last changed 2016/03/10 09:59

_id cf2011_p109
id cf2011_p109
authors Abdelmohsen, Sherif; Lee Jinkook, Eastman Chuck
year 2011
title Automated Cost Analysis of Concept Design BIM Models
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. 403-418.
summary AUTOMATED COST ANALYSIS OF CONCEPT DESIGN BIM MODELS Interoperability: BIM models and cost models This paper introduces the automated cost analysis developed for the General Services Administration (GSA) and the analysis results of a case study involving a concept design courthouse BIM model. The purpose of this study is to investigate interoperability issues related to integrating design and analysis tools; specifically BIM models and cost models. Previous efforts to generate cost estimates from BIM models have focused on developing two necessary but disjoint processes: 1) extracting accurate quantity take off data from BIM models, and 2) manipulating cost analysis results to provide informative feedback. Some recent efforts involve developing detailed definitions, enhanced IFC-based formats and in-house standards for assemblies that encompass building models (e.g. US Corps of Engineers). Some commercial applications enhance the level of detail associated to BIM objects with assembly descriptions to produce lightweight BIM models that can be used by different applications for various purposes (e.g. Autodesk for design review, Navisworks for scheduling, Innovaya for visual estimating, etc.). This study suggests the integration of design and analysis tools by means of managing all building data in one shared repository accessible to multiple domains in the AEC industry (Eastman, 1999; Eastman et al., 2008; authors, 2010). Our approach aims at providing an integrated platform that incorporates a quantity take off extraction method from IFC models, a cost analysis model, and a comprehensive cost reporting scheme, using the Solibri Model Checker (SMC) development environment. Approach As part of the effort to improve the performance of federal buildings, GSA evaluates concept design alternatives based on their compliance with specific requirements, including cost analysis. Two basic challenges emerge in the process of automating cost analysis for BIM models: 1) At this early concept design stage, only minimal information is available to produce a reliable analysis, such as space names and areas, and building gross area, 2) design alternatives share a lot of programmatic requirements such as location, functional spaces and other data. It is thus crucial to integrate other factors that contribute to substantial cost differences such as perimeter, and exterior wall and roof areas. These are extracted from BIM models using IFC data and input through XML into the Parametric Cost Engineering System (PACES, 2010) software to generate cost analysis reports. PACES uses this limited dataset at a conceptual stage and RSMeans (2010) data to infer cost assemblies at different levels of detail. Functionalities Cost model import module The cost model import module has three main functionalities: generating the input dataset necessary for the cost model, performing a semantic mapping between building type specific names and name aggregation structures in PACES known as functional space areas (FSAs), and managing cost data external to the BIM model, such as location and construction duration. The module computes building data such as footprint, gross area, perimeter, external wall and roof area and building space areas. This data is generated through SMC in the form of an XML file and imported into PACES. Reporting module The reporting module uses the cost report generated by PACES to develop a comprehensive report in the form of an excel spreadsheet. This report consists of a systems-elemental estimate that shows the main systems of the building in terms of UniFormat categories, escalation, markups, overhead and conditions, a UniFormat Level III report, and a cost breakdown that provides a summary of material, equipment, labor and total costs. Building parameters are integrated in the report to provide insight on the variations among design alternatives.
keywords building information modeling, interoperability, cost analysis, IFC
series CAAD Futures
email
last changed 2012/02/11 19:21

_id d5c8
authors Angelo, C.V., Bueno, A.P., Ludvig, C., Reis, A.F. and Trezub, D.
year 1999
title Image and Shape: Two Distinct Approaches
source III Congreso Iberoamericano de Grafico Digital [SIGRADI Conference Proceedings] Montevideo (Uruguay) September 29th - October 1st 1999, pp. 410-415
summary This paper is the result of two researches done at the district of Campeche, Florianópolis, by the Grupo PET/ARQ/UFSC/CAPES. Different aspects and conceptual approaches were used to study the spatial attributes of this district located in the Southern part of Santa Catarina Island. The readings and analysis of two researches were based on graphic pistures builded with the use of Corel 7.0 e AutoCadR14. The first research – "Urban Development in the Island of Santa Catarina: Public Space Study"- examined the urban structures of Campeche based on the Spatial Syntax Theory developed by Hillier and Hanson (1984) that relates form and social appropriation of public spaces. The second research – "Topoceptive Characterisation of Campeche: The Image of a Locality in Expansion in the Island of Santa Catarina" -, based on the methodology developed by Kohlsdorf (1996) and also on the visual analysis proposed by Lynch (1960), identified characteristics of this locality with the specific goal of selecting attributes that contributed to the ideas of the place its population held. The paper consists of an initial exercise of linking these two methods in order to test the complementarity of their analytical tools. Exemplifying the analytical procedures undertaken in the two approaches, the readings done - global (of the locality as a whole) and partial (from parts of the settlement) - are presented and compared.
series SIGRADI
email
last changed 2016/03/10 09:47

_id 9e00
authors Bridges, Alan
year 1999
title Progress? What Progress?
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 321-326
doi https://doi.org/10.52842/conf.ecaade.1999.321
summary This paper briefly reviews some of the history of computer graphics standardisation and then presents two specific case studies: one comparing HTML with SGML and Troff and the other comparing VRML with the Tektronix® Interactive Graphics Language implementation of the ACM Core Standard. In each case, it will be shown how the essential intellectual work carried out twenty years ago still lies at the foundations of the newer applications.
keywords SGML, HTML, VRML
series eCAADe
email
last changed 2022/06/07 07:54

_id 3017
authors Carson, J. and Clark, A.
year 1999
title Multicast Shared Virtual Worlds Using VRML 97
source Proceedings of VRML 99 Fourth Symposium on the Virtual Reality Modeling language, The Association for Computing Machinery, Inc. New York, pp. 133-140
summary This paper describes a system for authoring and executing shared virtual worlds within existing VRML97 viewers such as Cosmo Player. As VRML97 does not contain any direct support for the construction of virtual worlds containing multiple users extensions are presented to provide support for shared behaviours, avatars and objects that can be manipulated and carried by participants in the world; these extensions are pre-processed into standard VRML97 and Java. A system infrastructure is described which allows worlds to be authored and executed within the context of the World Wide Web and the MBone. CR Categories and Subject Descriptors: C.2.2 [Computer Communication Networks]: Network Protocols - Applications; C.2.4 [Computer Communication Networks]: Distributed Sys- tems - Distributed Applications; H.5.1 [Information Interfaces and Presentation] Multimedia Information Systems - Artificial, Aug- mented and Virtual Realities; 1.3.2 [Computer Graphics]: Graphics Systems - Distributed/network graphics: 1.3.6 [Computer Graph- ics]: Methodology and Techniques - Interaction Techniques; 1.3.7 [Computer Graphics]: Three Dimensional Graphics and Realism - Virtual Reality.
series other
last changed 2003/04/23 15:50

_id 69f5
authors Chan, C., Maves, J. and Cruz-Neira, C.
year 1999
title An Electronic Library for Teaching Architectural History
source CAADRIA '99 [Proceedings of The Fourth Conference on Computer Aided Architectural Design Research in Asia / ISBN 7-5439-1233-3] Shanghai (China) 5-7 May 1999, pp. 335-344
doi https://doi.org/10.52842/conf.caadria.1999.335
summary This research project developed an electronic library of significant buildings chosen to represent seven selected periods of Western architectural history: Egyptian (Mortuary temple of Queen Hatshepsut), Greek (Parthenon), Roman (Pantheon), Romanesque (Speyer Cathedral), Gothic (Notre Dame Cathedral), Renaissance (Tempietto), and Modern (Des Moines Art Center). All buildings were reconstructed in their original or intended forms based on plans, drawings, photographs, and historical texts. Two products were generated by this project: (1) materials to be displayed on the World Wide Web, including rendered still images for perception, movies for a visual guide, and Virtual Reality Modeling Language (VRML) models for user navigation; and (2) virtual reality (VR) models to be displayed in the C2 (an improved version of the Cave Automatic Virtual Environment or CAVE facility). The benefits of these VR models displayed on the Web and in the C2 are their easy accessibility at any time from various geographic locations and the immersive experience that enhances viewersÌ understanding of the effects of spatial proportions on form and of colors on materials.
series CAADRIA
more http://archvr.design.iastate.edu/miller
last changed 2022/06/07 07:56

_id 90dc
authors Chen, C.
year 1999
title Information Visualisation and Virtual Environments
source Springer
summary Information Visualisation is a fast growing research field and an industry with tremendous potential. Virtual environments provide a unique medium for people to communicate and interact over computer networks. Information Visualisation and Virtual Environments links the two areas together and presents the latest research and development, highlighting the potential of information visualisation as an enabling technology in the design of new generations of virtual environments. This book will be an invaluable source of reference for courses in Information Visualisation, User Interface Design, Virtual Environments, HCI, and Information Retrieval, as well as being a useful resource for consultants and practitioners. The book contains 144 wonderful colour images of intriguing and influential works in information visualisation.
series other
last changed 2003/04/23 15:14

_id 9a1e
authors Clayton, Mark J. and Vasquez de Velasco, Guillermo
year 1999
title Stumbling, Backtracking, and Leapfrogging: Two Decades of Introductory Architectural Computing
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 151-158
doi https://doi.org/10.52842/conf.ecaade.1999.151
summary Our collective concept of computing and its relevance to architecture has undergone dramatic shifts in emphasis. A review of popular texts from the past reveals the biases and emphases that were current. In the seventies, architectural computing was generally seen as an elective for data processing specialists. In the early eighties, personal computers and commercial CAD systems were widely adopted. Architectural computing diverged from the "batch" world into the "interactive" world. As personal computing matured, introductory architectural computing courses turned away from a foundation in programming toward instruction in CAD software. By the late eighties, Graphic User Interfaces and windowing operating systems had appeared, leading to a profusion of architecturally relevant applications that needed to be addressed in introductory computing. The introduction of desktop 3D modeling in the early nineties led to increased emphasis upon rendering and animation. The past few years have added new emphases, particularly in the area of network communications, the World Wide Web and Virtual Design Studios. On the horizon are topics of electronic commerce and knowledge markets. This paper reviews these past and current trends and presents an outline for an introductory computing course that is relevant to the year 2000.
keywords Computer-Aided Architectural Design, Computer-Aided Design, Computing Education, Introductory Courses
series eCAADe
email
last changed 2022/06/07 07:56

_id 2f1a
authors Dabney, M.K., Wright, J.C. and Sanders, D.H.
year 1999
title Virtual Reality and the Future of Publishing Archaeological Excavations: the multimedia publication of the prehistoric settlement on Tsoungiza at Ancient Nemea
source New York: The Metropolitan Museum of Art
summary The Nemea Valley Archaeological Project is a study of settlement and land use in a regional valley system in Greece extending from the Upper Paleolithic until the present. Active field research was conducted by four teams between 1981 and 1990. The first component was a regional archaeological survey. Second, and closely related to the first, was a social anthropological study of modern settlement and land use. Next was a team assigned to excavate the succession of prehistoric settlements of Ancient Nemea on Tsoungiza. Last, historical ecologists, a palynologist, and a geologist formed the environmental component of the research. As a result of advances in electronic publishing, plans for the final publication of the Nemea Valley Archaeological Project have evolved. Complete publication of the excavation of the prehistoric settlements of Ancient Nemea on Tsoungiza will appear in an interactive multimedia format on CD/DVD in Fall 2000. This project is planned to be the first electronic publication of the American School of Classical Studies at Athens. We have chosen to publish in electronic format because it will meet the needs and interests of a wider audience, including avocational archaeologists, advanced high school and college students, graduate students, and professional archaeologists. The multimedia format on CD/DVD will permit the inclusion of text, databases, color and black-and-white images, two and three-dimensional graphics, and videos. This publication is being developed in cooperation with Learning Sites, Inc., which specializes in interactive three-dimensional reconstructions of ancient worlds http://www.learningsites.com. The Nemea Valley Archaeological Project is particularly well prepared for the shift towards electronic publishing because the project's field records were designed for and entered in computer databases from the inception of the project. Attention to recording precise locational information for all excavated objects enables us to place reconstructions of objects in their reconstructed architectural settings. Three-dimensional images of architectural remains and associated features will appear both as excavated and as reconstructed. Viewers will be able to navigate these images through the use of virtual reality. Viewers will also be able to reference all original drawings, photographs, and descriptions of the reconstructed architecture and objects. In this way a large audience will be able to view architectural remains, artifacts, and information that are otherwise inaccessible.
series other
last changed 2003/04/23 15:14

_id fd35
authors Donath, Dirk
year 1999
title Using Immersive Virtual Reality Systems for Spatial Design in Architecture
source AVOCAAD Second International Conference [AVOCAAD Conference Proceedings / ISBN 90-76101-02-07] Brussels (Belgium) 8-10 April 1999, pp. 307-318
summary In the very young discipline of Virtual Reality Applications only a few reports are available about using this technology for periods longer than in experimental setups. This paper describes experiences made during four years of usage of Virtual Reality (VR) in educational training for architects. About 100 different people were working with our systems during this period. Two programs were developed at Bauhaus University with the aim of teaching students in architecture in three-dimensional sketching. An other program for free and own interfaces and environments is currently under construction and will be presented at the international computer fair "CeBit" in 1999. The first program called voxDesign is based on the metaphor of voxels. The second program, planeDesign, uses rectangualar planes to describe room-like situations. All programs force the users to design in a 1:1 scale, which means that the design and the feedback actions are coupled in an embodied way. A real walking metaphor is used for navigation. The experiences made by the students are explained too.
keywords Virtual Reality, Architecture, Design, Design Support Systems, Interaction, Research, Education, Usability, Human Computer Interfaces
series AVOCAAD
email
last changed 2005/09/09 10:48

_id ga9916
id ga9916
authors Elzenga, R. Neal and Pontecorvo, Michael S.
year 1999
title Arties: Meta-Design as Evolving Colonies of Artistic Agents
source International Conference on Generative Art
summary Meta-design, the act of designing a system or species of design instead of a design instance, is an important concept in modern design practice and in the generative design paradigm. For meta-design to be a useful tool, the designer must have more formal support for both design species definition/expression and the abstract attributes which the designer is attempting to embody within a design. Arties is an exploration of one possible avenue for supporting meta-design. Arties is an artistic system emphasizing the co-evolution of colonies of Artificial Life design or artistic agents (called arties) and the environment they inhabit. Generative design systems have concentrated on biological genetics metaphors where a population of design instances are evolved directly from a set of ‘parent’ designs in a succession of generations. In Arties, the a-life agent which is evolved, produces the design instance as a byproduct of interacting with its environment. Arties utilize an attraction potential curve as their primary dynamic. They sense the relative attraction of entities in their environment, using multiple sensory channels. Arties then associate an attractiveness score to each entity. This attractiveness score is combined with a 'taste' function built into the artie that is sensitized to that observation channel, entity, and distance by a transfer function. Arties use this attraction to guide decisions and behaviors. A community of arties, with independent evolving attraction criteria can pass collective judgement on each point in an art space. As the Artie moves within this space it modifies the environment in reaction to what it senses. Arties support for Meta-design is in (A) the process of evolving arties, breeding their attraction potential curve parameters using a genetic algorithm and (B) their use of sensory channels to support abstract attributes geometries. Adjustment of these parameters tunes the attraction of the artie along various sensing channels. The multi-agent co-evolution of Arties is one approach to creating a system for supporting meta-design. Arties is part of an on-going exploration of how to support meta-design in computer augmented design systems. Our future work with Arties-like systems will be concerned with applications in areas such as modeling adaptive directives in Architecture, Object Structure Design, spatio-temporal behaviors design (for games and simulations), virtual ambient spaces, and representation and computation of abstract design attributes.
series other
more http://www.generativeart.com/
last changed 2003/08/07 17:25

_id 6fa3
authors Gero, J.S.
year 1999
title Representation and reasoning about shapes: Cognitive and computational studies in visual reasoning in design
source C. Freksa and D. Marks (eds), Spatial Information Theory, Springer, Berlin, pp. 315-330
summary This paper describes some recent cognitively-based and computationally-based research on representing and reasoning about shapes. The cognitive studies are based on protocol analyses of designers and indicatethat visual reasoning in design involves drawings of shapes and their relationsin the generation of unexpected results. The computational studies are concerned with the development of qualitative representations of shapesthat can be used to reason about shapes. Two representations are described: half-planes and landmark-based qualitative codes. Reasoning using these representations is presented.
keywords Shape Representation, Qualitative Representation, Visual Reasoning
series other
email
last changed 2003/04/06 09:16

_id 7a1f
authors Gero, John S.
year 1999
title Representation and Reasoning About Shapes: Cognitive and Computational Studies in Visual Reasoning in Design
source C. Freksa and D. Marks (eds), Spatial Information Theory, Springer, Berlin, pp. 315-330
summary This paper describes some recent cognitively-based and computationally- based research on representing and reasoning about shapes. The cognitive studies are based on protocol analyses of designers and indicate that visual reasoning in design involves drawings of shapes and their relations in the generation of unexpected results. The computational studies are concerned with the development of qualitative representations of shapes that can be used to reason about shapes. Two representations are described: half-planes and landmark-based qualitative codes. Reasoning using these representations is presented.
series journal paper
email
last changed 2003/03/31 08:41

For more results click below:

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