Layered Geometric Information System

Size: px
Start display at page:

Download "Layered Geometric Information System"

Transcription

1 Layered Geometric Information System Pierre Smars Dept of Architecture & Civil Engineering, University of Bath Bath BA2 7AY, United Kingdom Phone: , Koen Van Balen, Kris Nuyts Raymond Lemaire Centre for Conservation, K.U.Leuven Kasteelpark Arenberg 1, B-3001 Heverlee, Belgium Phone: , Keywords: Cultural Heritage, Database, Management, Augmented Models, Reconstruction, Visualisation Abstract Virterf is a software combining recent developments in computer vision and reverse engineering targeted for professionals working in the field of architectural conservation. The first part of the software aims at building relatively automatically a 3D model. In this article, focus is given to the second part, offering tools to qualify and query it. Information can be added, organised in themes or linked to the model. The resulting database with the software s visualisation capacities facilitates comparison, synthesis and decision. Some reference concepts are first presented, the functionalities offered described and - following first applications - some possible development are discussed. 1 Introduction 1.1 The Virterf project From September 1999 to September 2001, a project called Virterf ran at the University of Leuven. It resulted from a collaboration between three departments of the University. The aim was to develop a "three-dimensional digital information system for the documentation, representation and conservation of our architectural heritage". The department of electrical engineering (ESAT) had experience in 3D reconstruction of scenes and developed a module to acquire geometrical data (points) from a set of images and reference points. The department of mechanical engineering (PMA) had experience in 'reverse engineering' and developed a module to mesh and optimise point clouds coming from the first module. The department of architecture (ASRO) had experience in the use of computers in conservation practice (Van Balen) and developed a module to visualize, enrich and query the model built with the first two modules. This paper will concentrate on this last contribution. The ones of ESAT and PMA are also presented in this symposium: J. Schouteden et al., Image-Based 3D Acquisition Tool for Architectural Conservation B. Lauwers et al., The Application of Reverse Engineering Technology in Model Reconstruction for Conservation 1.2 Recording Heritage conservation is a complex activity. The study object is very often unique. It is certainly interesting to us for his peculiarities (Torsello). The survey (largo sensu) aims to recognize and record them (Feiffer). Every day new dimensions are considered. Specialists gather facts. These substantially analytical phases typically leads to some synthesis (interpretations or decisions). All aspects are interrelated. It is certainly interesting to organise the information in a common structure, to provide an integration tool. Heritage conservation is partly subjective. The differences of attitude according to country or period illustrate very well the cultural dimension. A specialist interprets facts. A decision-maker weights contradictory requirements. But it is also true, that every respectable school of thought wish to base opinion on objective bases (Torsello). The present interest for cultural heritage strengthens this exigency with respect to conservation practice. What is not often clear enough (intentionally or not) is the position of the demarcation line between objective and subjective information. It is certainly debatable and conventional, but piece of information have admittedly different level of objectivity and a better view on them would contribute to clarify the decision-chain. In the recording activity, the question of time is important to discuss. Antagonistic requirements weigh in. On one hand, faster surveying is desirable. Apart from the evident financial benefit, it can mean a lot indirectly: underprivileged context can be studied, new scale of problems tackled, and objects studied more in depth. The new techniques implied also may extend our vision on the reality. On the other hand, timesaving can be dangerous. A 'machine' delivering a complete model at the pressing of a button does not fulfil all the requirement of a proper survey. Surveying is a learning process. Time is necessary to understand. The user needs to assimilate the features recorded whatever the faithfulness of this recording. It is also clear that every aspect of surveying does not

2 bring the same amount of insight. The ideal solution would be to accelerate the less interesting aspects and to help and refine the more beneficial ones. In order to do that, new tools of understanding should be provided with automatic techniques. If it is easy to create 3D model with point (0D) and curve (1D) entities, experience show that it is difficult to work with them. They remain always visible, even if in the reality they would have been hidden by some surface. They are also intrinsically poorer in content. It may not be problematic for façade surveys but it become tedious for objects having a pronounced third dimension (like buildings, vaults or some sites). Volume entities (3D) would be ideal. They have probably a clearer meaning (being for instance related to architectural elements). Unfortunately, one only sees surfaces. Ways exist to investigate (directly or indirectly) the inner structure of elements but they normally call for new hypotheses. Finally, surfaces (2D) are probably the best entities to deal with if one want to keep high 'objectivity'. Furthermore, information can be added. Geometrical dimensions are not the only ones. Surfaces have colours. Photographs can record them easily and systematically. It has to be noted that high dimension allows extraction of carefully selected lower dimension information. There are some complications though. Objectiveness is more a target than a fact. Survey is a two-time process. Elements are first chosen and then measured. A qualitative moment is followed by a quantitative moment (Feiffer). In this way, a continuous problem is transformed in a discrete one. Each particular technique makes hypotheses about the behaviour of discretised elements. A wall can be considered vertical, inclined or bulged. Likewise, only a limited number of measurements is taken to survey curves or surfaces (some points usually). The quality of the results follows the quality of the two phases. Then come a problem with automatic systems. They are usually better in the 'quantitative' phase. They produce rough data, calling for qualification. Differences may be made between windows and walls, between sandstone and limestone. The discrete character of surveying has not to be seen as a weakness. Reality conveys infinite amount of information. To grasp it, one needs to abstract. It is the surveyor's work to emphasise the important, to find an expressive representation of the situation. The variations of colours are subtle on a photograph but don't tell whether a stone is sand or limestone. An interpretation can produce readable representation (with the help of other data). Abstraction can range from a low level (type of stone) to a much higher level (value). Automatic systems - because of their usual lack of qualitative expertise, have to provide more information to allow extracting qualitative data. The precise measuring of edges (corners, mouldings) requires for instance a very dense automatic measuring pattern. This would not have been necessary if the shape was first analysed. But concomitantly, they may be more open to subsequent interpretations. Figure 1. Diagram showing the structure of Virterf software

3 1.3 Implementation The ASRO module is built in four levels. The first level uses an existing C++ visualisation library: VTK (Visualization Toolkit). It is an "open source, freely available software system for 3D computer graphics, image processing, and visualization". It provides basic methods to define, show and transform 3D data. The second level implements the general structure of the module in a set of new C++ classes. An efficient low-level language allows computation intensive functions to perform fast. The third level implements a set of commands giving access to the C++ classes of the second level. They are extensions of the Tcl scripting language (Tool Command Language). Scripting languages gives more flexibility to the user who can customize the code (not compiled). It also helps the developer who can test his program more easily. New Tcl commands can be written in C++. They are compiled in a library (DLL) that can be loaded in a Tcl interpreter, extending the functionalities. The code can be written manually but we used a freely available software tool, SWIG to automate the process. SWIG connects programs written in a variety of low-level programming language (such as C++) with a variety of high-level languages (such as Tcl/Tk). It automatically creates interface code using the original C++ classes' headers and files specifying the interface. The fourth level uses the original Tcl commands; the one developed in the third level and Tk commands to build a user interface. Tk (toolkit) comes with Tcl (usually referred as Tcl/Tk), it allows to quickly create graphical applications. The user can interact with the model at the third level (with commands typed in a console window) or at the fourth (with the graphical user interfaces). All the actions are recorded in a log file. This allows the user to reconstruct a previous stage of the model (not yet automatically). Log files are also a record of how something was done and by whom and open the possibility to judge about the quality of every piece of information of the model. The ability to store set of commands in small files, Tcl scripts, allows storing the key used to produce a result instead of the results itself. This can save memory and remain valid if the model is changed. Dealing with monuments, long-term concern is an issue. Text files are used for the databases. They always start with an explanation of the format. In this way, the chance to recover information in the future is maximized. 2 Model construction Figure 2. Model of a Garden pavilion of Park Abbey in Leuven In the following two sections, the functionalities of the software will be presented. The product of ESAT and PMA modules is a file describing a textured triangle mesh (figure 2). The file contains also information about the data origin. This forms the 'objective' part of the model.

4 The ASRO module allows the user to add more 'subjective' information, resulting from the work of the different contributors. The information is organized in three groups: attribute themes (2.1), vector graphic themes (2.2) and links (2.3). Themes give a partial view on the model and are typically created by one specialist. Links are more flexible. 2.1 Attributes Figure 3. Façade of the nave of Antwerp Cathedral, material theme in construction and query on areas Attribute themes may group information on materials, pathology or construction phases. They are not imposed but created by the users, according to their needs. Themes are further divided in layers related to the attributes types (stone and wood in a material theme for instance). When a new theme is created, a layer 'unknown' is automatically assigned to all the triangles. The user must then create specific layers and qualify the geometry relating triangles to layers. This is a two times process: making a selection and choosing an attribute to apply to the selection. The colours of the deselected elements become lighter to give a feedback to the user. Different options are available to define a set of geometrical data. Triangles can be selected (or de-selected) one at the time or using polygons (inscribed or round). A selection set can be redefined by intersection, union or difference with the triangles belonging to a given layer. It can also be inverted, made empty or include all the triangles. With this system it is for instance possible to select elements inside a given area, built in stone and prior to a given construction stage. As the model's construction progresses, adding new attributes becomes therefore easier. Small Tcl scripts can be written with all the commands necessary to easily reuse selection sets. When a selection is made, an attribute can be assigned from the list of existing attributes (layers) from the active theme. The selection set remains active until the complete set is reselected. So more attributes can be applied to the same set. One element complicates the process: feature edges may not correspond to triangles edges. The transition line between brick and stone may for instance fall inside a triangle. If the triangles were very small (their dimension being of the order of magnitude of the details), it would not be so important, but it is unlikely to be so. A tool was therefore devised to refine the mesh. It uses a cutting segment defined on the model with the mouse. The triangles created receive by default the attributes and texture from the original triangle. 2.2 Vector graphics Points and segments can be drawn. They are placed in the active layer of the active theme. They are drawn via picking or via coordinate introduction. Display points defined by the mouse (2D) are projected on the model (3D). It is possible to draw a segment connecting the two 3D points so defined or a 'polyline' intersecting the model. These tools allow the user to draw very quickly the joints of a stone, cracks or any other 1-dimensional features. Section can also be drawn, selecting or defining a plane (via 3 points). The easiness of the process allows the user to quickly search for the best position. In just one command, it is possible to generate iso-lines of a vault. Geometries can be imported and exported via DXF files. Of course, only the limited number of spatial elements supported could be imported. Original layers are mapped on layers of the active theme. If the names do not match, new sub-layers are created.

5 These facilities allow to import results coming from other sources (deformation, FEM, ). Figure 4. Model of a Garden pavilion of Park Abbey in Leuven, sections through the model in a vector theme 2.3 Links Not all the information related to an object is geometrical. Specialists produce reports. They also may want to annotate some parts of the model to clarify the meaning of layers or characterise special elements. Information is not necessarily textual. It can consist of images, figures, databases or html documents. These have normally relations with elements of the model (geometric or thematic). The possibility to define links was included to express them. Links are materialised by small spheres coloured according to the type of file linked. With the mouse, the user can query their name and a description or visualise their content via an external application. They are only visible in the themes relevant to them. It is probably not interesting to have direct access to an archaeologist report from a theme created by an engineer but one observation of the former may be of importance for the stability. If a specialist thinks that the attribute layers paradigm does not suit his needs (because precise borders are impossible to define for instance), he can create themes only to set links to relevant documents. Links can be placed on the model or just hang in space. They can be saved in files. The possibility to link to html documents allows the user to incorporate the virterf model in a more general scheme. Figure 5. Model of a Garden pavilion of Park Abbey in Leuven, links to an image and to a text

6 Figure 6. Model of the vaults of the "Salle Héraldique" in the Arenberg Castle in Leuven, iso-lines generated 3 Model querying Model building is not an end in itself. The process of interrogating it is also part of the survey. Different tools are devised to help the user in this task. 3.1 Visualisation The 3D graphic interaction with the user is made through 3D viewing windows, based on the VTK library. The window is a partial view on the database. It shows simultaneously the geometry ("objective" image, textured) and layers ("subjective" image). Only one attribute theme and one vector theme can be shown at a time. In an attribute theme, the texture colour is changed to reflect the layer of each triangle. When no attribute theme is selected, the texture colour is the original one. The controls are classical (zoom, pan, rotate, set focus and camera position). They have an intuitive interface (mouse driven) and a numerical one to achieve a precise control. Projection can be central (perspective) or parallel. This can be interesting to produce ortho-photos. In order to better communicate with external programs, different export facilities are offered. It has already been mentioned that vector graphic data can be exported via DXF files. Selected triangles of the active theme can be exported also like that. Themes layers are exported as DXF layers. TIFF or PPM files can be exported for illustration as well as VRML files. The easiness with which one can zoom in and out may lead one to forget that accuracy is not perfect but related to the measuring process. The 'objective' basis is not perfect. It has not much sense to go to close to the object. A measure of the relation between zooming factor and point precision should be visible. We had not the time to implement this. Another improvement possible would be to give the possibility to project images on the model. This would permit the use of old photographs to track changes, deformations and disappeared features. Special photograph technique (low-angled light, photointerpreted images, IR, UV) may also put new features in evidence.

7 3.2 Geometrical querying From a 3D window on the model, it is possible to retrieve information concerning segments or surfaces. Text results can be sent to the console window, text windows or redirected to files. A segment is defined picking its extremities. Their coordinates are returned, the distance (d) is computed as well as the distance along the axes (d x, d y, d z ) and the orientation (altitude, azimuth and director cosines (c x, c y, c z )). This tool can be used for very different purposes. Controls of verticality or deformation in general are particularly easy. A surface is defined with the selection tool. The area tool then computes the total area (sum for the selected triangles), the absolute and relative area of the active theme's layers. It can be used for example to compute the surface of brick on a façade or the surface of the damaged tiles on a roof. The database basis unit is the one chosen for the reference's topographic measurements. Additional user units are definable (for distances and surfaces). In some cases, they can bring insight to the compositional process. Numerical results from the model interrogation are given in the basis and possibly in the user unit system. Querying on point was also foreseen but we had not the time to implement it. Giving a point, the idea was to retrieve an estimate of the absolute error on the position. If it corresponds to a node of the mesh, the estimate can be computed knowing the origin of the point (ESAT module does that already and reference information is stored in the database). If the point falls in the middle of a triangle the error depends of the precision of the apexes (giving a lower estimate) and of the quality of the mesh (more difficult to assess). 3.3 Database querying The database querying is provided through the selection tool used to define a criterion, the visualisation capacities showing the triangles respecting the criterion, and the area tool giving quantitative information. 4 Conclusion During all the progress of the project, regular meetings with a user group were held and helped adjusting objectives with real needs. The software was also tested on a set of test cases to control the technique's effectiveness. The model construction is certainly not entirely automatic, but still much faster than other techniques. The information contained in the photographs used to texture the model resulted particularly useful. It facilitates very much the definition of zones on the model, being so the key creation of an interdisciplinary database. On the other hand, some problems remain. The software is still in a prototype form. Developments are necessary to transform it in a real product. The accuracy of the models produced was below our expectations. The reasons for that are recognised, technical and remediable (they are discussed by Schouteden et al.). The three modules are not yet very well integrated. They run on different operating systems (Linux and Windows) and offer different user interfaces. The user-friendliness should be improved. Good representation of complex geometries with triangular elements requires very fine meshes. This leads to models containing huge amount of triangles. For the time being, such models can be very difficult to handle in a typical PC, especially because the wish to dispose of an integrating tool with a high degree of interactivity requires swift operations. It can be forecast, without any risk, that this situation is temporary. The problems mentioned are childhood illness and future will make them forget. The instrument offered is very flexible. In particular, the structure of the database is simple and it should be quite easy to use other sources of geometrical information like reflectorless EDM measurements or laser scanning. To improve the software's effectiveness as an integration tool, an Internet interface and new import/export facilities could also be provided. The software is used at the University of Bath for a project concerning Wells Cathedral. Acknowledgements The Flemish Institute for Scientific Research in Industry (IWT) has financed the Virterf project. Dr D'Ayala (University of Bath) has reviewed the article. Reference English Heritage, The Presentation of Historic Building Survey in CAD, sl, sd C. Feiffer, Il progetto di conservazione, 6 a ed., Milano, 1993 P. Torsello, La materia del Restauro, tecniche e teorie analitiche, Venezia, 1988

8 K. Van Balen, K. Nuyts, P. Smars, D. Van De Vijver, Optimisation of models for the evaluation of the stability of vaulted gothic structures using deformation measurements and crack analyses (research report, RLCC, K.U.Leuven), Leuven, 1995 IWT, < SWIG, < Tcl/Tk, < Virterf, < VTK, <

An introduction to 3D draughting & solid modelling using AutoCAD

An introduction to 3D draughting & solid modelling using AutoCAD An introduction to 3D draughting & solid modelling using AutoCAD Faculty of Technology University of Plymouth Drake Circus Plymouth PL4 8AA These notes are to be used in conjunction with the AutoCAD software

More information

HIGH AND LOW RESOLUTION TEXTURED MODELS OF COMPLEX ARCHITECTURAL SURFACES

HIGH AND LOW RESOLUTION TEXTURED MODELS OF COMPLEX ARCHITECTURAL SURFACES HIGH AND LOW RESOLUTION TEXTURED MODELS OF COMPLEX ARCHITECTURAL SURFACES E. K. Stathopoulou a, A. Valanis a, J. L. Lerma b, A. Georgopoulos a a Laboratory of Photogrammetry, National Technical University

More information

How To Draw In Autocad

How To Draw In Autocad DXF Import and Export for EASE 4.0 Page 1 of 9 DXF Import and Export for EASE 4.0 Bruce C. Olson, Dr. Waldemar Richert ADA Copyright 2002 Acoustic Design Ahnert EASE 4.0 allows both the import and export

More information

GUIDE TO POST-PROCESSING OF THE POINT CLOUD

GUIDE TO POST-PROCESSING OF THE POINT CLOUD GUIDE TO POST-PROCESSING OF THE POINT CLOUD Contents Contents 3 Reconstructing the point cloud with MeshLab 16 Reconstructing the point cloud with CloudCompare 2 Reconstructing the point cloud with MeshLab

More information

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software. Alphacam Art Alphacam Art - CNC Routing For Artists & Ideal Jewellery Cad Cam Software Alphacam Art combines Vectric s Aspire artistic design software with the market leading Alphacam manufacturing software.

More information

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt

FEAWEB ASP Issue: 1.0 Stakeholder Needs Issue Date: 03/29/2000. 04/07/2000 1.0 Initial Description Marco Bittencourt )($:(%$63 6WDNHKROGHU1HHGV,VVXH 5HYLVLRQ+LVWRU\ 'DWH,VVXH 'HVFULSWLRQ $XWKRU 04/07/2000 1.0 Initial Description Marco Bittencourt &RQILGHQWLDO DPM-FEM-UNICAMP, 2000 Page 2 7DEOHRI&RQWHQWV 1. Objectives

More information

Trimble Realworks Software

Trimble Realworks Software TECHNICAL NOTES Trimble Realworks Software A Powerful 3D Laser Scanning Office Software Suite DESIGNED FOR TODAY S MULTIFACETED SCANNING PROFESSIONAL, TRIMBLE REALWORKS IS A POWERFUL OFFICE SOFTWARE THAT

More information

technical notes trimble realworks software

technical notes trimble realworks software technical notes trimble realworks software A POWERFUL 3D LASER SCANNING OFFICE SOFTWARE SUITE Designed for today s multifaceted scanning professional, Trimble RealWorks is a powerful office software that

More information

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION

GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GEOGRAPHIC INFORMATION SYSTEMS CERTIFICATION GIS Syllabus - Version 1.2 January 2007 Copyright AICA-CEPIS 2009 1 Version 1 January 2007 GIS Certification Programme 1. Target The GIS certification is aimed

More information

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001

Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 A comparison of the OpenGIS TM Abstract Specification with the CIDOC CRM 3.2 Draft Martin Doerr ICS-FORTH, Heraklion, Crete Oct 4, 2001 1 Introduction This Mapping has the purpose to identify, if the OpenGIS

More information

Multiphase Flow - Appendices

Multiphase Flow - Appendices Discovery Laboratory Multiphase Flow - Appendices 1. Creating a Mesh 1.1. What is a geometry? The geometry used in a CFD simulation defines the problem domain and boundaries; it is the area (2D) or volume

More information

An Information System to Analize Cultural Heritage Information

An Information System to Analize Cultural Heritage Information An Information System to Analize Cultural Heritage Information J.C. Torres 1, L. López 1, C. Romo 1, and F. Soler 1 Virtual Reality Laboratory. University of Granada, Spain [email protected], WWW home page:

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to Computer Graphics Torsten Möller TASC 8021 778-782-2215 [email protected] www.cs.sfu.ca/~torsten Today What is computer graphics? Contents of this course Syllabus Overview of course topics

More information

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE...

TABLE OF CONTENTS. INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... Starting Guide TABLE OF CONTENTS INTRODUCTION... 5 Advance Concrete... 5 Where to find information?... 6 INSTALLATION... 7 STARTING ADVANCE CONCRETE... 7 ADVANCE CONCRETE USER INTERFACE... 7 Other important

More information

Glass coloured glass may pick up on scan. Top right of screen tabs: these tabs will relocate lost windows.

Glass coloured glass may pick up on scan. Top right of screen tabs: these tabs will relocate lost windows. Artec 3D scanner Instructions for Medium Handheld (MH) Scanner Scanning Conditions: Objects/surfaces that don t scan well: Black or shiny objects and objects with sharp edges or points, hair, glass, transparent

More information

Automotive Applications of 3D Laser Scanning Introduction

Automotive Applications of 3D Laser Scanning Introduction Automotive Applications of 3D Laser Scanning Kyle Johnston, Ph.D., Metron Systems, Inc. 34935 SE Douglas Street, Suite 110, Snoqualmie, WA 98065 425-396-5577, www.metronsys.com 2002 Metron Systems, Inc

More information

Segmentation of building models from dense 3D point-clouds

Segmentation of building models from dense 3D point-clouds Segmentation of building models from dense 3D point-clouds Joachim Bauer, Konrad Karner, Konrad Schindler, Andreas Klaus, Christopher Zach VRVis Research Center for Virtual Reality and Visualization, Institute

More information

A. OPENING POINT CLOUDS. (Notepad++ Text editor) (Cloud Compare Point cloud and mesh editor) (MeshLab Point cloud and mesh editor)

A. OPENING POINT CLOUDS. (Notepad++ Text editor) (Cloud Compare Point cloud and mesh editor) (MeshLab Point cloud and mesh editor) MeshLAB tutorial 1 A. OPENING POINT CLOUDS (Notepad++ Text editor) (Cloud Compare Point cloud and mesh editor) (MeshLab Point cloud and mesh editor) 2 OPENING POINT CLOUDS IN NOTEPAD ++ Let us understand

More information

Office presentation ProDenkmal

Office presentation ProDenkmal Office Bamberg / Laboratory Obere Königstr. 15 96052 Bamberg phone: +49 (0)951-208 290 8 fax: +49 (0)951-208 290 9 Office Berlin Geschwister-Scholl-Str. 5 10117 Berlin phone: 030-280 930-0 fax: 030-280

More information

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7

DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 DATA VISUALIZATION GABRIEL PARODI STUDY MATERIAL: PRINCIPLES OF GEOGRAPHIC INFORMATION SYSTEMS AN INTRODUCTORY TEXTBOOK CHAPTER 7 Contents GIS and maps The visualization process Visualization and strategies

More information

Technical What s New. Autodesk Alias Product Line

Technical What s New. Autodesk Alias Product Line Autodesk Alias Product Line Purpose-built for industrial designers and creative professionals, digital modelers/sculptors, and automotive/transportation designers, the Autodesk Alias 2010 product line

More information

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02)

So today we shall continue our discussion on the search engines and web crawlers. (Refer Slide Time: 01:02) Internet Technology Prof. Indranil Sengupta Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture No #39 Search Engines and Web Crawler :: Part 2 So today we

More information

Basic AutoSketch Manual

Basic AutoSketch Manual Basic AutoSketch Manual Instruction for students Skf-Manual.doc of 3 Contents BASIC AUTOSKETCH MANUAL... INSTRUCTION FOR STUDENTS... BASIC AUTOSKETCH INSTRUCTION... 3 SCREEN LAYOUT... 3 MENU BAR... 3 FILE

More information

Bedford, Fowler: Statics. Chapter 4: System of Forces and Moments, Examples via TK Solver

Bedford, Fowler: Statics. Chapter 4: System of Forces and Moments, Examples via TK Solver System of Forces and Moments Introduction The moment vector of a force vector,, with respect to a point has a magnitude equal to the product of the force magnitude, F, and the perpendicular distance from

More information

Autodesk Revit Architecture 2011 Professional Massmodeling Rendering Video Tutorial

Autodesk Revit Architecture 2011 Professional Massmodeling Rendering Video Tutorial Autodesk Revit Architecture 2011 Professional Massmodeling Rendering Video Tutorial Instructor Handout Created by: Marvi Basha, Klaus Hyden und Philipp Müller Autodesk Student Experts TU Graz September

More information

Efficient Storage, Compression and Transmission

Efficient Storage, Compression and Transmission Efficient Storage, Compression and Transmission of Complex 3D Models context & problem definition general framework & classification our new algorithm applications for digital documents Mesh Decimation

More information

An interactive 3D visualization system for displaying fieldmonitoring

An interactive 3D visualization system for displaying fieldmonitoring icccbe 2010 Nottingham University Press Proceedings of the International Conference on Computing in Civil and Building Engineering W Tizani (Editor) An interactive 3D visualization system for displaying

More information

B.A IN GRAPHIC DESIGN

B.A IN GRAPHIC DESIGN COURSE GUIDE B.A IN GRAPHIC DESIGN GRD 126 COMPUTER GENERATED GRAPHIC DESIGN I UNIVERSITY OF EDUCATION, WINNEBA DEPARTMENT OF GRAPHIC DESIGN Copyright Acknowledgements The facilitating agent of the course

More information

LASER SCANNER APPLICATION ON COMPLEX SHAPES OF ARCHITECTURE. PROFILES EXTRACTION PROCESSING AND 3D MODELLING.

LASER SCANNER APPLICATION ON COMPLEX SHAPES OF ARCHITECTURE. PROFILES EXTRACTION PROCESSING AND 3D MODELLING. LASER SCANNER APPLICATION ON COMPLEX SHAPES OF ARCHITECTURE. PROFILES EXTRACTION PROCESSING AND 3D MODELLING. Carlo MONTI Full Professor E-mail: [email protected] Luigi FREGONESE Research Assegnist

More information

SketchUp Instructions

SketchUp Instructions SketchUp Instructions Every architect needs to know how to use SketchUp! SketchUp is free from Google just Google it and download to your computer. You can do just about anything with it, but it is especially

More information

3D-GIS in the Cloud USER MANUAL. August, 2014

3D-GIS in the Cloud USER MANUAL. August, 2014 3D-GIS in the Cloud USER MANUAL August, 2014 3D GIS in the Cloud User Manual August, 2014 Table of Contents 1. Quick Reference: Navigating and Exploring in the 3D GIS in the Cloud... 2 1.1 Using the Mouse...

More information

Files Used in this Tutorial

Files Used in this Tutorial Generate Point Clouds Tutorial This tutorial shows how to generate point clouds from IKONOS satellite stereo imagery. You will view the point clouds in the ENVI LiDAR Viewer. The estimated time to complete

More information

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park

Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park NSF GRANT # 0727380 NSF PROGRAM NAME: Engineering Design Off-line Model Simplification for Interactive Rigid Body Dynamics Simulations Satyandra K. Gupta University of Maryland, College Park Atul Thakur

More information

Solving Simultaneous Equations and Matrices

Solving Simultaneous Equations and Matrices Solving Simultaneous Equations and Matrices The following represents a systematic investigation for the steps used to solve two simultaneous linear equations in two unknowns. The motivation for considering

More information

accord 20 fx CNC machining centre

accord 20 fx CNC machining centre accord 20 fx CNC machining centre accord 20 fx CNC machining centre New-generation modular machining centre designed for machining operations involving heavy duty stock removal with high precision and

More information

The preliminary design of a wearable computer for supporting Construction Progress Monitoring

The preliminary design of a wearable computer for supporting Construction Progress Monitoring The preliminary design of a wearable computer for supporting Construction Progress Monitoring 1 Introduction Jan Reinhardt, TU - Dresden Prof. James H. Garrett,Jr., Carnegie Mellon University Prof. Raimar

More information

Freehand Sketching. Sections

Freehand Sketching. Sections 3 Freehand Sketching Sections 3.1 Why Freehand Sketches? 3.2 Freehand Sketching Fundamentals 3.3 Basic Freehand Sketching 3.4 Advanced Freehand Sketching Key Terms Objectives Explain why freehand sketching

More information

10. THERM DRAWING TIPS

10. THERM DRAWING TIPS 10. THERM DRAWING TIPS 10.1. Drawing Tips The THERM User's Manual describes in detail how to draw cross-sections in THERM. This section of the NFRC Simualation Training Manual presents some additional

More information

Introduction to ANSYS

Introduction to ANSYS Lecture 3 Introduction to ANSYS Meshing 14. 5 Release Introduction to ANSYS Meshing 2012 ANSYS, Inc. March 27, 2014 1 Release 14.5 Introduction to ANSYS Meshing What you will learn from this presentation

More information

Component visualization methods for large legacy software in C/C++

Component visualization methods for large legacy software in C/C++ Annales Mathematicae et Informaticae 44 (2015) pp. 23 33 http://ami.ektf.hu Component visualization methods for large legacy software in C/C++ Máté Cserép a, Dániel Krupp b a Eötvös Loránd University [email protected]

More information

CATIA V5 Surface Design

CATIA V5 Surface Design CATIA V5 Training Foils CATIA V5 Surface Design Version 5 Release 19 August 2008 EDU_CAT_EN_V5S_FI_V5R19 1 Lesson 1: Introduction to Generative Shape Design About this Course Introduction CATIA is a robust

More information

3D Scanner using Line Laser. 1. Introduction. 2. Theory

3D Scanner using Line Laser. 1. Introduction. 2. Theory . Introduction 3D Scanner using Line Laser Di Lu Electrical, Computer, and Systems Engineering Rensselaer Polytechnic Institute The goal of 3D reconstruction is to recover the 3D properties of a geometric

More information

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009

Prentice Hall Algebra 2 2011 Correlated to: Colorado P-12 Academic Standards for High School Mathematics, Adopted 12/2009 Content Area: Mathematics Grade Level Expectations: High School Standard: Number Sense, Properties, and Operations Understand the structure and properties of our number system. At their most basic level

More information

Using GIS and Virtual Reality to Manage and Inspect Building Plumbing

Using GIS and Virtual Reality to Manage and Inspect Building Plumbing Using GIS and Virtual Reality to Manage and Inspect Building Plumbing Shih, Naai-Jung 1 and Wang, Pin-Hung 2 1 National Taiwan University of Science and Technology, Taipei, Taiwan, R.O.C. 2 Kao Yuan University,

More information

3D Laser Scanning Technology. Rugged hardware and powerful software combined with streamlined survey workflow

3D Laser Scanning Technology. Rugged hardware and powerful software combined with streamlined survey workflow 3D Laser Scanning Technology Rugged hardware and powerful software combined with streamlined survey workflow Maptek specialises in the research, development and application of 3D laser scanning technology.

More information

P. Lu, Sh. Huang and K. Jiang

P. Lu, Sh. Huang and K. Jiang 416 Rev. Adv. Mater. Sci. 33 (2013) 416-422 P. Lu, Sh. Huang and K. Jiang NUMERICAL ANALYSIS FOR THREE-DIMENSIONAL BULK METAL FORMING PROCESSES WITH ARBITRARILY SHAPED DIES USING THE RIGID/VISCO-PLASTIC

More information

Quantifying Spatial Presence. Summary

Quantifying Spatial Presence. Summary Quantifying Spatial Presence Cedar Riener and Dennis Proffitt Department of Psychology, University of Virginia Keywords: spatial presence, illusions, visual perception Summary The human visual system uses

More information

MayaVi: A free tool for CFD data visualization

MayaVi: A free tool for CFD data visualization MayaVi: A free tool for CFD data visualization Prabhu Ramachandran Graduate Student, Dept. Aerospace Engg. IIT Madras, Chennai, 600 036. e mail: [email protected] Keywords: Visualization, CFD data,

More information

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data.

In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. MATHEMATICS: THE LEVEL DESCRIPTIONS In mathematics, there are four attainment targets: using and applying mathematics; number and algebra; shape, space and measures, and handling data. Attainment target

More information

Etch Drawing Preparation

Etch Drawing Preparation Etch Drawing Preparation Introduction Most etching companies prefer you to supply the drawing for your design in the form of a computer file. While some will still accept drawn or printed artwork, it is

More information

Managing TM1 Projects

Managing TM1 Projects White Paper Managing TM1 Projects What You ll Learn in This White Paper: Traditional approaches to project management A more agile approach Prototyping Achieving the ideal outcome Assessing project teams

More information

The Flat Shape Everything around us is shaped

The Flat Shape Everything around us is shaped The Flat Shape Everything around us is shaped The shape is the external appearance of the bodies of nature: Objects, animals, buildings, humans. Each form has certain qualities that distinguish it from

More information

2015 2016 fashion pre-masters programme

2015 2016 fashion pre-masters programme 2015 2016 fashion pre-masters programme fashion pre-masters programme 02 1. Award Programme: Mode of delivery: 2. Entry Route: Progression to: Fashion Pre-Masters Full time Fashion Pre-Masters Master in

More information

A Short Introduction to Computer Graphics

A Short Introduction to Computer Graphics A Short Introduction to Computer Graphics Frédo Durand MIT Laboratory for Computer Science 1 Introduction Chapter I: Basics Although computer graphics is a vast field that encompasses almost any graphical

More information

Digital Cadastral Maps in Land Information Systems

Digital Cadastral Maps in Land Information Systems LIBER QUARTERLY, ISSN 1435-5205 LIBER 1999. All rights reserved K.G. Saur, Munich. Printed in Germany Digital Cadastral Maps in Land Information Systems by PIOTR CICHOCINSKI ABSTRACT This paper presents

More information

Science Intensive Development (SID)

Science Intensive Development (SID) Science Intensive Development (SID) At, we develop custom software that requires specific scientific knowledge. We are experienced in realizing projects that had been considered impossible. The main guarantee

More information

Understand the Sketcher workbench of CATIA V5.

Understand the Sketcher workbench of CATIA V5. Chapter 1 Drawing Sketches in Learning Objectives the Sketcher Workbench-I After completing this chapter you will be able to: Understand the Sketcher workbench of CATIA V5. Start a new file in the Part

More information

MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT

MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT MODERN VOXEL BASED DATA AND GEOMETRY ANALYSIS SOFTWARE TOOLS FOR INDUSTRIAL CT C. Reinhart, C. Poliwoda, T. Guenther, W. Roemer, S. Maass, C. Gosch all Volume Graphics GmbH, Heidelberg, Germany Abstract:

More information

Visualization of 2D Domains

Visualization of 2D Domains Visualization of 2D Domains This part of the visualization package is intended to supply a simple graphical interface for 2- dimensional finite element data structures. Furthermore, it is used as the low

More information

TEXT-FILLED STACKED AREA GRAPHS Martin Kraus

TEXT-FILLED STACKED AREA GRAPHS Martin Kraus Martin Kraus Text can add a significant amount of detail and value to an information visualization. In particular, it can integrate more of the data that a visualization is based on, and it can also integrate

More information

The Virtual Terminal: Visualizing Automated Container Terminals

The Virtual Terminal: Visualizing Automated Container Terminals The Virtual Terminal: Visualizing Automated Container Terminals Cornelis Versteegt APM Terminals Maasvlakte II BV E-mail: [email protected] Michele Fumarola Systems Engineering Group,

More information

CHAPTER 1. Introduction to CAD/CAM/CAE Systems

CHAPTER 1. Introduction to CAD/CAM/CAE Systems CHAPTER 1 1.1 OVERVIEW Introduction to CAD/CAM/CAE Systems Today s industries cannot survive worldwide competition unless they introduce new products with better quality (quality, Q), at lower cost (cost,

More information

GRAVE: An Interactive Geometry Construction and Visualization Software System for the TORT Radiation Transport Code

GRAVE: An Interactive Geometry Construction and Visualization Software System for the TORT Radiation Transport Code GRAVE: An Interactive Geometry Construction and Visualization Software System for the TORT Radiation Transport Code E. D. Blakeman Oak Ridge National Laboratory Oak Ridge, TN 37831 [email protected] ABSTRACT

More information

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches

Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches Modelling, Extraction and Description of Intrinsic Cues of High Resolution Satellite Images: Independent Component Analysis based approaches PhD Thesis by Payam Birjandi Director: Prof. Mihai Datcu Problematic

More information

VisIt Visualization Tool

VisIt Visualization Tool The Center for Astrophysical Thermonuclear Flashes VisIt Visualization Tool Randy Hudson [email protected] Argonne National Laboratory Flash Center, University of Chicago An Advanced Simulation and Computing

More information

Creating 2D Drawings from 3D AutoCAD Models

Creating 2D Drawings from 3D AutoCAD Models Creating 2D Drawings from 3D AutoCAD Models David Piggott CrWare, LP GD205-2P This class explores the various techniques in creating 2D part and assembly drawings from 3D AutoCAD models. As part of the

More information

I Newsletter Q1 WELCOME TO OUR FIRST NEWSLETTER EDITION FOR 2015!

I Newsletter Q1 WELCOME TO OUR FIRST NEWSLETTER EDITION FOR 2015! I Newsletter Q1 WELCOME TO OUR FIRST NEWSLETTER EDITION FOR 2015! It s been a while since our last newsletter, but don t worry -- it s not you, it s us! We ve had our heads down hard at work speeding up

More information

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT

CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT CREATING A 3D VISUALISATION OF YOUR PLANS IN PLANSXPRESS AND CORTONA VRML CLIENT 20-25 Minutes This topic is for users of PlansXpress Total Toolkit Edition. To upgrade to PlansXpress Total Toolkit, call

More information

John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo, California JOHN F.

John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo, California JOHN F. SO L I DMO D E L I N GAS A TO O LFO RCO N S T RU C T I N SO G LA REN V E LO PE S by John F. Cotton College of Architecture & Environmental Design California Polytechnic State University San Luis Obispo,

More information

Introduction to Visualization with VTK and ParaView

Introduction to Visualization with VTK and ParaView Introduction to Visualization with VTK and ParaView R. Sungkorn and J. Derksen Department of Chemical and Materials Engineering University of Alberta Canada August 24, 2011 / LBM Workshop 1 Introduction

More information

The obligation to conserve the heritage of the twentieth century is as important as our duty to conserve the significant heritage of previous eras.

The obligation to conserve the heritage of the twentieth century is as important as our duty to conserve the significant heritage of previous eras. The ICOMOS International Scientific Committee for Twentieth Century Heritage (ISC 20C) is developing guidelines for the conservation of heritage sites of the twentieth century during 2011 2012. As a contribution

More information

Virtual CRASH 3.0 Staging a Car Crash

Virtual CRASH 3.0 Staging a Car Crash Virtual CRASH 3.0 Staging a Car Crash Virtual CRASH Virtual CRASH 3.0 Staging a Car Crash Changes are periodically made to the information herein; these changes will be incorporated in new editions of

More information

Visualising the structure of architectural open spaces based on shape analysis 1

Visualising the structure of architectural open spaces based on shape analysis 1 Visualising the structure of architectural open spaces based on shape analysis 1 Sanjay Rana (corresponding author) and Mike Batty Centre for Advanced Spatial Analysis University College London 1-19 Torrington

More information

A Strategy for Teaching Finite Element Analysis to Undergraduate Students

A Strategy for Teaching Finite Element Analysis to Undergraduate Students A Strategy for Teaching Finite Element Analysis to Undergraduate Students Gordon Smyrell, School of Computing and Mathematics, University of Teesside The analytical power and design flexibility offered

More information

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM

3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM 3D SCANNING: A NEW APPROACH TOWARDS MODEL DEVELOPMENT IN ADVANCED MANUFACTURING SYSTEM Dr. Trikal Shivshankar 1, Patil Chinmay 2, Patokar Pradeep 3 Professor, Mechanical Engineering Department, SSGM Engineering

More information

CATIA Drafting TABLE OF CONTENTS

CATIA Drafting TABLE OF CONTENTS TABLE OF CONTENTS Introduction...1 Drafting...2 Drawing Screen...3 Pull-down Menus...4 File...4 Edit...5 View...6 Insert...7 Tools...8 Drafting Workbench...9 Views and Sheets...9 Dimensions and Annotations...10

More information

DIALux. evo 1. User Manual. The Software Standard for Calculating Lighting Layouts

DIALux. evo 1. User Manual. The Software Standard for Calculating Lighting Layouts DIALux evo 1 The Software Standard for Calculating Lighting Layouts User Manual 2012 DIAL GmbH Gustav-Adolf-Straße 4 58507 Lüdenscheid [email protected] www.dial.de First Edition 2012 The text and images

More information

Solid Edge ST3 Advances the Future of 3D Design

Solid Edge ST3 Advances the Future of 3D Design SUMMARY AND OPINION Solid Edge ST3 Advances the Future of 3D Design A Product Review White Paper Prepared by Collaborative Product Development Associates, LLC for Siemens PLM Software The newest release

More information

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010

Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 Guide To Creating Academic Posters Using Microsoft PowerPoint 2010 INFORMATION SERVICES Version 3.0 July 2011 Table of Contents Section 1 - Introduction... 1 Section 2 - Initial Preparation... 2 2.1 Overall

More information

Open issues and research trends in Content-based Image Retrieval

Open issues and research trends in Content-based Image Retrieval Open issues and research trends in Content-based Image Retrieval Raimondo Schettini DISCo Universita di Milano Bicocca [email protected] www.disco.unimib.it/schettini/ IEEE Signal Processing Society

More information

Last lecture... Computer Graphics:

Last lecture... Computer Graphics: Last lecture... Computer Graphics: Visualisation can be greatly enhanced through the Introduction to the Visualisation use of 3D computer graphics Toolkit Visualisation Lecture 2 [email protected]

More information

THE WHIM WINDOW MANAGER

THE WHIM WINDOW MANAGER 1 Introduction THE WHIM WINDOW MANAGER Steve Redler IV, SCSE SR Technology New Jersey U.S.A George Peter Staplin Abstract Whim is a window manager written for the X11 graphical windowing system that has

More information

MeshLab and Arc3D: Photo-Reconstruction and Processing of 3D meshes

MeshLab and Arc3D: Photo-Reconstruction and Processing of 3D meshes MeshLab and Arc3D: Photo-Reconstruction and Processing of 3D meshes P. Cignoni, M Corsini, M. Dellepiane, G. Ranzuglia, (Visual Computing Lab, ISTI - CNR, Italy) M. Vergauven, L. Van Gool (K.U.Leuven ESAT-PSI

More information

Creating Your Own 3D Models

Creating Your Own 3D Models 14 Creating Your Own 3D Models DAZ 3D has an extensive growing library of 3D models, but there are times that you may not find what you want or you may just want to create your own model. In either case

More information

This high level land planning and design system will replace the land

This high level land planning and design system will replace the land Performance Planning System () The following is a v1.3 feature analysis, which clarifies differences, between and American Planning Association (APA) Land Based Classification Standards (LBCS) for color

More information

Data Visualization Techniques

Data Visualization Techniques Data Visualization Techniques From Basics to Big Data with SAS Visual Analytics WHITE PAPER SAS White Paper Table of Contents Introduction.... 1 Generating the Best Visualizations for Your Data... 2 The

More information

Web 3.0 image search: a World First

Web 3.0 image search: a World First Web 3.0 image search: a World First The digital age has provided a virtually free worldwide digital distribution infrastructure through the internet. Many areas of commerce, government and academia have

More information

Sweet Home 3D user's guide

Sweet Home 3D user's guide 1 de 14 08/01/2013 13:08 Features Download Online Gallery Blog Documentation FAQ User's guide Video tutorial Developer's guides History Reviews Support 3D models Textures Translations Forum Report a bug

More information

CLOUD DIGITISER 2014!

CLOUD DIGITISER 2014! CLOUD DIGITISER 2014 Interactive measurements of point cloud sequences July 2014 Cloud Digitiser Manual 1 CLOUD DIGITISER Interactive measurement of point clouds Bill Sellers July 2014 Introduction Photogrammetric

More information

3D Interactive Information Visualization: Guidelines from experience and analysis of applications

3D Interactive Information Visualization: Guidelines from experience and analysis of applications 3D Interactive Information Visualization: Guidelines from experience and analysis of applications Richard Brath Visible Decisions Inc., 200 Front St. W. #2203, Toronto, Canada, [email protected] 1. EXPERT

More information

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass

Copyright 2011 Casa Software Ltd. www.casaxps.com. Centre of Mass Centre of Mass A central theme in mathematical modelling is that of reducing complex problems to simpler, and hopefully, equivalent problems for which mathematical analysis is possible. The concept of

More information

2: Introducing image synthesis. Some orientation how did we get here? Graphics system architecture Overview of OpenGL / GLU / GLUT

2: Introducing image synthesis. Some orientation how did we get here? Graphics system architecture Overview of OpenGL / GLU / GLUT COMP27112 Computer Graphics and Image Processing 2: Introducing image synthesis [email protected] 1 Introduction In these notes we ll cover: Some orientation how did we get here? Graphics system

More information

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary

Current Standard: Mathematical Concepts and Applications Shape, Space, and Measurement- Primary Shape, Space, and Measurement- Primary A student shall apply concepts of shape, space, and measurement to solve problems involving two- and three-dimensional shapes by demonstrating an understanding of:

More information

Available in Base or Survey Standard or Survey Professional series with different modules add-ons to suit your technical requirement and budget.

Available in Base or Survey Standard or Survey Professional series with different modules add-ons to suit your technical requirement and budget. World First Leading the Surveying and Civil Engineering software application, civilcad 6 is the world first application of its kind to run in the Plug and Go concept. Delivered pre-installed on a customised

More information

MetropoGIS: A City Modeling System DI Dr. Konrad KARNER, DI Andreas KLAUS, DI Joachim BAUER, DI Christopher ZACH

MetropoGIS: A City Modeling System DI Dr. Konrad KARNER, DI Andreas KLAUS, DI Joachim BAUER, DI Christopher ZACH MetropoGIS: A City Modeling System DI Dr. Konrad KARNER, DI Andreas KLAUS, DI Joachim BAUER, DI Christopher ZACH VRVis Research Center for Virtual Reality and Visualization, Virtual Habitat, Inffeldgasse

More information