Projections Josef Pelikán & Alexander Wilkie CGG MFF UK Praha

Size: px
Start display at page:

Download "Projections Josef Pelikán & Alexander Wilkie CGG MFF UK Praha"

Transcription

1 Projections Josef Pelikán & Aleander Wilkie CGG MFF UK Praha / 24

2 Basic Concepts plane of projection projection ras projection origin plane of projection 2 / 24

3 Classification of Linear Projections Parallel projections Projection ras are parallel to each other Orthogonal projections Projection ras are orthogonal to the projection plane Monge projection, floor plan, elevation, side view Aonometr (general orthogonal projection) Oblique projections Cabinet projection (the ais has ½ scale) Cavalier projection (same scale on all aes) 3 / 24

4 Monge projection elevation top view side view 4 / 24

5 Aonometr Isometric Projection a projection plane a a 5 / 24

6 Aonometr Dimetric Projection b projection plane a a 6 / 24

7 Aonometr Trimetric Projection c projection plane b a 7 / 24

8 Cabinet Projection projection plane = /2 / / 24

9 Cavalier Projection projection plane = / 24

10 Classification of Linear Projections (Central) perspective projections Projection ras form a beam that pass through a single point, the center of the projection Do not preserve parallelism (vanishing points!) One point perspective The plane of projection is parallel to two coordinate aes Lines parallel to the third coordinate ais meet in one vanishing point 0 / 24

11 One Point Perspective projection plane / 24

12 Classification of Linear Projections Two point perspective The plane of projection is parallel to one coordinate ais Lines parallel to the other aes meet in two vanishing points Three point perspective The plane of projection is in an arbitrar orientation Lines parallel to the coordinate aes meet in three vanishing points 2 / 24

13 Two Point Perspective perspective plane 3 / 24

14 Three Point Perspective projection plane intersects all aes 4 / 24

15 Orthogonal Projection Implementation [,] are usuall coordinates in the viewing plane, and depth (distance from the viewer) Fundamental views (top, front, side) These are just permutations of the, and aes (with possible sign change) General orthogonal projection (isometric) View direction (normal of the projection plane): N Orientation vector (up): u Transformation: Cs(S,u N,u,N) 5 / 24

16 Orthogonal Projection u N S u N N u u N Cs(S,u N,u,N) 6 / 24

17 Oblique Projection Implementation K perspective plane: foreshortening coefficient: K angle of the projection ais : [ K cos α K sin α ] 7 / 24

18 Central Projection Implementation General perspective projection: Center of the projection: S View direction (normal of the perspective plane): N Distance of the plane from the center of the projection: d Orientation vector (up): u Projection transformation: Use standard orientation (center at the origin, view direction along ): Cs(S,u N,u,N) Perspective projection: e.g. [ d/, d/, ] 8 / 24

19 Using the Standard Orientation u d N N S u N u u N Cs(S,u N,u,N) 9 / 24

20 Perspective Transform Does NOT conserve linearit! d projection plane, [ ] d / 24

21 Transformation of Linear Objects Perspective transform of lines Per: The following equation obviousl does not hold: Per(A + t [B - A]) = Per(A) + t [Per(B) - Per(A)] Using a difference algorithm (DDA) for visibilit calculations: Given point C(u) on the segment Per(A)Per(B): C(u), = Per(A), + u [Per(B), - Per(A), ] This also has to hold for depth : C(u) = Per(A) + u [Per(B) - Per(A) ] 2 / 24

22 Conservation of Linearit [-k,] [k,] d, projection plane [ ] d d d, 22 / 24

23 4D Clipping, = -k viewing area, = k, -k = 0 k limit hperplane: = -kw, = kw, = -kw, = kw, = 0 for w > 0: -kw < < kw, -kw < < kw, 0 < 23 / 24

24 End Further Information J. Fole, A. van Dam, S. Feiner, J. Hughes: Computer Graphics, Principles and Practice, Jiří Žára a kol.: Počítačová grafika, princip a algoritm, / 24

Projections Computer Graphics and Visualization

Projections Computer Graphics and Visualization Planar Geometric Fall 2010 Standard projections project onto a plane Projectors are lines that either converge at a center of projection are parallel Nonplanar projections are needed for applications such

More information

3D Viewing. Projections. Perspective A B B. Projectors. Center of Projection. Projection Plane

3D Viewing. Projections. Perspective A B B. Projectors. Center of Projection. Projection Plane Projections Projectors A Center of Projection A B B Projection Plane Perspective Projections Projectors A A B At Infinit B Projection Plane Parallel Parallel Projections Orthographic 3D Viewing Top View

More information

3D Viewing. Introduction to Computer Graphics Torsten Möller / Manfred Klaffenböck. Machiraju/Zhang/Möller

3D Viewing. Introduction to Computer Graphics Torsten Möller / Manfred Klaffenböck. Machiraju/Zhang/Möller 3D Viewing Introduction to Computer Graphics Torsten Möller / Manfred Klaffenböck Machiraju/Zhang/Möller Reading Chapter 5 of Angel Chapter 13 of Hughes, van Dam, Chapter 7 of Shirley+Marschner Machiraju/Zhang/Möller

More information

Transform 3D objects on to a 2D plane using projections

Transform 3D objects on to a 2D plane using projections PROJECTIONS 1 Transform 3D objects on to a 2D plane using projections 2 types of projections Perspective Parallel In parallel projection, coordinate positions are transformed to the view plane along parallel

More information

AML710 CAD LECTURE Parallel Projections a) Orthographic Projections b) Axonometric Projections 2. Perspective Transformations and Projections

AML710 CAD LECTURE Parallel Projections a) Orthographic Projections b) Axonometric Projections 2. Perspective Transformations and Projections AML7 CAD LECTURE 8 PROJECTIONS. Parallel Projections a) Orthographic Projections b) Aonometric Projections. Perspective Transormations and Projections PROJECTIONS Aine, Rigid-bod/Euclidian Vs Perspective

More information

Interactive Computer Graphics A TOP-DOWN APPROACH WITH SHADER-BASED OPENGL

Interactive Computer Graphics A TOP-DOWN APPROACH WITH SHADER-BASED OPENGL International Edition Interactive Computer Graphics A TOP-DOWN APPROACH WITH SHADER-BASED OPENGL Sixth Edition Edward Angel Dave Shreiner 228 Chapter 4 Viewing Front elevation Elevation oblique Plan oblique

More information

Introduction to Projection The art of representing a three-dimensional object or scene in a 2D space is called projection.

Introduction to Projection The art of representing a three-dimensional object or scene in a 2D space is called projection. Introduction to Projection The art of representing a three-dimensional object or scene in a 2D space is called projection. Projection is carried out by passing projectors through each vertex and intersecting

More information

Classical Viewing. Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico

Classical Viewing. Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico Classical Viewing Ed Angel Professor of Computer Science, Electrical and Computer Engineering, and Media Arts University of New Mexico 1 Objectives Introduce the classical views Compare and contrast image

More information

3D COMPUTER GRAPHICS

3D COMPUTER GRAPHICS 3D COMPUTER GRAPHICS http://www.tutorialspoint.com/computer_graphics/3d_computer_graphics.htm Copyright tutorialspoint.com In the 2D system, we use only two coordinates X and Y but in 3D, an extra coordinate

More information

Introduction to Computer Graphics (CS602) Lecture 19 Projections

Introduction to Computer Graphics (CS602) Lecture 19 Projections Introduction to Computer Graphics (CS602) Lecture 19 Projections For centuries, artists, engineers, designers, drafters, and architects have been facing difficulties and constraints imposed by the problem

More information

CS475/CS675 Computer Graphics

CS475/CS675 Computer Graphics CS475/CS675 Computer Graphics Viewing Perspective Projection Projectors Centre of Projection Object Image Plane or Projection Plane 2 Parallel Projection Projectors Centre of Projection? Object Image Plane

More information

Graphics and Interaction Perspective Geometry

Graphics and Interaction Perspective Geometry 433-324 Graphics and Interaction Perspective Geometr Department of Computer Science and Software Engineering The Lecture outline Introduction to perspective geometr Perspective Geometr Centre of projection

More information

Projections. Conceptual Model of the 3D viewing process

Projections. Conceptual Model of the 3D viewing process Projections Projections Conceptual Model of the 3D viewing process 3D Projections (Rays converge on eye position) (Rays parallel to view plane) Perspective Parallel Orthographic Oblique Elevations Axonometric

More information

3D Viewing I. Acknowledgement: Some slides are from the Dr. Andries van Dam lecture. CMSC 435/634 August D Viewing I # /27

3D Viewing I. Acknowledgement: Some slides are from the Dr. Andries van Dam lecture. CMSC 435/634 August D Viewing I # /27 3D Viewing I Acknowledgement: Some slides are from the Dr. Andries van Dam lecture. From 3D to 2D: Orthographic and Perspective Projection Part 1 Geometrical Constructions Types of Projection Projection

More information

Reading. 8. Projections. 3D Geometry Pipeline. 3D Geometry Pipeline (cont d) Required: w Watt, Section

Reading. 8. Projections. 3D Geometry Pipeline. 3D Geometry Pipeline (cont d) Required: w Watt, Section Reading Required: Watt, Section 5.2.2 5.2.4. Further reading: 8. Projections Fole, et al, Chapter 5.6 and Chapter 6 David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, 2 nd

More information

CS354 Computer Graphics Viewing and Projections

CS354 Computer Graphics Viewing and Projections Slide Credit: Donald S. Fussell CS354 Computer Graphics Viewing and Projections Qixing Huang February 19th 2018 Eye Coordinates (not NDC) Planar Geometric Projections Standard projections project onto

More information

Reading. Angel. Chapter 5. Optional

Reading. Angel. Chapter 5. Optional Projections Reading Angel. Chapter 5 Optional David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, Second edition, McGraw-Hill, New York, 1990, Chapter 3. The 3D synthetic camera

More information

Reading. Projections. Projections. Perspective vs. parallel projections. Foley et al. Chapter 6. Optional. Perspective projections pros and cons:

Reading. Projections. Projections. Perspective vs. parallel projections. Foley et al. Chapter 6. Optional. Perspective projections pros and cons: Reading Fole et al. Chapter 6 Optional Projections David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, Second edition, McGra-Hill, Ne York, 990, Chapter 3. Projections Projections

More information

Viewing. Perspective views. Parallel l views. Finite COP (center of projection) COP at infinity DOP (direction of projection) Parallel View

Viewing. Perspective views. Parallel l views. Finite COP (center of projection) COP at infinity DOP (direction of projection) Parallel View Viewing 3 r Week, 29 Funamental Tes of Viewing views Finite COP (center of rojection) Parallel l views COP at infinit DOP (irection of rojection) View Parallel View Parallel View View Taonom of Planar

More information

Lecture 2 of 41. Viewing 1 of 4: Overview, Projections

Lecture 2 of 41. Viewing 1 of 4: Overview, Projections Viewing 1 of 4: Overview, Projections William H. Hsu Department of Computing and Information Sciences, KSU KSOL course pages: http://bit.ly/hgvxlh / http://bit.ly/evizre Public mirror web site: http://www.kddresearch.org/courses/cis636

More information

Lecture 2 of 41. Viewing 1 of 4: Overview, Projections

Lecture 2 of 41. Viewing 1 of 4: Overview, Projections Viewing 1 of 4: Overview, Projections William H. Hsu Department of Computing and Information Sciences, KSU KSOL course pages: http://bit.ly/hgvxlh / http://bit.ly/evizre Public mirror web site: http://www.kddresearch.org/courses/cis636

More information

3D Viewing I. From 3D to 2D: Orthographic and Perspective Projection Part 1

3D Viewing I. From 3D to 2D: Orthographic and Perspective Projection Part 1 From 3D to 2D: Orthographic and Perspective Projection Part 1 3D Viewing I By Andries van Dam Geometrical Constructions Types of Projection Projection in Computer Graphics Jian Chen January 15, 2010 3D

More information

Reading. Projections. The 3D synthetic camera model. Imaging with the synthetic camera. Angel. Chapter 5. Optional

Reading. Projections. The 3D synthetic camera model. Imaging with the synthetic camera. Angel. Chapter 5. Optional Reading Angel. Chapter 5 Optional Projections David F. Rogers and J. Alan Adams, Mathematical Elements for Computer Graphics, Second edition, McGraw-Hill, New York, 1990, Chapter 3. The 3D snthetic camera

More information

1. When sketching long, narrow objects in OBLIQUE, distortion can be lessened by placing the long dimension along:

1. When sketching long, narrow objects in OBLIQUE, distortion can be lessened by placing the long dimension along: Draft Student Name: Teacher: District: Date: Wake County Test: 9_12 T and I IC61 - Drafting I Test 2 Description: 3.03 Apply 3D sketching Form: 501 1. When sketching long, narrow objects in OBLIQUE, distortion

More information

Viewing. Perspective views. Parallel l views. Finite COP (center of projection) COP at infinity DOP (direction of projection) Parallel View

Viewing. Perspective views. Parallel l views. Finite COP (center of projection) COP at infinity DOP (direction of projection) Parallel View Viewing th Week, 29 Funamental Tes of Viewing views Finite COP (center of rojection) Parallel l views COP at infinit DOP (irection of rojection) View Parallel View Parallel View View Classical Viewing

More information

Graphic Communications

Graphic Communications Graphic Communications Lecture 8: Projections Assoc. Prof.Dr. Cengizhan İpbüker İTÜ-SUNY 2004-2005 2005 Fall ipbuker_graph06 Projections The projections used to display 3D objects in 2D are called Planar

More information

VIEWING 1. CLASSICAL AND COMPUTER VIEWING. Computer Graphics

VIEWING 1. CLASSICAL AND COMPUTER VIEWING. Computer Graphics VIEWING We now investigate the multitude of ways in which we can describe our virtual camera. Along the way, we examine related topics, such as the relationship between classical viewing techniques and

More information

Isometric Projection Drawing CHAPTER 6

Isometric Projection Drawing CHAPTER 6 Isometric Projection Drawing CHAPTER 6 Content Overview Pictorial projection Parallel projection Axonometric projection Isometric projection Axes and selection Isometric lines and planes Isometric scale

More information

Peter Clements Art Studios

Peter Clements Art Studios Peter Clements Art Studios How to Erase Pencil Axonometric Projection or drawing is referred to as a projection as they do not have vanishing points as the conventional perspective drawing. Consequently,

More information

11/12/2015 CHAPTER 7. Axonometric Drawings (cont.) Axonometric Drawings (cont.) Isometric Projections (cont.) 1) Axonometric Drawings

11/12/2015 CHAPTER 7. Axonometric Drawings (cont.) Axonometric Drawings (cont.) Isometric Projections (cont.) 1) Axonometric Drawings CHAPTER 7 1) Axonometric Drawings 1) Introduction Isometric & Oblique Projection Axonometric projection is a parallel projection technique used to create a pictorial drawing of an object by rotating the

More information

Visual Imaging in the Electronic Age. Drawing Perspective Images

Visual Imaging in the Electronic Age. Drawing Perspective Images Visual Imaging in the Electronic Age Lecture # 2 Drawing Perspective Images Brunelleschi s Experiment August 24, 2017 Prof. Donald P. Greenberg http://www.graphics.cornell.edu/academic/art2907/ User Name:

More information

Visual Imaging in the Electronic Age. Drawing Perspective Images

Visual Imaging in the Electronic Age. Drawing Perspective Images Visual Imaging in the Electronic Age Lecture # 2 Drawing Perspective Images Brunelleschi s Experiment August 27, 2015 Prof. Donald P. Greenberg http://www.graphics.cornell.edu/academic/art2907/ User Name:

More information

Visual Imaging in the Electronic Age. Drawing Perspective Images

Visual Imaging in the Electronic Age. Drawing Perspective Images Visual Imaging in the Electronic Age Lecture # 2 Drawing Perspective Images Brunelleschi s Experiment August 25, 2016 Prof. Donald P. Greenberg http://www.graphics.cornell.edu/academic/art2907/ User Name:

More information

ENGINEERING GRAPHICS 1E9

ENGINEERING GRAPHICS 1E9 Lecture 3 Monday, 15 December 2014 1 ENGINEERING GRAPHICS 1E9 Lecture 3: Isometric Projections Lecture 3 Monday, 15 December 2014 2 What is ISOMETRIC? It is a method of producing pictorial view of an object

More information

Student Name: Teacher: Date: District: Rowan. Assessment: 9_12 T and I IC61 - Drafting I Test 1. Description: Unit C - Sketching - Test 2.

Student Name: Teacher: Date: District: Rowan. Assessment: 9_12 T and I IC61 - Drafting I Test 1. Description: Unit C - Sketching - Test 2. Student Name: Teacher: Date: District: Rowan Assessment: 9_12 T and I IC61 - Drafting I Test 1 Description: Unit C - Sketching - Test 2 Form: 501 1. The most often used combination of views includes the:

More information

Exploring 3D in Flash

Exploring 3D in Flash 1 Exploring 3D in Flash We live in a three-dimensional world. Objects and spaces have width, height, and depth. Various specialized immersive technologies such as special helmets, gloves, and 3D monitors

More information

Monochrome Image Reproduction

Monochrome Image Reproduction Monochrome Image Reproduction 1995-2016 Josef Pelikán & Alexander Wilkie CGG MFF UK Praha pepca@cgg.mff.cuni.cz http://cgg.mff.cuni.cz/~pepca/ 1 / 27 Preception of Grey Grey has a single attribute intensity

More information

Appendix. Springer International Publishing Switzerland 2016 A.Y. Brailov, Engineering Graphics, DOI /

Appendix. Springer International Publishing Switzerland 2016 A.Y. Brailov, Engineering Graphics, DOI / Appendix See Figs. A.1, A.2, A.3, A.4, A.5, A.6, A.7, A.8, A.9, A.10, A.11, A.12, A.13, A.14, A.15, A.16, A.17, A.18, A.19, A.20, A.21, A.22, A.23, A.24, A.25, A.26, A.27, A.28, A.29, A.30, A.31, A.32,

More information

Isometric Drawing Chapter 26

Isometric Drawing Chapter 26 Isometric Drawing Chapter 26 Sacramento City College EDT 310 EDT 310 - Chapter 26 - Isometric Drawing 1 Drawing Types Pictorial Drawing types: Perspective Orthographic Isometric Oblique Pictorial - like

More information

Chapter 8. Technical Drawings

Chapter 8. Technical Drawings Chapter 8 Technical Drawing Technical Drawings Multiview drawings Also called three-view drawings Simple objects take three views Front, top, one side Title block Identifies who did the design Gives date,

More information

Image Filtering Josef Pelikán & Alexander Wilkie CGG MFF UK Praha

Image Filtering Josef Pelikán & Alexander Wilkie CGG MFF UK Praha Image Filtering 1995-216 Josef Pelikán & Alexander Wilkie CGG MFF UK Praha pepca@cgg.mff.cuni.cz http://cgg.mff.cuni.cz/~pepca/ 1 / 32 Image Histograms Frequency table of individual brightness (and sometimes

More information

ENGINEERING DRAWING. 1. Set squares are used to draw different angles. What is the angel a formed by the 45⁰ set square? Give a brief answer.

ENGINEERING DRAWING. 1. Set squares are used to draw different angles. What is the angel a formed by the 45⁰ set square? Give a brief answer. ENGINEERING DRAWING 1. Set squares are used to draw different angles. What is the angel a formed by the 45⁰ set square? Give a brief answer. 2. Which is the correct method of hatching a plane surface?

More information

Chapter 5 Pictorial Projection

Chapter 5 Pictorial Projection Chapter 5 Pictorial Projection Objectives After completing this chapter, the students will be able to Create freehand sketches using the correct sketching techniques. Explainthe difference between axonometric

More information

(Ans:d) a. A0 b. A1 c. A2 d. A3. (Ans:b) (Ans:a) (Ans:d) (Ans:d)

(Ans:d) a. A0 b. A1 c. A2 d. A3. (Ans:b) (Ans:a) (Ans:d) (Ans:d) Multiple Choice Questions (MCQ) on Engineering Drawing (Instruments) The mini drafter serves the purpose of everything except a. Scales b. Set square c. Protractor d. Compass (Ans:d) During operation,

More information

I B.TECH- I SEMESTER DEPARTMENT OF MECHANICAL ENGINEERING ENGINEERING DRAWING

I B.TECH- I SEMESTER DEPARTMENT OF MECHANICAL ENGINEERING ENGINEERING DRAWING I B.TECH- I SEMESTER DEPARTMENT OF MECHANICAL ENGINEERING ENGINEERING DRAWING ENGINEERING DRAWING UNIT-V DEFINITIONS: Axonometric Trimetric Dimetric Isometric It is a parallel technique used to create

More information

Drawing Standards & Conventions for IDD

Drawing Standards & Conventions for IDD Drawing Standards & Conventions for IDD This document consists of a set of standards that have been developed to maintain a consistency in Interior Decoration and Design students work. The standards are

More information

Chapter 5 Pictorial sketching

Chapter 5 Pictorial sketching Chapter 5 Pictorial sketching Contents Freehand sketching techniques Pictorial projections - Axonometric - Oblique Isometric projection vs isometric sketch Isometric sketch from an orthographic views Isometric

More information

CS-184: Computer Graphics. Today

CS-184: Computer Graphics. Today CS-84: Computer Graphics Lecture 5: Projection Prof. James O Brien Universit of California, Berkele V25-5-.3 Toda Windowing and Viewing Transformations Windows and viewports Orthographic projection Perspective

More information

Graphical Communication for Engineering ENSC 204 Final Exam

Graphical Communication for Engineering ENSC 204 Final Exam Name: Student #: Graphical Communication for Engineering ENSC 204 Final Exam December 16, 2015 Time: 3 hours CLOSED BOOK EXAM Read all the instructions below. Do NOT start the exam until you are told to.

More information

VISION and PRECISION. Engineering Graphics Drawing and sketching Geometric modelling. Written and oral communication. Professor Malcolm Good

VISION and PRECISION. Engineering Graphics Drawing and sketching Geometric modelling. Written and oral communication. Professor Malcolm Good Twin rotor turbopump GL1:1 436-105 Engineering Communications Professor Malcolm Good Department of Mechanical and Manufacturing Engineering Engineering Graphics Drawing and sketching Geometric modelling

More information

CS337 INTRODUCTION TO COMPUTER GRAPHICS. Viewing. Part I (History and Overview of Projections) Bin Sheng 1 / 46 10/04/2016

CS337 INTRODUCTION TO COMPUTER GRAPHICS. Viewing. Part I (History and Overview of Projections) Bin Sheng 1 / 46 10/04/2016 Viewing Part I (History and Overview of Projections) 1 / 46 Lecture Topics History of projection in art Geometric constructions Types of projection (parallel and perspective) 2 / 46 CS337 INTRODUCTION

More information

Autodesk Inventor. In Engineering Design & Drafting. By Edward Locke

Autodesk Inventor. In Engineering Design & Drafting. By Edward Locke Autodesk Inventor In Engineering Design & Drafting By Edward Locke Engineering Design Drafting Essentials Working Drawings: Orthographic Projection Views (multi-view, auxiliary view, details and sections)

More information

Lecture #4 MULTIVIEW PROJECTION RES 112E COMPUTER AIDED TECHNICAL DRAWING ITU

Lecture #4 MULTIVIEW PROJECTION RES 112E COMPUTER AIDED TECHNICAL DRAWING ITU Lecture #4 MULTIVIEW PROJECTION This week You will learn multi-view projection. The steps to follow are: Projections (ISO-E & ISO-A) Multi-view drawings Views (Basic,Auxiliary, Detailed etc.) Sketching

More information

Extension material for Level 2 Design and Visual Communication Study Guide

Extension material for Level 2 Design and Visual Communication Study Guide 3-D formal drawing Extension material for Level 2 Design and Visual Communication Study Guide ISBN 978-1-927194-15-7 For individual student use only. No other use permitted. ESA Publications (NZ) Ltd,

More information

Chapter 2. Isometric Projection and Multi View Drawings. Below are the desired outcomes and usage competencies based on the completion of Chapter 2.

Chapter 2. Isometric Projection and Multi View Drawings. Below are the desired outcomes and usage competencies based on the completion of Chapter 2. Chapter 2 Below are the desired outcomes and usage competencies based on the completion of Chapter 2. Desired Outcomes: Understand Isometric Projection and 2D sketching. Knowledge of additional Projection

More information

Pictorial Drawings. DFTG-1305 Technical Drafting Prepared by Francis Ha, Instructor

Pictorial Drawings. DFTG-1305 Technical Drafting Prepared by Francis Ha, Instructor DFTG-1305 Technical Drafting Prepared by Francis Ha, Instructor Pictorial Drawings Geisecke s textbook for reference: 14 th Ed. Ch. 15: p. 601 Ch. 16: p. 620 15 th Ed. Ch. 14: p. 518 Ch. 15: p. 552 Update:

More information

Bridge Course On Engineering Drawing for Mechanical Engineers

Bridge Course On Engineering Drawing for Mechanical Engineers G. PULLAIAH COLLEGE OF ENGINEERING AND TECHNOLOGY Accredited by NAAC with A Grade of UGC, Approved by AICTE, New Delhi Permanently Affiliated to JNTUA, Ananthapuramu (Recognized by UGC under 2(f) and 12(B)

More information

1 st Subject: Types of Pictorial Drawings (Isometric, Oblique, and Perspective)

1 st Subject: Types of Pictorial Drawings (Isometric, Oblique, and Perspective) Intermediate Engineering Graphics 4 th Week 1 st Meeting Lecture Notes Instructor: Edward N. Locke Topic: Types of pictorial drawings (isometric, oblique, and perspective), isometric sketching and drafting

More information

Engineering Graphics with SolidWorks 2012

Engineering Graphics with SolidWorks 2012 INSIDE: Video Instruction DVD An audio/visual presentation of the tutorial projects Engineering Graphics with SolidWorks 2012 and Video Instruction DVD A Step-by-Step Project Based Approach Introductory

More information

UNIT 5a STANDARD ORTHOGRAPHIC VIEW DRAWINGS

UNIT 5a STANDARD ORTHOGRAPHIC VIEW DRAWINGS UNIT 5a STANDARD ORTHOGRAPHIC VIEW DRAWINGS 5.1 Introduction Orthographic views are 2D images of a 3D object obtained by viewing it from different orthogonal directions. Six principal views are possible

More information

Engineering Graphics with SOLIDWORKS 2016 and Video Instruction

Engineering Graphics with SOLIDWORKS 2016 and Video Instruction Engineering Graphics with SOLIDWORKS 2016 and Video Instruction A Step-by-Step Project Based Approach David C. Planchard, CSWP, SOLIDWORKS Accredited Educator SDC PUBLICATIONS Better Textbooks. Lower Prices.

More information

Reavis High School Curriculum Snapshot/Cover Page for Computer Aided Design (CAD)

Reavis High School Curriculum Snapshot/Cover Page for Computer Aided Design (CAD) Reavis High School Curriculum Snapshot/Cover Page for Computer Aided Design (CAD) Unit 1: Introduction In this unit, students will identify components of a Computer Aided Design (CAD) system and how to

More information

ENGINEERING COMMUNICATIONS. Student Number:.

ENGINEERING COMMUNICATIONS. Student Number:. The University of Melbourne Semester 2 Assessment, 1999 Department of Mechanical and Manufacturing Engineering 436-105 ENGINEERING COMMUNICATIONS Student Number:. Examination duration: Reading time: This

More information

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Viewing. Part I (History and Overview of Projections) Andries van Dam 1 / 46 10/05/2017

CS123 INTRODUCTION TO COMPUTER GRAPHICS. Viewing. Part I (History and Overview of Projections) Andries van Dam 1 / 46 10/05/2017 Viewing Part I (History and Overview of Projections) 1 / 46 Lecture Topics History of projection in art Geometric constructions Types of projection (parallel and perspective) 2 / 46 CS123 INTRODUCTION

More information

Tile based games. Piotr Fulma«ski. 8 pa¹dziernika Wydziaª Matematyki i Informatyki, Uniwersytet Šódzki, Polska

Tile based games. Piotr Fulma«ski. 8 pa¹dziernika Wydziaª Matematyki i Informatyki, Uniwersytet Šódzki, Polska Tile based games Piotr Fulma«ski Wydziaª Matematyki i Informatyki, Uniwersytet Šódzki, Polska 8 pa¹dziernika 2015 Table of contents Aim of this lecture In this lecture we discusse how axonometric projections

More information

PROJECTIONS PARALLEL CONICAL PROJECTIONS PROJECTIONS OBLIQUE ORTHOGRAPHIC PROJECTIONS PROJECTIONS

PROJECTIONS PARALLEL CONICAL PROJECTIONS PROJECTIONS OBLIQUE ORTHOGRAPHIC PROJECTIONS PROJECTIONS PROJECTIONS CONICAL PROJECTIONS PARALLEL PROJECTIONS OBLIQUE PROJECTIONS ORTHOGRAPHIC PROJECTIONS ISOMETRIC MULTI-VIEW an object; The Description of Forms Behind every drawing of an object is space relationship

More information

ENGR 1182 Exam 1 First Mid Term Exam Study Guide and Practice Problems

ENGR 1182 Exam 1 First Mid Term Exam Study Guide and Practice Problems Spring Semester 2016 ENGR 1182 Exam 1 First Mid Term Exam Study Guide and Practice Problems Disclaimer Problems in this study guide resemble problems relating mainly to the pertinent homework assignments.

More information

2003 Academic Challenge

2003 Academic Challenge Worldwide Youth in Science and Engineering 2003 Academic Challenge ENGINEERING GRAPHICS TEST - REGIONAL Engineering Graphics Test Production Team Ryan Brown, Illinois State University Author/Team Coordinator

More information

EDUCATIONAL REND LAKE COLLEGE CAD INTRODUCTION TO COMPUTER-AIDED DRAFTING ISOMETRIC DRAWING REVISED: FALL 2010 INSTRUCTOR: THOMAS ARPASI

EDUCATIONAL REND LAKE COLLEGE CAD INTRODUCTION TO COMPUTER-AIDED DRAFTING ISOMETRIC DRAWING REVISED: FALL 2010 INSTRUCTOR: THOMAS ARPASI INSTRUCTOR: THOMAS ARPASI REND LAKE COLLEGE CAD 1201-51 INTRODUCTION TO COMPUTER-AIDED DRAFTING ISOMETRIC DRAWING 1 Pictoral Drawing Pictoral drawing have evolved from cave paintings to photorealistic

More information

HDR Images (High Dynamic Range)

HDR Images (High Dynamic Range) HDR Images (High Dynamic Range) 1995-2016 Josef Pelikán & Alexander Wilkie CGG MFF UK Praha pepca@cgg.mff.cuni.cz http://cgg.mff.cuni.cz/~pepca/ 1 / 16 Dynamic Range of Images bright part (short exposure)

More information

Fundamentals of Drafting - Orthographic Projection with Hidden Details

Fundamentals of Drafting - Orthographic Projection with Hidden Details Fundamentals of Drafting - Orthographic Projection with Hidden Details Objectives: 1. To extend the principle of orthographic projection for hidden details. 2. To illustrate the representation of hidden

More information

Chapter Tests and Problems

Chapter Tests and Problems hapter Tests and Problems HAPTER 14 Pictorial rawings and Technical Illustrations Test INSTRUTIONS Answer the questions with short, complete statements or drawings as needed. QUESTIONS 1. What is the basic

More information

Orthographic and Pictorial Views

Orthographic and Pictorial Views ASME Y14.3-2012 [Revision of ASME Y14.3-2003 (R2008) and Consolidation of ASME Y14.4M-1989 (R2009)] Orthographic and Pictorial Views Engineering Drawing and Related Documentation Practices AN AMERICAN

More information

Guide for making Applications and Drawings for Design Registration. (Provisional translation)

Guide for making Applications and Drawings for Design Registration. (Provisional translation) Guide for making Applications and Drawings for Design Registration (Provisional translation) Preface In order to obtain a design registration, applicants must submit (file) an application in which necessary

More information

Orthographic and Pictorial Views

Orthographic and Pictorial Views ASME Y14.3-2012 [Revision of ASME Y14.3-2003 (R2008) and Consolidation of ASME Y14.4M-1989 (R2009)] Orthographic and Pictorial Views Engineering Drawing and Related Documentation Practices AN AMERICAN

More information

Engineering Drawing Lecture 5 PROJECTION THEORY

Engineering Drawing Lecture 5 PROJECTION THEORY University of Palestine College of Engineering & Urban Planning First Level Engineering Drawing Lecture 5 PROJECTION THEORY Lecturer: Eng. Eman Al.Swaity Eng.Heba hamad PART 1 PROJECTION METHOD TOPICS

More information

Lecture 2 Camera Models

Lecture 2 Camera Models Lecture 2 Camera Models Professor Silvio Savarese Computational Vision and Geometr Lab Silvio Savarese Lecture 2 - -Jan-8 Lecture 2 Camera Models Pinhole cameras Cameras lenses The geometr of pinhole cameras

More information

Page 1 of 5. ENGINEERING SKETCHES INFORMATION SHEETS MEL02INF2430 v1.1 HEALTH & SAFETY REQUIREMENTS

Page 1 of 5. ENGINEERING SKETCHES INFORMATION SHEETS MEL02INF2430 v1.1 HEALTH & SAFETY REQUIREMENTS Page 1 of 5 Competenz - N Z Engineering Food & Manufacturing Industry Training Organisation Inc. ENGINEERING SKETCHES INFORMATION SHEETS MEL02INF2430 v1.1 HEALTH & SAFETY REQUIREMENTS RECORDING REQUIREMENTS:

More information

Pictorial Drawing Overview )

Pictorial Drawing Overview ) Learning Objectives After completing this chapter, you will be able to do thefollowing: Describe the nature of isometric and oblique views. Set up an isometric grid. Construct isometric objects. Create

More information

ME1105 Engineering Drawing & Design

ME1105 Engineering Drawing & Design City University London Term 1 Assessment 2008/2009 School of Engineering and Mathematical Sciences ME1105 Engineering Drawing & Design Student Name:.., Group: Examination duration: Reading time: This paper

More information

Auxiliary view KCEC1101

Auxiliary view KCEC1101 Auxiliary view KCEC1101 Introduction There are times when one of the six principal views will not completely describe an object. This is especially true when there are inclined or oblique planes or features

More information

MULTIPLE CHOICE QUESTIONS - CHAPTER 6

MULTIPLE CHOICE QUESTIONS - CHAPTER 6 MULTIPLE CHOICE QUESTIONS - CHAPTER 6 1. The selection of the front view in executing a multiview drawing of an object is dependent upon the following factors: a. size and shape of the object and their

More information

2009 Academic Challenge

2009 Academic Challenge 2009 Academic Challenge ENGINEERING GRAPHICS TEST SECTIONAL This Test Consists of 50 Questions Engineering Graphics Test Production Team Ryan Brown, Illinois State University Author/Team Leader Kevin Devine,

More information

ALL TEN. Building Forms and Massing THE BIG QUESTIONS. chapter15

ALL TEN. Building Forms and Massing THE BIG QUESTIONS. chapter15 chapter15 ALL TEN COMPARISON BUILDINGS F10 House all 10 comparison buildings Your Home Building Forms and Massing THE BIG QUESTIONS What are the big 1 forms that make up 2 3 buildings? How do you read

More information

Generics AGEN Assessment Tool. 005 Drawings 001 Basic Drawings. q Competent q Not Yet Competent. Signed: Learner Name: Date: Telephone No.

Generics AGEN Assessment Tool. 005 Drawings 001 Basic Drawings. q Competent q Not Yet Competent. Signed: Learner Name: Date: Telephone No. Generics AGEN 005 001 005 Drawings 001 Basic Drawings Assessment Tool Learner Name: Signed: Telephone No.: Date: Maximal total marks Marks: Obtained marks Total obtained marks in percentage % Learner Is:

More information

ENGR 1182 Midterm Exam 1: Study Guide and Practice Problems

ENGR 1182 Midterm Exam 1: Study Guide and Practice Problems ENGR 1182 Midterm Exam 1: Study Guide and Practice Problems Disclaimer Problems seen in this study guide may resemble problems relating mainly to the pertinent homework assignments. Reading this study

More information

60 Most Important Engineering Drawing Questions

60 Most Important Engineering Drawing Questions 1. If a client of yours is having difficulty visualizing a design, what type of drawing would be the easiest to understand? A. axonometric B. three-view orthographic C. one-view orthographic D. bimetric

More information

Multiviews and Auxiliary Views

Multiviews and Auxiliary Views Multiviews and Auxiliary Views Multiviews and Auxiliary Views Objectives Explain orthographic and multiview projection. Identifying the six principal views. Apply standard line practices to multiviews

More information

Design and Communication Graphics

Design and Communication Graphics Design and Communication Graphics Scheme of Work 2014-2015 Ballyhaunis Community School Mission statement The DCG department aspires to provide a safe, stimulating environment where all students can develop

More information

On Surfaces of Revolution whose Mean Curvature is Constant

On Surfaces of Revolution whose Mean Curvature is Constant On Surfaces of Revolution whose Mean Curvature is Constant Ch. Delaunay May 4, 2002 When one seeks a surface of given area enclosing a maximal volume, one finds that the equation this surface must satisfy

More information

Lecture 2 Camera Models

Lecture 2 Camera Models Lecture 2 Camera Models Professor Silvio Savarese Computational Vision and Geometr Lab Silvio Savarese Lecture 2-4-Jan-4 Announcements Prerequisites: an questions? This course requires knowledge of linear

More information

Industrial Technology Scope and Sequence Louisburg USD #416

Industrial Technology Scope and Sequence Louisburg USD #416 Topic Flight Rocketry Computer graphics and digital video Technology (7) Apply principles of aerodynamics and lift to create and test a wing. Use a navigation ruler and map to determine the direction and

More information

Plane and Parallel Projections. Mies Van Der Rohe, Plan for a Brick Country House (1924)

Plane and Parallel Projections. Mies Van Der Rohe, Plan for a Brick Country House (1924) Plane and Parallel Projections Mies Van Der Rohe, Plan for a Brick Country House (1924) Plane projections in architecture include plans, sections, and elevations. Each of these drawings are constructed

More information

Functions of more than one variable

Functions of more than one variable Chapter 3 Functions of more than one variable 3.1 Functions of two variables and their graphs 3.1.1 Definition A function of two variables has two ingredients: a domain and a rule. The domain of the function

More information

Math 3560 HW Set 6. Kara. October 17, 2013

Math 3560 HW Set 6. Kara. October 17, 2013 Math 3560 HW Set 6 Kara October 17, 013 (91) Let I be the identity matrix 1 Diagonal matrices with nonzero entries on diagonal form a group I is in the set and a 1 0 0 b 1 0 0 a 1 b 1 0 0 0 a 0 0 b 0 0

More information

Buletinul Ştiinţific al Universităţii "POLITEHNICA" din Timişoara. Seria HIDROTEHNICA TRANSACTIONS on HYDROTECHNICS

Buletinul Ştiinţific al Universităţii POLITEHNICA din Timişoara. Seria HIDROTEHNICA TRANSACTIONS on HYDROTECHNICS Buletinul Ştiinţific al Universităţii "POLITEHNICA" din Timişoara Seria HIDROTEHNICA TRANSACTIONS on HYDROTECHNICS Tom 58(72), Fascicola 2, 2013 Comparative study of planar representations of spatial forms

More information

Technological Design Mr. Wadowski. Orthographic & Isometric Drawing Lesson

Technological Design Mr. Wadowski. Orthographic & Isometric Drawing Lesson Technological Design Mr. Wadowski Orthographic & Isometric Drawing Lesson TOPICS Working Drawings, Isometric Drawings & Orthographic Drawings Glass box concept Multiview projection Orthographic projection

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS TECHNICAL ILLUSTRATION W/LAB CID 1110

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS TECHNICAL ILLUSTRATION W/LAB CID 1110 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS TECHNICAL ILLUSTRATION W/LAB CID 1110 Class Hours: 3.0 Credit Hours: 4.0 Laboratory Hours: 3.0 Date Revised: Spring 02 NOTE: This course is

More information

drawing portfolio EMILY ZATHEY YSDN 2010 MARCH

drawing portfolio EMILY ZATHEY YSDN 2010 MARCH drawing portfolio EMILY ZATHEY YSDN 2010 MARCH 27 2018 1 table of contents 3-4 5-8 9-11 12-15 16-17 18-19 Paraline Drawings Cube Drawings Hexahedral Drawings Inclined Planes Circles, Cylinders & Cones

More information

Chapter 4 ORTHOGRAPHIC PROJECTION

Chapter 4 ORTHOGRAPHIC PROJECTION Chapter 4 ORTHOGRAPHIC PROJECTION 4.1 INTRODUCTION We, the human beings are gifted with power to think. The thoughts are to be shared. You will appreciate that different ways and means are available to

More information