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 734

_id ddssar0029
id ddssar0029
authors Vries, B. de, Jessurun, J. and Engeli, M.
year 2000
title Development of an intuitive 3D sketching tool
source Timmermans, Harry (Ed.), Fifth Design and Decision Support Systems in Architecture and Urban Planning - Part one: Architecture Proceedings (Nijkerk, the Netherlands)
summary 3D sketching is a confusing description of an architectural design means. It is confusing, or even worse apparently wrong, because traditional sketching is inherently a two dimensional activity. Though the final stages of design are currently well support by CAD packages, almost every architect prefers paper and pencil for the early sketching phases. The challenge is to develop a (computer supported) design tool that is as direct and intuitive as paper and pencil. The computer enables us to directly map our spatial mental model into 3D rendered images. As such a new kind of design means is created which is best indicated as an intuitive 3D sketching tool. Within the VR-DIS research programme of the Design Systems group of the Eindhoven University of Technology a tool named DDDoolz has been developed as an experimental 3D sketching tool. This paper will report on the preliminary phase in which several input devices such as mouse, bird and voice were tested. For this purpose simple prototype applications were implemented. Building upon these experiences a functional brief was defined for the sketching tool. The system design will be elaborated in this paper using OO schema techniques. Because of its limited yet powerful functionality, a comprehensive system description can be presented. The application has been used in a first years CAD course. Students’ experiences will be discussed demonstrating the strengths and weaknesses of DDDoolz. In conclusion, a list of improvements will be presented and the future directions are indicated that will be followed in regard of the continuing research on design and decision support tools.
series DDSS
last changed 2003/08/07 16:36

_id 1071
authors Asanowicz, Aleksander
year 1999
title Evolution of Computer Aided Design: Three Generations of CAD
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 94-100
doi https://doi.org/10.52842/conf.ecaade.1999.094
summary This paper describes the three generations of CAD systems. The first generation of (primarily analytical) computer programmes really aided designing. These programmes were the tools for finding a functional solution in different areas of designing, from flat plans to the space organisation of a hospital. One of the shortcomings of these programmes was the lack of graphic interface. With time, however, this kind of interface was developed. As a result of this second generation of CAD systems the computer was transformed into a drafting machine and CAD meant Computer Aided Drafting. The main thesis of this consideration is that only now we have the chance to return to the idea of Computer Aided Design. One of the examples of these trends is the AVOCAAD programme in which Added Value of CAAD is analysed. The development of the third generation of CAD systems will be possible in the near future. Aiding the process of designing will demand the elaboration of new methods of using the computer at the early stages of this process. The computer should be used not for generating variants of functional solutions only but for also for the creation of 3D forms by 3D sketching. For this, the computer should be transformed from a tool into a medium; only then will designing become true Designing in Cyber Space.
keywords Generations of CAAD, Design Process, Creation, Medium
series eCAADe
email
last changed 2022/06/07 07:54

_id avocaad_2001_22
id avocaad_2001_22
authors Jos van Leeuwen, Joran Jessurun
year 2001
title XML for Flexibility an Extensibility of Design Information Models
source AVOCAAD - ADDED VALUE OF COMPUTER AIDED ARCHITECTURAL DESIGN, Nys Koenraad, Provoost Tom, Verbeke Johan, Verleye Johan (Eds.), (2001) Hogeschool voor Wetenschap en Kunst - Departement Architectuur Sint-Lucas, Campus Brussel, ISBN 80-76101-05-1
summary The VR-DIS research programme aims at the development of a Virtual Reality – Design Information System. This is a design and decision support system for collaborative design that provides a VR interface for the interaction with both the geometric representation of a design and the non-geometric information concerning the design throughout the design process. The major part of the research programme focuses on early stages of design. The programme is carried out by a large number of researchers from a variety of disciplines in the domain of construction and architecture, including architectural design, building physics, structural design, construction management, etc.Management of design information is at the core of this design and decision support system. Much effort in the development of the system has been and still is dedicated to the underlying theory for information management and its implementation in an Application Programming Interface (API) that the various modules of the system use. The theory is based on a so-called Feature-based modelling approach and is described in the PhD thesis by [first author, 1999] and in [first author et al., 2000a]. This information modelling approach provides three major capabilities: (1) it allows for extensibility of conceptual schemas, which is used to enable a designer to define new typologies to model with; (2) it supports sharing of conceptual schemas, called type-libraries; and (3) it provides a high level of flexibility that offers the designer the opportunity to easily reuse design information and to model information constructs that are not foreseen in any existing typologies. The latter aspect involves the capability to expand information entities in a model with relationships and properties that are not typologically defined but applicable to a particular design situation only; this helps the designer to represent the actual design concepts more accurately.The functional design of the information modelling system is based on a three-layered framework. In the bottom layer, the actual design data is stored in so-called Feature Instances. The middle layer defines the typologies of these instances in so-called Feature Types. The top layer is called the meta-layer because it provides the class definitions for both the Types layer and the Instances layer; both Feature Types and Feature Instances are objects of the classes defined in the top layer. This top layer ensures that types can be defined on the fly and that instances can be created from these types, as well as expanded with non-typological properties and relationships while still conforming to the information structures laid out in the meta-layer.The VR-DIS system consists of a growing number of modules for different kinds of functionality in relation with the design task. These modules access the design information through the API that implements the meta-layer of the framework. This API has previously been implemented using an Object-Oriented Database (OODB), but this implementation had a number of disadvantages. The dependency of the OODB, a commercial software library, was considered the most problematic. Not only are licenses of the OODB library rather expensive, also the fact that this library is not common technology that can easily be shared among a wide range of applications, including existing applications, reduces its suitability for a system with the aforementioned specifications. In addition, the OODB approach required a relatively large effort to implement the desired functionality. It lacked adequate support to generate unique identifications for worldwide information sources that were understandable for human interpretation. This strongly limited the capabilities of the system to share conceptual schemas.The approach that is currently being implemented for the core of the VR-DIS system is based on eXtensible Markup Language (XML). Rather than implementing the meta-layer of the framework into classes of Feature Types and Feature Instances, this level of meta-definitions is provided in a document type definition (DTD). The DTD is complemented with a set of rules that are implemented into a parser API, based on the Document Object Model (DOM). The advantages of the XML approach for the modelling framework are immediate. Type-libraries distributed through Internet are now supported through the mechanisms of namespaces and XLink. The implementation of the API is no longer dependent of a particular database system. This provides much more flexibility in the implementation of the various modules of the VR-DIS system. Being based on the (supposed to become) standard of XML the implementation is much more versatile in its future usage, specifically in a distributed, Internet-based environment.These immediate advantages of the XML approach opened the door to a wide range of applications that are and will be developed on top of the VR-DIS core. Examples of these are the VR-based 3D sketching module [VR-DIS ref., 2000]; the VR-based information-modelling tool that allows the management and manipulation of information models for design in a VR environment [VR-DIS ref., 2000]; and a design-knowledge capturing module that is now under development [first author et al., 2000a and 2000b]. The latter module aims to assist the designer in the recognition and utilisation of existing and new typologies in a design situation. The replacement of the OODB implementation of the API by the XML implementation enables these modules to use distributed Feature databases through Internet, without many changes to their own code, and without the loss of the flexibility and extensibility of conceptual schemas that are implemented as part of the API. Research in the near future will result in Internet-based applications that support designers in the utilisation of distributed libraries of product-information, design-knowledge, case-bases, etc.The paper roughly follows the outline of the abstract, starting with an introduction to the VR-DIS project, its objectives, and the developed theory of the Feature-modelling framework that forms the core of it. It briefly discusses the necessity of schema evolution, flexibility and extensibility of conceptual schemas, and how these capabilities have been addressed in the framework. The major part of the paper describes how the previously mentioned aspects of the framework are implemented in the XML-based approach, providing details on the so-called meta-layer, its definition in the DTD, and the parser rules that complement it. The impact of the XML approach on the functionality of the VR-DIS modules and the system as a whole is demonstrated by a discussion of these modules and scenarios of their usage for design tasks. The paper is concluded with an overview of future work on the sharing of Internet-based design information and design knowledge.
series AVOCAAD
email
last changed 2005/09/09 10:48

_id 887b
authors SQin, S.F., Wright, D.K. and Jordanov, I.N.
year 2000
title From on-line sketching to 2D and 3D geometry: a system based on fuzzy knowledge
source Computer-Aided Design, Vol. 32 (14) (2000) pp. 851-866
summary The paper describes the development of a fuzzy knowledge-based prototype system for conceptual design. This real time system is designed to infer user's sketchingintentions, to segment sketched input and generate corresponding geometric primitives: straight lines, circles; arcs, ellipses, elliptical arcs, and B-spline curves. Topologyinformation (connectivity, unitary constraints and pairwise constraints) is received dynamically from 2D sketched input and primitives. From the 2D topology information, amore accurate 2D geometry can be built up by applying a 2D geometric constraint solver. Subsequently, 3D geometry can be received feature by feature incrementally. Eachfeature can be recognised by inference knowledge in terms of matching its 2D primitive configurations and connection relationships. The system accepts not only sketchedinput, working as an automatic design tool, but also accepts user interactive input of both 2D primitives and special positional 3D primitives. This makes it easy and friendlyto use. The system has been tested with a number of sketched inputs of 2D and 3D geometry.
keywords Conceptual Design, Geometric Modelling, Fuzzy Knowledge
series journal paper
email
last changed 2003/05/15 21:33

_id 389b
authors Do, Ellen Yi-Luen
year 2000
title Sketch that Scene for Me: Creating Virtual Worlds by Freehand Drawing
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. 265-268
doi https://doi.org/10.52842/conf.ecaade.2000.265
summary With the Web people can now view virtual threedimensional worlds and explore virtual space. Increasingly, novice users are interested in creating 3D Web sites. Virtual Reality Modeling Language gained ISO status in 1997, although it is being supplanted by the compatible Java3D API and alternative 3D Web technologies compete. Viewing VRML scenes is relatively straightforward on most hardware platforms and browsers, but currently there are only two ways to create 3D virtual scenes: One is to code the scene directly using VRML. The other is to use existing CAD and modeling software, and save the world in VRML format or convert to VRML from some other format. Both methods are time consuming, cumbersome, and have steep learning curves. Pen-based user interfaces, on the other hand, are for many an easy and intuitive method for graphics input. Not only are people familiar with the look and feel of paper and pencil, novice users also find it less intimidating to draw what they want, where they want it instead of using a complicated tool palette and pull-down menus. Architects and designers use sketches as a primary tool to generate design ideas and to explore alternatives, and numerous computer-based interfaces have played on the concept of "sketch". However, we restrict the notion of sketch to freehand drawing, which we believe helps people to think, to envision, and to recognize properties of the objects with which they are working. SKETCH employs a pen interface to create three-dimensional models, but it uses a simple language of gestures to control a three-dimensional modeler; it does not attempt to interpret freehand drawings. In contrast, our support of 3D world creation using freehand drawing depend on users’ traditional understanding of a floor plan representation. Igarashi et al. used a pen interface to drive browsing in a 3D world, by projecting the user’s marks on the ground plane in the virtual world. Our Sketch-3D project extends this approach, investigating an interface that allows direct interpretation of the drawing marks (what you draw is what you get) and serves as a rapid prototyping tool for creating 3D virtual scenes.
keywords Freehand Sketching, Pen-Based User Interface, Interaction, VRML, Navigation
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:55

_id 13d8
authors Pratini, Edison
year 2000
title Dos esboços no papel para o esboçar no espaço: a concepção de um sistema gestual para modelagem 3D (From Paper Sketches Towards Sketching in Space: The Conception of a Gesture System for 3D Modeling)
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 261-264
summary This paper describes the conceptual basis of a research on a simple and intuitive 3D modeling tool to be used from the very beginning of architectural or object design. The proposed system - the 3D SketchMaker - is a gestural 3D-sketching instrument. The results of two simple and different developed prototypes show this is a feasible way.
series SIGRADI
email
last changed 2016/03/10 09:58

_id ec4d
authors Croser, J.
year 2001
title GDL Object
source The Architect’s Journal, 14 June 2001, pp. 49-50
summary It is all too common for technology companies to seek a new route to solving the same problem but for the most part the solutions address the effect and not the cause. The good old-fashioned pencil is the perfect example where inventors have sought to design-out the effect of the inherent brittleness of lead. Traditionally different methods of sharpening were suggested and more recently the propelling pencil has reigned king, the lead being supported by the dispensing sleeve thus reducing the likelihood of breakage. Developers convinced by the Single Building Model approach to design development have each embarked on a difficult journey to create an easy to use feature packed application. Unfortunately it seems that the two are not mutually compatible if we are to believe what we see emanating from Technology giants Autodesk in the guise of Architectural Desktop 3. The effect of their development is a feature rich environment but the cost and in this case the cause is a tool which is far from easy to use. However, this is only a small part of a much bigger problem, Interoperability. You see when one designer develops a model with one tool the information is typically locked in that environment. Of course the geometry can be distributed and shared amongst the team for use with their tools but the properties, or as often misquoted, the intelligence is lost along the way. The effect is the technological version of rubble; the cause is the low quality of data-translation available to us. Fortunately there is one company, which is making rapid advancements on the whole issue of collaboration, and data sharing. An old timer (Graphisoft - famous for ArchiCAD) has just donned a smart new suit, set up a new company called GDL Technology and stepped into the ring to do battle, with a difference. The difference is that GDL Technology does not rely on conquering the competition, quite the opposite in fact their success relies upon the continued success of all the major CAD platforms including AutoCAD, MicroStation and ArchiCAD (of course). GDL Technology have created a standard data format for manufacturers called GDL Objects. Product manufacturers such as Velux are now able to develop product libraries using GDL Objects, which can then be placed in a CAD model, or drawing using almost any CAD tool. The product libraries can be stored on the web or on CD giving easy download access to any building industry professional. These objects are created using scripts which makes them tiny for downloading from the web. Each object contains 3 important types of information: · Parametric scale dependant 2d plan symbols · Full 3d geometric data · Manufacturers information such as material, colour and price Whilst manufacturers are racing to GDL Technologies door to sign up, developers and clients are quick to see the benefit too. Porsche are using GDL Objects to manage their brand identity as they build over 300 new showrooms worldwide. Having defined the building style and interior Porsche, in conjunction with the product suppliers, have produced a CD-ROM with all of the selected building components such as cladding, doors, furniture, and finishes. Designing and detailing the various schemes will therefore be as straightforward as using Lego. To ease the process of accessing, sizing and placing the product libraries GDL Technology have developed a product called GDL Object Explorer, a free-standing application which can be placed on the CD with the product libraries. Furthermore, whilst the Object Explorer gives access to the GDL Objects it also enables the user to save the object in one of many file formats including DWG, DGN, DXF, 3DS and even the IAI's IFC. However, if you are an AutoCAD user there is another tool, which has been designed especially for you, it is called the Object Adapter and it works inside of AutoCAD 14 and 2000. The Object Adapter will dynamically convert all GDL Objects to AutoCAD Blocks during placement, which means that they can be controlled with standard AutoCAD commands. Furthermore, each object can be linked to an online document from the manufacturer web site, which is ideal for more extensive product information. Other tools, which have been developed to make the most of the objects, are the Web Plug-in and SalesCAD. The Plug-in enables objects to be dynamically modified and displayed on web pages and Sales CAD is an easy to learn and use design tool for sales teams to explore, develop and cost designs on a Notebook PC whilst sitting in the architects office. All sales quotations are directly extracted from the model and presented in HTML format as a mixture of product images, product descriptions and tables identifying quantities and costs. With full lifecycle information stored in each GDL Object it is no surprise that GDL Technology see their objects as the future for building design. Indeed they are not alone, the IAI have already said that they are going to explore the possibility of associating GDL Objects with their own data sharing format the IFC. So down to the dirty stuff, money and how much it costs? Well, at the risk of sounding like a market trader in Petticoat Lane, "To you guv? Nuffin". That's right as a user of this technology it will cost you nothing! Not a penny, it is gratis, free. The product manufacturer pays for the license to host their libraries on the web or on CD and even then their costs are small costing from as little as 50p for each CD filled with objects. GDL Technology has come up trumps with their GDL Objects. They have developed a new way to solve old problems. If CAD were a pencil then GDL Objects would be ballistic lead, which would never break or loose its point. A much better alternative to the strategy used by many of their competitors who seek to avoid breaking the pencil by persuading the artist not to press down so hard. If you are still reading and you have not already dropped the magazine and run off to find out if your favorite product supplier has already signed up then I suggest you check out the following web sites www.gdlcentral.com and www.gdltechnology.com. If you do not see them there, pick up the phone and ask them why.
series journal paper
email
last changed 2003/04/23 15:14

_id 80f0
authors Dokonal, Wolfgang
year 1999
title Three Dimensional Computer Models in Development Planning
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 685-693
doi https://doi.org/10.52842/conf.ecaade.1999.685
summary The paper shows a way to use computer generated spatial models in planning to increase the quality of development planning inside a community and to enable a better vision of future developments in showing the spatial impact of possible solutions inside a bandwidth of surface utilisation and density. It describes the application of this technique to give the specialists and the members of a community a comparatively easy to use tool to show the impact of planning decisions and therefore increase the discussion about a desirable future.
keywords 3D City Modeling, Planning, Spatial Models, Development
series eCAADe
email
last changed 2022/06/07 07:55

_id db00
authors Espina, Jane J.B.
year 2002
title Base de datos de la arquitectura moderna de la ciudad de Maracaibo 1920-1990 [Database of the Modern Architecture of the City of Maracaibo 1920-1990]
source SIGraDi 2002 - [Proceedings of the 6th Iberoamerican Congress of Digital Graphics] Caracas (Venezuela) 27-29 november 2002, pp. 133-139
summary Bases de datos, Sistemas y Redes 134The purpose of this report is to present the achievements obtained in the use of the technologies of information andcommunication in the architecture, by means of the construction of a database to register the information on the modernarchitecture of the city of Maracaibo from 1920 until 1990, in reference to the constructions located in 5 of Julio, Sectorand to the most outstanding planners for its work, by means of the representation of the same ones in digital format.The objective of this investigation it was to elaborate a database for the registration of the information on the modernarchitecture in the period 1920-1990 of Maracaibo, by means of the design of an automated tool to organize the it datesrelated with the buildings, parcels and planners of the city. The investigation was carried out considering three methodologicalmoments: a) Gathering and classification of the information of the buildings and planners of the modern architectureto elaborate the databases, b) Design of the databases for the organization of the information and c) Design ofthe consultations, information, reports and the beginning menu. For the prosecution of the data files were generated inprograms attended by such computer as: AutoCAD R14 and 2000, Microsoft Word, Microsoft PowerPoint and MicrosoftAccess 2000, CorelDRAW V9.0 and Corel PHOTOPAINT V9.0.The investigation is related with the work developed in the class of Graphic Calculation II, belonging to the Departmentof Communication of the School of Architecture of the Faculty of Architecture and Design of The University of the Zulia(FADLUZ), carried out from the year 1999, using part of the obtained information of the works of the students generatedby means of the CAD systems for the representation in three dimensions of constructions with historical relevance in themodern architecture of Maracaibo, which are classified in the work of The Other City, generating different types ofisometric views, perspectives, representations photorealistics, plants and facades, among others.In what concerns to the thematic of this investigation, previous antecedents are ignored in our environment, and beingthe first time that incorporates the digital graph applied to the work carried out by the architects of “The Other City, thegenesis of the oil city of Maracaibo” carried out in the year 1994; of there the value of this research the field of thearchitecture and computer science. To point out that databases exist in the architecture field fits and of the design, alsoweb sites with information has more than enough architects and architecture works (Montagu, 1999).In The University of the Zulia, specifically in the Faculty of Architecture and Design, they have been carried out twoworks related with the thematic one of database, specifically in the years 1995 and 1996, in the first one a system wasdesigned to visualize, to classify and to analyze from the architectural point of view some historical buildings of Maracaiboand in the second an automated system of documental information was generated on the goods properties built insidethe urban area of Maracaibo. In the world environment it stands out the first database developed in Argentina, it is the database of the Modern andContemporary Architecture “Datarq 2000” elaborated by the Prof. Arturo Montagú of the University of Buenos Aires. The general objective of this work it was the use of new technologies for the prosecution in Architecture and Design (MONTAGU, Ob.cit). In the database, he intends to incorporate a complementary methodology and alternative of use of the informationthat habitually is used in the teaching of the architecture. When concluding this investigation, it was achieved: 1) analysis of projects of modern architecture, of which some form part of the historical patrimony of Maracaibo; 2) organized registrations of type text: historical, formal, space and technical data, and graph: you plant, facades, perspectives, pictures, among other, of the Moments of the Architecture of the Modernity in the city, general data and more excellent characteristics of the constructions, and general data of the Planners with their more important works, besides information on the parcels where the constructions are located, 3)construction in digital format and development of representations photorealistics of architecture projects already built. It is excellent to highlight the importance in the use of the Technologies of Information and Communication in this investigation, since it will allow to incorporate to the means digital part of the information of the modern architecturalconstructions that characterized the city of Maracaibo at the end of the XX century, and that in the last decades they have suffered changes, some of them have disappeared, destroying leaves of the modern historical patrimony of the city; therefore, the necessity arises of to register and to systematize in digital format the graphic information of those constructions. Also, to demonstrate the importance of the use of the computer and of the computer science in the representation and compression of the buildings of the modern architecture, to inclination texts, images, mapping, models in 3D and information organized in databases, and the relevance of the work from the pedagogic point of view,since it will be able to be used in the dictation of computer science classes and history in the teaching of the University studies of third level, allowing the learning with the use in new ways of transmission of the knowledge starting from the visual information on the part of the students in the elaboration of models in three dimensions or electronic scalemodels, also of the modern architecture and in a future to serve as support material for virtual recoveries of some buildings that at the present time they don’t exist or they are almost destroyed. In synthesis, the investigation will allow to know and to register the architecture of Maracaibo in this last decade, which arises under the parameters of the modernity and that through its organization and visualization in digital format, it will allow to the students, professors and interested in knowing it in a quicker and more efficient way, constituting a contribution to theteaching in the history area and calculation. Also, it can be of a lot of utility for the development of future investigation projects related with the thematic one and restoration of buildings of the modernity in Maracaibo.
keywords database, digital format, modern architecture, model, mapping
series SIGRADI
email
last changed 2016/03/10 09:51

_id sigradi2008_081
id sigradi2008_081
authors Kirschner, Ursula
year 2008
title Study of digital morphing tools during the design process - Application of freeware software and of tools in commercial products as well as their integration in AutoCAD
source SIGraDi 2008 - [Proceedings of the 12th Iberoamerican Congress of Digital Graphics] La Habana - Cuba 1-5 December 2008
summary This research work examines methods of experimental designing with CAAD in a CAD laboratory with architecture students as the testing persons. Thereby the main focus is on the early phase of finding forms, in which different techniques with digital media are tried out in the didactic architectural design lessons. In these work have been traced the influences of the media employed on the design processes and combined the approaches of current CAAD research with aspects from classic design theory. For mathematical rules of proportion, atmospheric influence factors and analogy concepts in architecture, I have developed design methods which have been applied and verified in several series of seminars. (Kirschner, U.: 2000, Thesis, a CAAD supported architectural design teaching, Hamburg, school of arts). Previous experimental exercises showed that morphological sequences of modeling are effective sources for playful designing processes. In the current work these approaches are enhanced and supplemented by different morphological architectural concepts for creating shapes. For this purpose 2D based software like Morphit, Winmorph and other freeware were used. Whereas in the further development of this design technique we used 3D freeware morphing programs like zhu3D or Blender. The resulting morphological shapes were imported in CAD and refined. Ideally the morphing tool is integrated in the modeling environment of the standard software AutoCAD. A digital city model is the starting basis of the design process to guarantee the reference to the reality. The applied design didactic is predicated on the theories of Bernhard Hoesli. The act of designing viewed as „waiting for a good idea“ is, according to him, unteachable; students should, in contrast, learn to judge the „the force of an idea“. On the subject of morphology a form-generating method in the pre-design phase has been tested. Starting from urban-planning lines on an area map, two simple geometric initial images were produced which were merged by means of morphing software. Selected images from this film sequence were extruded with CAAD to produce solid models as sectional drawings. The high motivation of the students and the quality of the design results produced with these simple morphing techniques were the reason for the integration of the artistic and scientific software into the creative shape modeling process with the computer. The students learned in addition to the „bottom up “and „ top down” new design methods. In the presentation the properties and benefits of the morphing tools are presented in tables and are analyzed with regard to the architectural shape generating in an urban context. A catalogue of criteria with the following topics was developed: user friendliness, the ability of integrating the tools or as the case may be the import of data into a CAD environment, the artistic aspects in terms of the flexibility of shape generating as well as the evaluation of the aesthetic consideration of shapes.
keywords Architectural design, freeware morphing software, AutoCAD
series SIGRADI
email
last changed 2016/03/10 09:53

_id 2720
authors Magyar, Peter and Temkin, Aron
year 2000
title Developing an Algorithm for Topological Transformation
source SIGraDi’2000 - Construindo (n)o espacio digital (constructing the digital Space) [4th SIGRADI Conference Proceedings / ISBN 85-88027-02-X] Rio de Janeiro (Brazil) 25-28 september 2000, pp. 203-205
summary This research intends to test the architectural application of Jean Piaget’s clinical observations, described in the book: The Child’s Conception of Space (Piaget, 1956), according to which topology is an ordering discipline, active in the human psyche. Earlier attempts, based on the principles of graph-theory, were able to cover only a narrow aspect of spatial relations, i.e. connectivity, and were mostly a-perceptional, visually mute. The “Spaceprint” method, explained and illustrated in co-author’s book: Thought Palaces (Magyar, 1999), through dimensional reduction, investigates volumetric, 3D characteristics and relationships with planar 2D configurations. These configurations, however, represent dual values: they are simultaneously the formal descriptors of both finite matter and (fragments of) infinite space. The so- called “Particular Spaceprint”, as a tool of design development in building, object, or urban scales, with the help of digital technology, could express - again simultaneously - qualities of an idea-gram and the visual, even tactile aspects of material reality. With topological surface-transformations, the “General Spaceprints”, these abstract yet visually active spatial formulas can be obtained.
series SIGRADI
email
last changed 2016/03/10 09:55

_id 60a7
authors Monedero, Javier
year 2000
title Parametric design: a review and some experiences
source Automation in Construction 9 (4) (2000) pp. 369-377
summary During the last few years there has been an extraordinary development of computer-aided tools intended to present or communicate the results of architectural projects. But there has not been a comparable progress in the development of tools intended to assist design to generate architectural forms in an easy and interactive way. Even worse, architects who use the powerful means provided by computers as a direct tool to create architectural forms are still an exception. Architecture continues to be produced by traditional means using the computer as little more than a drafting tool. The main reasons that may explain this situation can be identified rather easily, although there will be significant differences of opinion. In my opinion, it is a mistake trying to advance too rapidly and, for instance, proposing integrated design methods using expert systems and artificial intelligence while no adequate tools to generate and modify simple 3D-models are available. The modeling tools we have at the present moment are unsatisfactory. Their principal limitation is the lack of appropriate instruments to modify interactively the model once it has been created. This is a fundamental aspect in any design activity, where the designer is constantly going forward and backwards, re-elaborating once and again some particular aspect of the model, or its general layout, or even coming back to a previous solution that had been temporarily abandoned. This paper presents a general summary of the actual situation and recent developments that may be incorporated to architectural design tools in a near future, together with some critical remarks about their relevance to architecture.
series journal paper
more http://www.elsevier.com/locate/autcon
last changed 2003/05/15 21:22

_id aeec
authors Regenbrecht, H., Kruijff, E., Donath, D., Seichter, H. and Beetz, J.
year 2000
title VRAM - A Virtual Reality Aided Modeller
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. 235-237
doi https://doi.org/10.52842/conf.ecaade.2000.235
summary This article describes VRAM, short for Virtual Reality Aided Modeler. VRAM is a conceptual design tool supported by Virtual Reality technology and an ongoing testbed for theory and methodology in the field of three dimensional user interfaces (3DUIs). The outcomes from the project should consist of an intuitive and comprehensive immersive surface modeler, next to a set of taxonomies and guidelines for the development of 3DUIs. Based on a modular structure, VRAMs program architecture allows the easy extension of functionality. The application consists of the seamless integration of four main functionality modules, namely system control, viewing & browsing, editing and modeling. Based on the premise of portability, the software environment runs on both SGI Irix and MS Windows NT platforms. To be relatively independent in developing 3DUI techniques, the VRAM environment supports a multiplicity of input and output devices. Due to the focus on immersive modeling, tracking devices, head mounted displays and stereoprojection devices are the main I/O channels. In this article, we will primary focus on the functionality of the virtual modeller.
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 08:00

_id f80f
authors Samiaji, Doddy
year 2001
title Development Simulator
source University of Washington, Design Machine Group
summary Development Simulator is a 3D simulation design application for architects and urban designers. Written in Visual Basic environment, using COM and ActiveX, it serves as a decision-making-support-system that reveals the impact of development numbers to three dimensional building form. The tool combines the power of a drawing program, AutoCAD 2000 and a spreadsheet program, Excel 2000. Development Simulator runs in Windows 2000.
series thesis:MSc
email
more http://dmg.caup.washington.edu/xmlSiteEngine/browsers/stylin/publications.html
last changed 2004/06/02 19:12

_id 55ca
authors Mase, Jitsuro
year 2000
title Moderato: 3D Sketch CAD with Quick Positioned Working Plane and Texture Modelling
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. 269-272
doi https://doi.org/10.52842/conf.ecaade.2000.269
summary The lack of computer systems that can be easily used during the early stages of the architectural design process has been discussed for many years. The usual argument starts with the recognition that hand drawn sketches are an important tool in the early stage of both professional and student design because they can be used to visualise the designer’s ideas quickly and have the flexibility to handle any shape the designer imagines. Research has then mostly focused on using computer based sketch recognition to directly produce three dimensional models from hand drawn sketches. However sketch recognition still has certain problems that require the drawing action of users to be constrained in some way in order to be solved. If sketch recognition is still imperfect, the possibility of directly sketching within digital 3D space should be considered. Some systems allowing user to sketch in digital 3D space have been developed which do not depend on sketch recognition. Although Piranesi does not aim to support sketch design, it does allow the user to paint in the Z-buffer space - an unique idea termed "interactive rendering." SketchVRML tries to generate 3D geometrical data automatically from 2D hand drawn sketches by adding the depth value to the drawn lines according to the strength of line strokes. SketchBoX provides translucent surfaces in digital 3D space which can be glued onto existing objects or arranged anywhere in space. These surfaces have texture map data which can be modified by painting onto the texture. Transparent textures can be painted onto the surfaces to create see-through portions. Moderato also uses this technique to model a polygonÕs shape.
keywords Sketch, Early Stage, Interface, 3D Modelling
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:59

_id bb5f
authors Ahmad Rafi, M.E. and Mohd Fazidin, J.
year 2001
title Creating a City Administration System (CAS) using Virtual Reality in an Immersive Collaborative Environment (ICE)
source Architectural Information Management [19th eCAADe Conference Proceedings / ISBN 0-9523687-8-1] Helsinki (Finland) 29-31 August 2001, pp. 449-453
doi https://doi.org/10.52842/conf.ecaade.2001.449
summary Current problems in administration of a city are found to be decentralized and noninteractive for an effective city management. This usually will result in inconsistencies of decision-making, inefficient services and slow response to a particular action. City administration often spends more money, time and human resource because of these problems. This research demonstrates our research and development of creating a City Administration System (CAS) to solve the problems stated above. The task of the system is to use information, multimedia and graphical technologies to form a database in which the city administrators can monitor, understand and manage an entire city from a central location. The key technology behind the success of the overall system uses virtual reality and immersive collaborative environment (ICE). This system employs emerging computer based real-time interactive technologies that are expected to ensure effective decisionmaking process, improved communication, and collaboration, error reduction, (Rafi and Karboulonis, 2000) between multi disciplinary users and approaches. This multi perspective approach allows planners, engineers, urban designers, architects, local authorities, environmentalists and general public to search, understand, process and anticipate the impact of a particular situation in the new city. It is hoped that the CAS will benefit city administrators to give them a tool that gives them the ability to understand, plan, and manage the business of running the city.
keywords City Administration System (CAS), Virtual Reality, Immersive Collaborative Environment (ICE), Database
series eCAADe
email
last changed 2022/06/07 07:54

_id 456a
authors Alvarado, R.G., Parra, J.C., Vergara, R.L. and Chateau, H.B.
year 2000
title Architectural References to Virtual Environments Design
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. 151-155
doi https://doi.org/10.52842/conf.ecaade.2000.151
summary Based on a comparison between the perception of digital and real construction, the development of virtual systems and the review of additional sources, this paper states some differences between the design of virtual environments and architectural spaces. Virtual-reality technologies provide advanced capabilities to simulate real situations, and also to create digital worlds not referred to physical places, such as imaginary landscapes or environments devoted to electronic activities, like entertainment, learning or commerce. Some on-line services already use 3D-stages, resembling building halls and domestic objects, and several authors have mentioned virtual modeling as a job opportunity to architects. But it will argue in this paper that the design of those environments should consider their own digital characteristics. Besides, the use of virtual installations on networks impells a convergence with global media, like Internet or TV. Virtual environments can be a 3Devolution of communicational technologies, which have an increasing participation in culture, reaching a closer relationship to contemporary architecture.
keywords Virtual Environments, Spatial Perception, Design Methodology
series eCAADe
email
more http://www.uni-weimar.de/ecaade/
last changed 2022/06/07 07:54

_id a35a
authors Arponen, Matti
year 2002
title From 2D Base Map To 3D City Model
source UMDS '02 Proceedings, Prague (Czech Republic) 2-4 October 2002, I.17-I.28
summary Since 1997 Helsinki City Survey Division has proceeded in experimenting and in developing the methods for converting and supplementing current digital 2D base maps in the scale 1:500 to a 3D city model. Actually since 1986 project areas have been produced in 3D for city planning and construction projects, but working with the whole map database started in 1997 because of customer demands and competitive 3D projects. 3D map database needs new data modelling and structures, map update processes need new working orders and the draftsmen need to learn a new profession; the 3D modeller. Laser-scanning and digital photogrammetry have been used in collecting 3D information on the map objects. During the years 1999-2000 laser-scanning experiments covering 45 km2 have been carried out utilizing the Swedish TopEye system. Simultaneous digital photography produces material for orto photo mosaics. These have been applied in mapping out dated map features and in vectorizing 3D buildings manually, semi automatically and automatically. In modelling we use TerraScan, TerraPhoto and TerraModeler sw, which are developed in Finland. The 3D city model project is at the same time partially a software development project. An accuracy and feasibility study was also completed and will be shortly presented. The three scales of 3D models are also presented in this paper. Some new 3D products and some usage of 3D city models in practice will be demonstrated in the actual presentation.
keywords 3D City modeling
series other
email
more www.udms.net
last changed 2003/11/21 15:16

_id bbb9
authors Blaise, Jean-Yves and Dudek, Iwona
year 1999
title SOL: Spatial and Historical Web-Based Interface for On Line Architectural Documentation of Krakow's Rynek Gowny
source Architectural Computing from Turing to 2000 [eCAADe Conference Proceedings / ISBN 0-9523687-5-7] Liverpool (UK) 15-17 September 1999, pp. 700-707
doi https://doi.org/10.52842/conf.ecaade.1999.700
summary Our paper presents recent developments of a co-operation program that links the MAP-GAMSAU CNRS laboratory (Marseilles, France), specialised in computer science and the HAiKZ Institute of Krakow's Faculty of Architecture, specialised in architectural heritage and conservation. Before undertaking any action to a listed building or interventions in its neighbourhood, it is vital to gain a clear understanding of the building in question. Numerous heterogeneous data detained by diverse institutions has to be handled. This process can be greatly eased by enhanced classification of the information. The development we present is a multidisciplinary platform independent information tool dedicated to education and research. SOL uses an http protocol centred computer architecture connecting a relational database, a VRML 2.0 representation module and a web search interface. It allows searches and updating of the database through a standard text based interface, a VRML 2.0 graphical module and a thematic interface. SOL is experienced on the urban fabric of the Main Square (Rynek Gówny) in Kraków. The choice of a web-centred development, both in the search and updating interface and in the representation module provides platform independence and distant access to the database, and enables successive contributions of students or researchers.
keywords Web Interface, Database, Architectural Heritage Environment, Information Module, Historical Evolutions
series eCAADe
email
more http://alberti.gamsau.archi.fr
last changed 2022/06/07 07:52

_id eabb
authors Boeykens, St. Geebelen, B. and Neuckermans, H.
year 2002
title Design phase transitions in object-oriented modeling of architecture
source Connecting the Real and the Virtual - design e-ducation [20th eCAADe Conference Proceedings / ISBN 0-9541183-0-8] Warsaw (Poland) 18-20 September 2002, pp. 310-313
doi https://doi.org/10.52842/conf.ecaade.2002.310
summary The project IDEA+ aims to develop an “Integrated Design Environment for Architecture”. Its goal is providing a tool for the designer-architect that can be of assistance in the early-design phases. It should provide the possibility to perform tests (like heat or cost calculations) and simple simulations in the different (early) design phases, without the need for a fully detailed design or remodeling in a different application. The test for daylighting is already in development (Geebelen, to be published). The conceptual foundation for this design environment has been laid out in a scheme in which different design phases and scales are defined, together with appropriate tests at the different levels (Neuckermans, 1992). It is a translation of the “designerly” way of thinking of the architect (Cross, 1982). This conceptual model has been translated into a “Core Object Model” (Hendricx, 2000), which defines a structured object model to describe the necessary building model. These developments form the theoretical basis for the implementation of IDEA+ (both the data structure & prototype software), which is currently in progress. The research project addresses some issues, which are at the forefront of the architect’s interest while designing with CAAD. These are treated from the point of view of a practicing architect.
series eCAADe
email
last changed 2022/06/07 07:52

For more results click below:

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