Computer Mediated Communication (CE6014) Modeling method

Size: px
Start display at page:

Download "Computer Mediated Communication (CE6014) Modeling method"

Transcription

1 University of Ljubljana Faculty of Civil and Geodetic Engineering Computer Mediated Communication (CE6014) Modeling method October 2013 Matevž Dolenc

2 When we mean to build, We first survey the plot, then draw the model, And when we see the figure of the house, Then must we rate the cost of the erection, Which if we find outweighs ability, What do we do then but redraw anew the model In fewer offices, or at least desist To build at all? William Shakespeare, King Henry IV Part 2

3 Outline Definitions Evolution of modeling in construction Foundations of modeling Modeling formalisms and tools Modeling methods

4 Learning objectives Modeling - Modeling is a key step in creating IT support for a real world problem - Required by all levers of managers and software engineers - Essential activity in human problem solving

5 Definitions Model - Reproduction of something - Perfect: deserving to be imitating Modeling - A process during which models are created Modeler - A person who is modeling Examples - model railroads, model buildings, finite elements models, etc.

6 References Books - Eastman, C.M. (1999), Building Product Models, CRC press - Sowa, J.F. (2000), Knowledge representation, Brooks/Cole - Sowa, J.F. (1984), Conceptual Structures: Information Processing in Mind and Machine, Addison Wesley Papers: - Turk, Z., (2001), Phenomelogical Foundations of Conceptual Product Modeling in AEC,

7 Evolution of modeling in construction Construction is about big 3D objects Communication is essential - communication through drawings Contributors: - Brunelleschi, 15th century, scaled drawings - Monge, 18th century, projections Exchange of drawings: vital information technology! Drawing is also a model

8 Drawing with computers Sutherland, 1963, sketchpad PCs, 1980s, AutoCAD Several kinds of drawing programs - The difference is in the elements of which a drawing is composed

9 Kinds of drawing applications Criteria - Drawing element - Drawing canvas Paint or photo programs - Draw or illustration programs CAD programs - 2D drafting - 3D geometric design - 3D professional design (BIM) - 4D design and planning (BIM 4D)

10 Paint - Draw - CAD drawing complexity content information

11 Paint / Photo programs Properties - Entity a pixel - Space is raster, bitmap Examples - PhotoShop - PaintShop Pro - Gimp

12 Draw or illustration programs Properties - entity is a 2D geometric element, usually with several formatting attributes (color, thickness, pattern...) - space is 2D paper space - precise, scaled drawing not possible Examples - Adobe Illustrator - PowerPoint

13 CAD programs CAD (Computer Aided Drafting/Design) Properties - entity is a 2,3 or 4D geometric element - 2D, 3D or 4D model space - few formatting attributes - support for precise positioning - scale and measure Examples - AutoCAD - ArchiCAD - zwcad

14 BIM programs BIM (Building Information Model) Properties - entity is a 3D or 4D building element - 3D or 4D model space - Element attributes - Precise positioning Examples - Revit - ArchiCAD - AllPlan

15 CAD Drafting applications - 2D entities to be placed into 2D drawing plane. One model one drawing. Geometric design applications - 3D geometric entities (cube, cylinder) placed into 3D space. One 3D model, several projections possible. Specialized design applications - 3D product entities (beam, column, wall) placed into 3D space. One model, several projections. Uses beyond drawing production. Specialized design and planning applications - 3D + time = 4D entities placed in 3D space with construction planning data included

16 Drawing overview element canvas Paint pixel raster n*m pixels Draw formatted drawing element drawing n*m cm CAD drafting 2D drawing element world coordinate system CAD modeling 3D 3D element, solid, body world coordinate system BIM 4D modeling object from profession (column, window,...) object and processes world coordinate system world coordinate system + time

17 Lessons about drawings in early 1980 Geometric information should be standardized in order to be exchanged - search for standard formats to encode geometry (DXF, IGES...) Geometric information is important but not enough - e.g. material properties, weights, E modulus, cost, schedule, supplier, contractor, etc. Great interest in modeling since mid 1980s

18 Model vs. drawing or 3D model Drawing or a 3D model are a kind of abstraction of reality Drawing is special one, dealing with shape and looks only Modeling should be much more generic

19 Philosophical foundations of modeling How we understand the world around us The meaning triangle Aristotle - things - words - experiences in the psyche OBJECT! Ogden and Richards: - object - symbol - concept CONCEPT! SYMBOL! B-E-A-M

20 Meaning triangle: object The object is any entity from some real or imagined world about which an idea is held. Example - The beam in the Nada Ward Museum of Modern Art in Kobe damaged by an earthquake OBJECT! CONCEPT! SYMBOL! B-E-A-M

21 Meaning triangle: symbol The symbol is an auditory, visual, or other form of utterance that is taken to stand for the object when communicated as part of a language Example - beam - column - window CONCEPT! OBJECT! SYMBOL! B-E-A-M

22 Meaning triangle: concept The concept is the idea or thought of the object as held in the mind of a person. Example - A structural concept of a beam. as illustrated. OBJECT! CONCEPT! SYMBOL! B-E-A-M

23 Mind and machine It has been suggested that intelligent systems achieve their intelligence by manipulating symbols of real world objects. Humans do it by manipulating "experiences in the psyche", concepts or "mind models". Computers could manipulate symbolic representations of the models. Therefore, computers could achieve intelligence, just as humans do, if only the models and the manipulation rules could be complex enough. Humans are intelligent, because they and computers handle symbols. Sowa, J.F. (1984), Conceptual Structures: Information Processing in Mind and Machine, Addison Wesley

24 Mental models when we think, we create a model of the messy real world situation we manipulate the model we solve a problem models can be represented as semantic networks

25 Semantic networks Nodes - concepts wall Arches - relations between concepts has window has door is-an is-an is reduces opening white strength

26 Reuse of semantic networks Semantic networks - are not built from scratch each time wall Library of semantic networks - Partly populated networks is stored has window has door - A closely matching one is selected and adapted to current problem Frames is-an opening reduces is-an is white - A popular concept in knowledge representation and AI strength

27 Using semantic networks Repetition, reuse, frames or similar Computer program should be good at helping in several situations Instances - 1:1 mapping to real world problem - this wall in this room Generic concepts - one generic concept corresponds to several real world items - walls in general

28 Model life cycle Create - Observe real world - Create database schema - Implement database and software Use - Observe real world - Map unique situation into into database schema - Fill database with data - Manipulate, analyze, synthesize model

29 Layers of model real world conceptualization semantic network roof house wall door window schema model data model

30 Modeling formalisms and tools Method Language Resources, references Tools - Modeling tool - Development/implementation

31 Modeling method Break into pieces Reconstruct the whole Method - How to break up - How to put together

32 Modeling language Language in which models are described Formal language - a language that has a well defined form - Provides a symbolic notation for the concepts being modeled - Computer parseable, based on mathematical logic, textual of graphical Different languages for different model layers and kinds of models - Models of products - Models of processes Examples - EXPRESS, NIAM, IDEF0, XML...

33 Modeling resources Resources - Building blocks - Relations between them Resources further restrict the perspective on the world

34 Resource building blocks Subatomic - Number, string of text... Atomic - Entity, object, attribute, type... - Relations, relation types, abstractions Molecular - Reference models - Resource models - Geometric objects, business objects, etc.

35 Generic relations: abstractions To abstract - to take away Specialization:generalization - A is-of-type B - Wall is-of-type structural element Composition:decomposition - A has-parts B,C,D - Wall has-parts mortar-brick-insulation Characterization - A has-characteristics B,C,D - Wall has thickness, weight...

36 High level resources: reference models Further narrow down how we may think of the world - The world is made of functional units which are implemented with a technical solution. - Everything has a form, a function, and a behavior. Example: - IFC (Industry Foundation Classes)

37 Tools Modeling tools - Computer program that allows for modeling - conceptual modeling - schema modeling Implementation tools - Generates database application based on schema - Creates SQL statements based on schema - Creates full application

38 Summary To deal with complex situations, we simplify them into models Models have many parts which are related to each other Parts should be organized in such a way, that the model can be observed at different levels of abstraction =~ simplification Kinds of abstraction: - type-of / part-of / characteristic Real world > model > schema model > data model Method, language, resources, tools help us but narrow down the kinds of models we can make

Building Information Modeling

Building Information Modeling Chapter Building Information Modeling 1 Building information modeling (BIM) is an integrated workflow built on coordinated, reliable information about a project from design through construction and into

More information

DESIGN A DETAIL 3D MODEL OF A BUILDING WITH COMPARISON OF MANUAL AND SOFTWARE ESTIMATE ON AUTODESK REVIT

DESIGN A DETAIL 3D MODEL OF A BUILDING WITH COMPARISON OF MANUAL AND SOFTWARE ESTIMATE ON AUTODESK REVIT DESIGN A DETAIL 3D MODEL OF A BUILDING WITH COMPARISON OF MANUAL AND SOFTWARE ESTIMATE ON AUTODESK REVIT R. S. Bute 1, Md. G. Pathan 2, R. H. Mohankar 3, M. D. Pidurkar 4 1,2,3,4 Assistant Professor, Department

More information

Building Information Modeling

Building Information Modeling Chapter Building Information Modeling 1 Building information modeling (BIM) is an integrated workflow built on coordinated, reliable information about a project from design through construction and into

More information

Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours)

Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours) Faculty Start Date End Date No of Students Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours) Introduction About BIM Introduction to Autodesk Revit Architecture Revit

More information

Importing and Exporting FilesChapter1:

Importing and Exporting FilesChapter1: Importing and Exporting FilesChapter1: Chapter 1 You can use Revit Architecture to import and export various file types, including AutoCAD and AutoCAD Architecture DWG files to use as design aids. You

More information

Architecture Engineering Training courses : Course BIM Architecture Diploma Revit Architecture 3D Max Vasari Navis Works Photoshop For Architects

Architecture Engineering Training courses : Course BIM Architecture Diploma Revit Architecture 3D Max Vasari Navis Works Photoshop For Architects Architecture Engineering Training courses : Course BIM Architecture Diploma Revit Architecture 3D Max Vasari Navis Works Photoshop For Architects BIM ARCHITECTURAL DIPLOMA ( Design and visualization ):

More information

Autocad Tutorials Manual 2018 Building Design READ ONLINE

Autocad Tutorials Manual 2018 Building Design READ ONLINE Autocad Tutorials Manual 2018 Building Design READ ONLINE Architecture 2018 tutorial AutoCAD - has anyone got a pdf version of the tutorials for Architecture 2018. building and construction industry. AutoCAD

More information

Minding The Store, Autodesk Revit for Retail Users

Minding The Store, Autodesk Revit for Retail Users Minding The Store, Autodesk Revit for Retail Users BD21-3 Presenter: David Conant: Product Designer Outline: Introduction Revit and Building Information Modeling Better Tools for Better Designs Get the

More information

3d Drawing And Modelling

3d Drawing And Modelling 3d Drawing And Modelling 1 / 6 2 / 6 3 / 6 3d Drawing And Modelling Motion of Pipe Wrench is displayed through Inventor Studio... You may learn 3 D- Parametric Modelling through Autodesk Inventor from

More information

Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software

Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software Autodesk Advance Steel 2017 www.autodesk.com new Autodesk Advance Steel users. It is recommended that you

More information

INTRODUCTION. Computer Graphics

INTRODUCTION. Computer Graphics INTRODUCTION Computer Graphics 1 INTRODUCTION: THE OUTLINE I. Image Processing / Computer Graphics II. Advantages III. Representative Uses IV. Classification of Applications V. History VI. Conceptual Framework

More information

ANALYSIS OF REFERENCE IFC MODELS

ANALYSIS OF REFERENCE IFC MODELS ANALYSIS OF REFERENCE IFC MODELS Robert Amor, PhD, trebor@cs.auckland.ac.nz Department of Computer Science, University of Auckland, Auckland, New Zealand ABSTRACT With the establishment of an open repository

More information

GEOMETRY IMPORT HACKS. (Tips & Tricks)

GEOMETRY IMPORT HACKS. (Tips & Tricks) GEOMETRY IMPORT HACKS (Tips & Tricks) CONTENTS Background Scope Possible Workflows & Issues Case Study Best Practice & Solutions BACKGROUND Tom James Mechanical Engineer Quantity Surveyor BIM technician

More information

Building Information Modeling (BIM) and Measuring Techniques

Building Information Modeling (BIM) and Measuring Techniques Building Information Modeling (BIM) and Measuring Techniques Christian CLEMEN, Robert EHRICH and Christopher VAN ZYL, Germany C. Clemen, R. Ehrich,C. van Zyl Building Information Model (BIM) and Measuring

More information

New version of program STeelCON

New version of program STeelCON November 2016 http://www.sofistik.gr/ Steel Structures New version of program STeelCON 2016.320 Dear colleagues, A new version of the STeel CONnections program for the design of bolted and welded steel

More information

Chapter 8 Visualization and Optimization

Chapter 8 Visualization and Optimization Chapter 8 Visualization and Optimization Recommended reference books: [1] Edited by R. S. Gallagher: Computer Visualization, Graphics Techniques for Scientific and Engineering Analysis by CRC, 1994 [2]

More information

Semi-Automatic Techniques for Generating BIM Façade Models of Historic Buildings

Semi-Automatic Techniques for Generating BIM Façade Models of Historic Buildings Semi-Automatic Techniques for Generating BIM Façade Models of Historic Buildings C. Dore, M. Murphy School of Surveying & Construction Management Dublin Institute of Technology Bolton Street Campus, Dublin

More information

02. BIM (Building Information Modeling) & Revit

02. BIM (Building Information Modeling) & Revit Design + Computing 02. BIM (Building Information Modeling) & Revit 3/12/2015 Digital Design I HOM3034 Spring 2015 Every Thursday 2:00 p.m. 5:50 pm Jin Kook Lee, Ph.D. 02-2220-2645 designit@hanyang.ac.kr

More information

About Finish Line Mathematics 5

About Finish Line Mathematics 5 Table of COntents About Finish Line Mathematics 5 Unit 1: Big Ideas from Grade 1 7 Lesson 1 1.NBT.2.a c Understanding Tens and Ones [connects to 2.NBT.1.a, b] 8 Lesson 2 1.OA.6 Strategies to Add and Subtract

More information

CS101 Lecture 12: Image Compression. What You ll Learn Today

CS101 Lecture 12: Image Compression. What You ll Learn Today CS101 Lecture 12: Image Compression Vector Graphics Compression Techniques Aaron Stevens (azs@bu.edu) 11 October 2012 What You ll Learn Today Review: how big are image files? How can we make image files

More information

Correlation of Ontario Mathematics 2005 Curriculum to. Addison Wesley Mathematics Makes Sense

Correlation of Ontario Mathematics 2005 Curriculum to. Addison Wesley Mathematics Makes Sense Correlation of Ontario Mathematics 2005 Curriculum to Addison Wesley Math Makes Sense 2 Number Sense and Numeration Overall Expectations By the end of Grade 2, students will: read, represent, compare,

More information

Goals. Computer Graphics (Fall 2008) Course Outline. Course Outline. Course Outline. Demo: Surreal and Crazy World (HW 3)

Goals. Computer Graphics (Fall 2008) Course Outline. Course Outline. Course Outline. Demo: Surreal and Crazy World (HW 3) Computer Graphics (Fall 2008) COMS 4160, Lecture 1: Overview and History Ravi Ramamoorthi http://www.cs.columbia.edu/~cs4160 Goals Systems: Be able to write complex 3D graphics programs (real-time in OpenGL,

More information

Autocad Tutorials Manual 2018 Building Design

Autocad Tutorials Manual 2018 Building Design Autocad Tutorials Manual 2018 Building Design Beginners Autodesk AutoCAD 2018 Tutorial Video Training via - Video based Autodesk AutoCAD 2018 Tutorial. using the massively popular computer aided design

More information

Importing and Exporting FilesChapter1:

Importing and Exporting FilesChapter1: Importing and Exporting FilesChapter1: Chapter 1 You can use Revit Architecture to import and export various file types, including AutoCAD and AutoCAD Architecture DWG files to use as design aids. You

More information

CAD/CAM Software for Artistic Machining & Custom Woodworking

CAD/CAM Software for Artistic Machining & Custom Woodworking Integrated Machining? In the not too distant past, woodworkers and designers were left with innovating their designs on paper. Thanks to the modern era of Computer Aided Design & Machining technology,

More information

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Computer Graphics

About the Tutorial. Audience. Prerequisites. Copyright & Disclaimer. Computer Graphics r About the Tutorial To display a picture of any size on a computer screen is a difficult process. Computer graphics are used to simplify this process. Various algorithms and techniques are used to generate

More information

Autodesk REVIT (Architecture) Mastering

Autodesk REVIT (Architecture) Mastering Autodesk REVIT (Architecture) Mastering Training details DESCRIPTION Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring

More information

Vector Operations in Grasshopper

Vector Operations in Grasshopper AALBORG UNIVERSITY BSc02 2017 Matematik: Struktur og form Module coordinator: Prof. Martin RAUSSEN Vector Operations in Grasshopper Lecturer: Dario PARIGI Associate Professor Department of Civil Engineering

More information

HO-1: INTRODUCTION TO FIREWORKS

HO-1: INTRODUCTION TO FIREWORKS HO-1: INTRODUCTION TO FIREWORKS The Fireworks Work Environment Adobe Fireworks CS4 is a hybrid vector and bitmap tool that provides an efficient design environment for rapidly prototyping websites and

More information

Instructor. Goals. Image Synthesis Examples. Applications. Foundations of Computer Graphics. Why Study 3D Computer Graphics?

Instructor. Goals. Image Synthesis Examples. Applications. Foundations of Computer Graphics. Why Study 3D Computer Graphics? Foundations of Computer Graphics Motivation: Why do we study 3D Graphics? http://www.cs.berkeley.edu/~ravir Instructor http://www.cs.berkeley.edu/~ravir PhD Stanford, 2002. PhD thesis developed Spherical

More information

Chapter 9 3D Modeling

Chapter 9 3D Modeling Chapter 9 3D Modeling Copyright The McGraw-Hill Companies, Inc. Permission required for reproduction or display. 3D Modeling Snapshot Since Mid 1980 s become common place in industry Software Types Wireframe

More information

Revit MEP basics. Ir. Dr. Sam C. M. Hui Faculty of Science and Technology

Revit MEP basics. Ir. Dr. Sam C. M. Hui Faculty of Science and Technology SBS5411 Building Information Modelling for BSE http://ibse.hk/sbs5411/ Revit MEP basics Ir. Dr. Sam C. M. Hui Faculty of Science and Technology E-mail: cmhui@vtc.edu.hk Sep 2018 Contents Introduction Revit

More information

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved.

Specialized Application Software The McGraw-Hill Companies, Inc. All rights reserved. Describe graphics software, including desktop publishing, image editors, illustration programs, image galleries, and graphics suites. Discuss audio and video editing software. Describe multimedia, including

More information

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA

REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA REPRESENTATION REQUIREMENTS OF AS-IS BUILDING INFORMATION MODELS GENERATED FROM LASER SCANNED POINT CLOUD DATA Engin Burak Anil 1 *, Burcu Akinci 1, and Daniel Huber 2 1 Department of Civil and Environmental

More information

Grade 6 Math Circles. Spatial and Visual Thinking

Grade 6 Math Circles. Spatial and Visual Thinking Faculty of Mathematics Waterloo, Ontario N2L 3G1 Introduction Grade 6 Math Circles October 31/November 1, 2017 Spatial and Visual Thinking Centre for Education in Mathematics and Computing One very important

More information

ES20821 Digital Craftsmanship of a Half-Size Eiffel Tower Replica

ES20821 Digital Craftsmanship of a Half-Size Eiffel Tower Replica ES20821 Digital Craftsmanship of a Half-Size Eiffel Tower Replica Marty Collins Aurecon Thailand Learning Objectives Appreciate the power of Revit Learn how we pushed Revit to its limits Discover the process

More information

About Computer Graphics

About Computer Graphics COMPUTER GRAPHICS Graphics: Graphics are visual presentations on some surface such as wall, canvas, paper to inform or entertain. Examples are photographs, drwaing, graphs and symbols etc. Computer Graphics:

More information

Eureka Math. Grade 7, Module 6. Student File_B Contains Exit Tickets, and Assessment Materials

Eureka Math. Grade 7, Module 6. Student File_B Contains Exit Tickets, and Assessment Materials A Story of Units Eureka Math Grade 7, Module 6 Student File_B Contains s, and Assessment Materials Published by the non-profit Great Minds. Copyright 2015 Great Minds. All rights reserved. No part of this

More information

Computer Graphics and Linear Algebra Rebecca Weber, 2007

Computer Graphics and Linear Algebra Rebecca Weber, 2007 Computer Graphics and Linear Algebra Rebecca Weber, 2007 Vector graphics refers to representing images by mathematical descriptions of geometric objects, rather than by a collection of pixels on the screen

More information

Southington Public Schools Curriculum Map Subject: Practical Math Grade: 10

Southington Public Schools Curriculum Map Subject: Practical Math Grade: 10 Southington Public Schools Curriculum Map Subject: Practical Math Grade: 10 UNIT TITLE Measurement and Perimeter Transformations Area of 2-Dimensional Objects CONTENT Estimate and measure using a variety

More information

5th Grade Mathematics Essential Standards

5th Grade Mathematics Essential Standards Standard 1 Number Sense (10-20% of ISTEP/Acuity) Students compute with whole numbers*, decimals, and fractions and understand the relationship among decimals, fractions, and percents. They understand the

More information

Computer Aided Design Applications MMJ 1543

Computer Aided Design Applications MMJ 1543 Computer Aided Design Applications MMJ 1543 Dr Jamaludin Mohd Taib jamalt@fkm.utm.my http://www.fkm.utm.my/~jamalt Lecture 1 1 Computer Aided Design Computer Graphics Geometric Modelling CAD Tools in design

More information

6. CAD SOFTWARE. CAD is a really useful tool for every engineer, and especially for all the designers.

6. CAD SOFTWARE. CAD is a really useful tool for every engineer, and especially for all the designers. 6. CAD SOFTWARE CAD is a really useful tool for every engineer, and especially for all the designers. Not only because it makes drawing easier, but because it presents the advantage that if any detail

More information

Graphic Design Conversation

Graphic Design Conversation Aneto Okonkwo 12/12/06 CS377B Graphic Design Conversation Introduction This document describes the design process and results of a project focused on modeling collaborative graphic design on a whiteboard

More information

Leica DISTO X3 Designed for tough, rugged conditions

Leica DISTO X3 Designed for tough, rugged conditions Leica DISTO X3 Designed for tough, rugged conditions The rugged Leica DISTO X-series combines innovative measuring technologies with a site-proof design and simple user interface. Together with the Leica

More information

Archdiocese of Washington Catholic Schools Academic Standards Mathematics

Archdiocese of Washington Catholic Schools Academic Standards Mathematics 5 th GRADE Archdiocese of Washington Catholic Schools Standard 1 - Number Sense Students compute with whole numbers*, decimals, and fractions and understand the relationship among decimals, fractions,

More information

BricsCAD. One workflow to design tomorrow.

BricsCAD. One workflow to design tomorrow. BricsCAD. One workflow to design tomorrow. BricsCAD is the familiar design platform for all your needs; 2D drafting, 3D modeling, Mechanical design and BIM. 2D/3D CAD Design Toolkit A faster and smarter

More information

Introduction to Computer Graphics

Introduction to Computer Graphics Introduction to 1.1 What is computer graphics? it would be difficult to overstate the importance of computer and communication technologies in our lives. Activities as wide-ranging as film making, publishing,

More information

Animation & Rendering

Animation & Rendering 7M836 Animation & Rendering Introduction, color, raster graphics, modeling, transformations Arjan Kok, Kees Huizing, Huub van de Wetering h.v.d.wetering@tue.nl 1 Purpose Understand 3D computer graphics

More information

Trelligence Affinity for ArchiCAD

Trelligence Affinity for ArchiCAD Trelligence Affinity for ArchiCAD User Guide Release 5.0 Affinity for ArchiCAD User Guide Supporting Trelligence Affinity Version 5 and ArchiCAD 10,11 2008 2008 Trelligence, Inc. 1847 Branard St. Houston,

More information

Mathematics Curriculum

Mathematics Curriculum 6 G R A D E Mathematics Curriculum GRADE 6 5 Table of Contents 1... 1 Topic A: Area of Triangles, Quadrilaterals, and Polygons (6.G.A.1)... 11 Lesson 1: The Area of Parallelograms Through Rectangle Facts...

More information

5th Grade Mathematics Mathematics CC

5th Grade Mathematics Mathematics CC Course Description Fifth grade students will learn mathematical skills and applications relating to Operations and Algebraic Thinking, Number and Operations in Base Ten, Number and Operations in Fractions,

More information

VECTORWORKS ESSENTIALS TUTORIAL MANUAL SAMPLE

VECTORWORKS ESSENTIALS TUTORIAL MANUAL SAMPLE VECTORWORKS ESSENTIALS TUTORIAL MANUAL JONATHAN PICKUP SIXTH EDITION written with version 2014 Published by Nemetschek Vectorworks, Inc. 2014 Jonathan Pickup Vectorworks Essentials Tutorial Manual C VECTORWORKS

More information

COMPUTER AIDED ARCHITECTURAL GRAPHICS FFD 201/Fall 2013 HAND OUT 1 : INTRODUCTION TO 3D

COMPUTER AIDED ARCHITECTURAL GRAPHICS FFD 201/Fall 2013 HAND OUT 1 : INTRODUCTION TO 3D COMPUTER AIDED ARCHITECTURAL GRAPHICS FFD 201/Fall 2013 INSTRUCTORS E-MAIL ADDRESS OFFICE HOURS Özgür Genca ozgurgenca@gmail.com part time Tuba Doğu tubadogu@gmail.com part time Şebnem Yanç Demirkan sebnem.demirkan@gmail.com

More information

SolidWorks and Laser Cutting

SolidWorks and Laser Cutting 99-353 SolidWorks and Laser Cutting Instructor: Susan Finger TAs: Chelsea Chen, Noel Lau 1.0 Units / 3 days (Micro course) http://courses.ideate.cmu.edu 1 Goals For This Course At the conclusion of this

More information

Building assembly detailing using constraint-based modeling

Building assembly detailing using constraint-based modeling Automation in Construction 12 (2003) 365 379 www.elsevier.com/locate/autcon Building assembly detailing using constraint-based modeling K. Nassar a, *, W. Thabet b, Y. Beliveau c a Department of Civil

More information

Lesson 7 Software Fundamentals

Lesson 7 Software Fundamentals Software Fundamentals Computer Literacy BASICS: A Comprehensive Guide to IC 3, 3 rd Edition 1 Objectives Identify the fundamental concepts of wordprocessing software. Identify the fundamental concepts

More information

LDAC Workshop Linked Data in Architecture and Construction Session 1: Open Product Modelling

LDAC Workshop Linked Data in Architecture and Construction Session 1: Open Product Modelling LDAC Workshop Linked Data in Architecture and Construction Session 1: Open Product Modelling Ghent, 28th-29th March 2012 Gonçal Costa Outlines 1. Issues related to Interoperability in the AEC sector 2.

More information

Building Information ModelingChapter1:

Building Information ModelingChapter1: Chapter 1 Building Information ModelingChapter1: Building information modeling (BIM) is an integrated workflow built on coordinated, reliable information about a project from design through construction

More information

SHORT SHARP MANUALS. BIM for Landscape. archoncad.com Making Vectorworks easy!

SHORT SHARP MANUALS. BIM for Landscape. archoncad.com Making Vectorworks easy! SHORT SHARP MANUALS BIM for Landscape archoncad.com Making Vectorworks easy! http://learn.archoncad.com 2015 Jonathan Pickup - Archoncad All rights reserved. No part of this book may be reproduced or transmitted

More information

A-BIM: Algorithmic-based Building Information Modelling

A-BIM: Algorithmic-based Building Information Modelling A-BIM: Algorithmic-based Building Information Modelling Sofia Teixeira de Vasconcelos Feist Thesis to obtain the Master of Science Degree in Architecture Supervisor: Prof. Dr. António Paulo Teles de Menezes

More information

The Real Number System and Pythagorean Theorem Unit 9 Part C

The Real Number System and Pythagorean Theorem Unit 9 Part C The Real Number System and Pythagorean Theorem Unit 9 Part C Standards: 8.NS.1 Know that numbers that are not rational are called irrational. Understand informally that every number has a decimal expansion;

More information

Interoperability with Structural Disciplines

Interoperability with Structural Disciplines Interoperability with Structural Disciplines GRAPHISOFT Visit the GRAPHISOFT website at http://www.graphisoft.com for local distributor and product availability information. Interoperability with Structural

More information

ENERGY SCHEMING 1.0. G.Z. Brown, Tomoko Sekiguchi. Department of Architecture, University of Oregon Eugene, Oregon USA

ENERGY SCHEMING 1.0. G.Z. Brown, Tomoko Sekiguchi. Department of Architecture, University of Oregon Eugene, Oregon USA ENERGY SCHEMING 1.0 G.Z. Brown, Tomoko Sekiguchi Department of Architecture, University of Oregon Eugene, Oregon 97403 USA ABSTRACT This paper describes software for the Apple Macintosh microcomputer that

More information

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A.

Computer Graphics. Instructor: Oren Kapah. Office Hours: T.B.A. Computer Graphics Instructor: Oren Kapah (orenkapahbiu@gmail.com) Office Hours: T.B.A. The CG-IDC slides for this course were created by Toky & Hagit Hel-Or 1 CG-IDC 2 Exercise and Homework The exercise

More information

Design of Embedded Systems

Design of Embedded Systems Design of Embedded Systems José Costa Software for Embedded Systems Departamento de Engenharia Informática (DEI) Instituto Superior Técnico 2015-01-02 José Costa (DEI/IST) Design of Embedded Systems 1

More information

Introduction to 3D Concepts

Introduction to 3D Concepts PART I Introduction to 3D Concepts Chapter 1 Scene... 3 Chapter 2 Rendering: OpenGL (OGL) and Adobe Ray Tracer (ART)...19 1 CHAPTER 1 Scene s0010 1.1. The 3D Scene p0010 A typical 3D scene has several

More information

THE CHALLENGE FOR USING CIM IN CONSTRUCTION. Hiroshi Furuya Obayashi Corporation

THE CHALLENGE FOR USING CIM IN CONSTRUCTION. Hiroshi Furuya Obayashi Corporation THE CHALLENGE FOR USING CIM IN CONSTRUCTION Hiroshi Furuya Obayashi Corporation BENEFITS OF CIM The benefits of Construction Information Modelling (3D product model) Benefits of CIM (Construction Information

More information

Introduction to Computer Graphics. Knowledge basic concepts 2D and 3D computer graphics

Introduction to Computer Graphics. Knowledge basic concepts 2D and 3D computer graphics Introduction to Computer Graphics Knowledge basic concepts 2D and 3D computer graphics 1 Introduction 2 Basic math 3 2D transformations 4 3D transformations 5 Viewing 6 Primitives 7 Geometry 8 Shading

More information

The All-in-One Solution for General Design, BIM and Mechanical

The All-in-One Solution for General Design, BIM and Mechanical The All-in-One Solution for General Design, BIM and Mechanical Bricsys represents the future of the.dwg format, with comprehensive workflows for general design, mechanical design and BIM. Here s the best

More information

Contents(1) Basic Concepts to represent the world Basic Concepts for Reuse Information Hiding Principle and Java Program Superiority of OOT

Contents(1) Basic Concepts to represent the world Basic Concepts for Reuse Information Hiding Principle and Java Program Superiority of OOT Contents(1) Goal and Scope Basic Concepts on OOT Basic Concepts to represent the world Basic Concepts for Reuse Information Hiding Principle and Java Program Superiority of OOT Modeling Techniques Static

More information

Correlation of Ontario Mathematics 2005 Curriculum to. Addison Wesley Mathematics Makes Sense

Correlation of Ontario Mathematics 2005 Curriculum to. Addison Wesley Mathematics Makes Sense Correlation of Ontario Mathematics 2005 Curriculum to Addison Wesley Math Makes Sense 4 Number Sense and Numeration Overall Expectations By the end of Grade 4, students will: read, represent, compare,

More information

M. Sc. Josip Bosnjak, B.Sc.C.E. Denis Simenic, B.Sc.C.E. Hrvoje Bosnjak, B.Sc.C.E.

M. Sc. Josip Bosnjak, B.Sc.C.E. Denis Simenic, B.Sc.C.E. Hrvoje Bosnjak, B.Sc.C.E. M. Sc. Josip Bosnjak, B.Sc.C.E. Denis Simenic, B.Sc.C.E. Hrvoje Bosnjak, B.Sc.C.E. 1. General Description 2. Aim of the Project 3. Lecture in details 4. Conclusions 1. General Description the process of

More information

Sharing Fire Engineering Simulation Data Using the IFC Building Information Model

Sharing Fire Engineering Simulation Data Using the IFC Building Information Model Reference: Spearpoint M J, Dimyadi J A W. Sharing fire engineering simulation data using the IFC building information model. Christchurch, New Zealand: MODSIM07, International Congress on Modelling and

More information

The Rise of OOP: Part 1 [The Early Years] Dina Lamdany

The Rise of OOP: Part 1 [The Early Years] Dina Lamdany The Rise of OOP: Part 1 [The Early Years] Dina Lamdany The Java Tutorials If you've never used an object-oriented programming language before, you'll need to learn a few basic concepts before you can

More information

1 st Grade Math Curriculum Crosswalk

1 st Grade Math Curriculum Crosswalk This document is designed to help North Carolina educators teach the. NCDPI staff are continually updating and improving these tools to better serve teachers. 1 st Grade Math Curriculum Crosswalk The following

More information

Development of Optimal Design System based on Building Information Modeling

Development of Optimal Design System based on Building Information Modeling Combined Heat,Air,Moisture and Pollutant Simulations Syracuse,New York,Sept 9-11,2009 Development of Optimal Design System based on Building Information Modeling Yunting Diao (the University of Tokyo)

More information

UML enabling the Content Framework

UML enabling the Content Framework Training Services UML enabling the Content Framework Selvyn Wright swright@celestial.co.uk www.celestial.co.uk +447778 449924 Agenda An introduction to modelling and little history Are we the first to

More information

Using Geometric Constraints to Capture. design intent

Using Geometric Constraints to Capture. design intent Journal for Geometry and Graphics Volume 3 (1999), No. 1, 39 45 Using Geometric Constraints to Capture Design Intent Holly K. Ault Mechanical Engineering Department, Worcester Polytechnic Institute 100

More information

Evolution of D-Studio Middleware technology for BIM integration

Evolution of D-Studio Middleware technology for BIM integration Evolution of D-Studio Middleware technology for BIM integration Stefan Boeykens, Koenraad Nys D-Studio bvba Abstract: In the evolution towards BIM Level 3 and beyond, D-Studio is developing middleware

More information

BUILDING SPACE ANALYSIS FOR INTEGRATING DESIGN AND CONSTRUCTION

BUILDING SPACE ANALYSIS FOR INTEGRATING DESIGN AND CONSTRUCTION BUILDING SPACE ANALYSIS FOR INTEGRATING DESIGN AND CONSTRUCTION Che Wan Fadhil CHE WAN PUTRA 1 and Mustafa ALSHAWI 2 1 Faculty of Civil Eng., Univ. Teknologi Malaysia, 81310 UTM Skudai, Johor, Malaysia

More information

Automated Road Segment Creation Process

Automated Road Segment Creation Process David A. Noyce, PhD, PE Director and Chair Traffic Operations and Safety Laboratory Civil and Environmental Engineering Department Kelvin R. Santiago, MS, PE Assistant Researcher Traffic Operations and

More information

NCTM Strands. NCTM Strands. NCTM Strands. Geometry. Number and Operations Algebra Geometry Measurement Data Analysis & Probability

NCTM Strands. NCTM Strands. NCTM Strands. Geometry. Number and Operations Algebra Geometry Measurement Data Analysis & Probability NCTM Strands NCTM Strands Number and Operations Algebra Measurement Data Analysis & Probability NCTM Strands Number and Operations Algebra Measurement Data Analysis & Probability Strand 3 and properties

More information

Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur

Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur Surveying Prof. Bharat Lohani Department of Civil Engineering Indian Institute of Technology, Kanpur Module - 6 Lecture - 2 Triangulation and Trilateration Welcome to this another lecture on basic surveying.

More information

In Union There Is Strength: AutoCAD and Autodesk Revit in Concert

In Union There Is Strength: AutoCAD and Autodesk Revit in Concert November 30 December 3, 2004 Las Vegas, Nevada In Union There Is Strength: AutoCAD and Autodesk Revit in Concert Christopher S. Mahoney, AIA BD32-3 This session is intended to introduce Autodesk Revit

More information

To build shapes from scratch, use the tools are the far right of the top tool bar. These

To build shapes from scratch, use the tools are the far right of the top tool bar. These 3D GAME STUDIO TUTORIAL EXERCISE #5 USE MED TO SKIN AND ANIMATE A CUBE REVISED 11/21/06 This tutorial covers basic model skinning and animation in MED the 3DGS model editor. This exercise was prepared

More information

SpaceClaim Professional The Natural 3D Design System. Advanced Technology

SpaceClaim Professional The Natural 3D Design System. Advanced Technology SpaceClaim Professional The Natural 3D Design System SpaceClaim Professional is the 3D productivity tool for engineers who contribute to the design and manufacture of mechanical products across a broad

More information

05. Autodesk Revit & Parametric Modeling

05. Autodesk Revit & Parametric Modeling Design + Computing 05. Autodesk Revit & Parametric Modeling 4/2/2015 Digital Design I HOM3034 Spring 2015 Every Thursday 2:00 p.m. 5:50 pm Jin Kook Lee, Ph.D. 02-2220-2645 designit@hanyang.ac.kr Assistant

More information

Part 7 More fill styles and an effect

Part 7 More fill styles and an effect Part 7 More fill styles and an effect Introduction To break the uniformity of the grass fill style, this part will continue creating fill styles and adding sheets show how to copy fill styles show how

More information

Standards for Mathematics: Grade 1

Standards for Mathematics: Grade 1 Standards for Mathematics: Grade 1 In Grade 1, instructional time should focus on four critical areas: 1. developing understanding of addition, subtraction, and strategies for addition and subtraction

More information

BETWEEN PHOTO-REALISM AND NON-PHOTO REALISTIC RENDERING MODELING URBAN AREAS FOR REAL TIME VR

BETWEEN PHOTO-REALISM AND NON-PHOTO REALISTIC RENDERING MODELING URBAN AREAS FOR REAL TIME VR BETWEEN PHOTO-REALISM AND NON-PHOTO REALISTIC RENDERING MODELING URBAN AREAS FOR REAL TIME VR Guenter Pomaska Bielefeld University of Applied Sciences, Faculty of Architecture and Civil Engineering, Germany

More information

11.2 RECTANGULAR COORDINATES IN THREE DIMENSIONS

11.2 RECTANGULAR COORDINATES IN THREE DIMENSIONS 11.2 Rectangular Coordinates in Three Dimensions Contemporary Calculus 1 11.2 RECTANGULAR COORDINATES IN THREE DIMENSIONS In this section we move into 3 dimensional space. First we examine the 3 dimensional

More information

THE ANALYTIC AND NUMERICAL DEFINITION OF THE GEOMETRY OF THE BRITISH MUSEUM GREAT COURT ROOF

THE ANALYTIC AND NUMERICAL DEFINITION OF THE GEOMETRY OF THE BRITISH MUSEUM GREAT COURT ROOF Williams, C.J.K. 2001 The analytic and numerical definition of the geometry of the British Museum Great THE ANALYTIC AND NUMERICAL DEFINITION OF THE GEOMETRY OF THE BRITISH MUSEUM GREAT COURT ROOF Chris

More information

There we are; that's got the 3D screen and mouse sorted out.

There we are; that's got the 3D screen and mouse sorted out. Introduction to 3D To all intents and purposes, the world we live in is three dimensional. Therefore, if we want to construct a realistic computer model of it, the model should be three dimensional as

More information

Dr. Aylin Gurkok - Florida International University - College of Engineering - Department of Mechanical and Materials Engineering - Miami

Dr. Aylin Gurkok - Florida International University - College of Engineering - Department of Mechanical and Materials Engineering - Miami What is CADD? Computer-aided drawing is a technique where engineering drawings are produced with the assistance of a computer and, as with manual drawing, is only the graphical means of representing a

More information

Chief Architect X10 New Feature List

Chief Architect X10 New Feature List PRODUCTIVITY Saved Plan Views. Create and save multiple plan views (similar to saved cameras). Each view retains Layer Set, Annotation Set and Active Defaults. Open multiple Plan Views in Windows or Tabs,

More information

Autocad 2006 Tutorial For Beginners Pdf d

Autocad 2006 Tutorial For Beginners Pdf d Autocad 2006 Tutorial For Beginners Pdf 2013 2d Free AutoCAD 2013 Tutorial Free AutoCAD Free AutoCAD 2006 Tutorials Free AutoCAD 3D AutoCAD 2016 Tutorial: PDF Enhancements This video This video consists

More information

EE795: Computer Vision and Intelligent Systems

EE795: Computer Vision and Intelligent Systems EE795: Computer Vision and Intelligent Systems Spring 2012 TTh 17:30-18:45 WRI C225 Lecture 02 130124 http://www.ee.unlv.edu/~b1morris/ecg795/ 2 Outline Basics Image Formation Image Processing 3 Intelligent

More information

The Industry Foundation Classes (IFC) Ready for Indoor Cadastre?

The Industry Foundation Classes (IFC) Ready for Indoor Cadastre? The Industry Foundation Classes (IFC) Ready for Indoor Cadastre? Christian CLEMEN, Lothar GRÜNDIG, Germany Key words: IFC, AEC, Standards, Interoperability, CAD, Building Information Model. SUMMARY The

More information

THE POWERFUL AFFORDABLE SOLUTION FOR ARTISTIC MACHINING & CUSTOM WOODWORKING 2D & 3D CAD-CAM SOFTWARE

THE POWERFUL AFFORDABLE SOLUTION FOR ARTISTIC MACHINING & CUSTOM WOODWORKING 2D & 3D CAD-CAM SOFTWARE THE POWERFUL AFFORDABLE SOLUTION FOR ARTISTIC MACHINING & CUSTOM WOODWORKING v26art 2D & 3D CAD-CAM SOFTWARE TURN ART INTO PARTS BobART provides you with the ability to turn your artistic imagination into

More information