Computer Aided Drafting & Design. Computer-aided draughting & design

Size: px
Start display at page:

Download "Computer Aided Drafting & Design. Computer-aided draughting & design"

Transcription

1 LECTURE #5 Computer Aided Drafting & Design Computer-aided draughting & design Background of CADD Two-dimensional draughting Three-dimensional draughting Software selection CADD functionality Computer graphics Coordinate systems Geometry transformation Graphical kernel system Model display Standards for CAD data exchange 1

2 Computer aided environment CADD systems provides 3D models for these purposes and generate 2D drawing for manufacturing; checking for interference between parts on an assembly; calculations of surface area and mass properties; Stress analysis on components are carried out by the use of numerical methods such as FEA and BEA. Technology Advantage of CAD In 1960 s Mechanism design satisfying several geometric constraints Design parameter optimization Simple 2-D graphics In 1970 s Wireframe modeling Free-form surface modeling mainframe computers Late 1970 s Solid modeling Early 1980 s Turn-key CAD systems CAD/CAM integration Mechanical feature recognition from a CAD database 2

3 Technology Advantage of CAD Middle 1980 s Feature-based CAD system mini and macro computers Parametric design PC s & Turnkey systems (Pro/ENGINEER products) Late 1980 s Design for manufacturing Design for automated assembly Early 1990 s Concurrent engineering design Integrated design, analysis and optimization Present Integrated design, analysis and optimization Virtual-prototyping and automated design optimization Internet based design automation Direct modeling In 1963, Sketchpad in MIT computer program written by Ivan Sutherland Sketchpad Lincoln TX-2 The first computer aided drawing system introduced by IBM. 3

4 Sketchpad the ancestor of modern computer-aided drafting a major breakthrough in the development of computer graphics in general. computer graphics be utilized for artistic and technical purposes a novel method of human-computer interaction. utilize a complete graphical user interface. used an x-y point plotter display as well as the light pen. Sketchpad 4

5 Sketchpad organized its geometric data pioneered the use of "objects" and "instances" in computing and pointed forward to object oriented programming. ran jobs in batch job mode only, using punch cards or magnetic tape. COMPUTER GRAPHICS 5

6 What is engineering graphics is a visual means to develop ideas and convey designs in a technical format. is the dominant means to communication among engineers in industry. Several of the topics that are covered in engineering graphics are listed below: Sketching Geometric Modeling Engineering Drawing/Documentation Assembly Drawing Visualization Rapid Prototyping Computer Graphics Engineering drawing is an essential part of engineer s knowledge. Drawing has evolved into a formal method of communicating ideas by diagrams and pictures. Computers can also pictures for communications, and computer graphics is the art of producing goodquality images on a computer screen. 6

7 Computer Graphics Computer graphics can be thought of as a collection of computer hardware and application programs directed to one specific goal the creation of pictures. The resolution of a graphics display is limited by the number of addressable points (pixels) along each axis. High-resolution : 4096 x 4096 pixels Most graphics terminals have a resolution of 1024 x 1024 pixels. Graphics Standards Several graphics standards have been developed over the years, including q CORE ( ), q GKS (Graphical Kernel System, ), q GKS-3D (Added three-dimensional capabilities), q PHIGS (Programmer s Hierarchical Graphics System, 1984), q PHIGS+ include more powerful 3-D graphics functions, q X-Windows system (1987), and q OpenGL graphics standard is adapted from Unix system. 7

8 Graphics Standards Model for standardization of the graphics environment CAD/CAM Software Architecture Application data structure/model Application program Graphic system Input/Output devices Without graphics standard Graphic Standards Application data structure/ model Application program Kernel (core) system Device handler/ driver Input/Output devices With graphics standard 8

9 Coordinate systems Allows for the mapping of positions andorientations in a 3 dimensional model space. Is required to describe the shape of objectsand for monitoring changes in those shapes. Is used to ensure relevance between 3Dmodeling structures and their real world counterparts. Coordinate systems Cartesian (rectangular) Cylindrical polar Spherical 9

10 Coordinate systems GCS Global Coordinate system WCS World Coordinate system LCS Local Coordinate system 10

11 Working Plane The WP in the prompts and in the picker stands for Working Plane a movable, 2-D reference plane used to locate and orient primitives. By default, the WP origin coincides with the global origin, but you can move it and/or rotate it to any desired position. By displaying a grid, you can use the WP as a drawing tablet. WY WY WX X1 X2 Y1 Y2 WX WP (X,Y) Global Coordinate system The global reference system for the model. May be Cartesian (system 0), cylindrical (1), or spherical (2). For example, location (0,10,0) in global Cartesian is the same as (10,90,0) in global Cylindrical. 11

12 Local Coordinate Systems " A user-defined system at a desired location, with ID number 11 or greater. The location may be: At WP origin [CSWP] At specified coordinates [LOCAL] At existing keypoints [CSKP] or nodes [CS] " May be Cartesian, cylindrical, or spherical. " May be rotated about X, Y, Z axes. Y Y 12 X 12 Y 11 X X 11 Working Plane Coordinate Systems Attached to the working plane. Used mainly to locate and orient solid model primitives. You can also use the working plane to define keypoints by picking. 12

13 Cartesian Coordinate (right-handed) +Z +Y (0,0,0) +X Temporary Coordinate Systems Many also provide for the specification of temporary Local (or User-Defined) Coordinate Systems. Used to simplify input Data input is specified relative to temporary system Data are transformed to absolute reference internally +Z +Y +Z +Y +X +X 13

14 Reference planes Many modelers will allow for thespecification of new local coordinatesystems by specifying a reference (XY) plane May be located with respect to existing model geometry: aligned with existing vertices, edges, surfaces) or to coordinate location (e.g. Z = Z ) Z 1 +Z Y Z=Z +Y X +X Points In 2D a single point can be presented by x y coordinates. [IX IY] = [x y] T IX, IY : integer display coordinates x, y : global life size coordinates T : transformation matrix (2x2) In 3D è [IX IY] = [x y z] T T : 3x2 matix 14

15 Geometric Transformations Modeling systems operate on model entities (and hence the database) through three transformation operations. Translation is a straightforward movement. Rotation does not affect the size or shape of the object. Scaling (dilation) changes the size of the image without changing the shape. Translation Rigid body transformation Every point of entity moved equally a specified distance in a specified linear direction May be specified in terms of: y Initial and final location of a reference point A delta value with respect to the current coordinate system x, y x, y x 15

16 Rotation A rigid body rotation in which every point of an entity is revolved an equal amount about a reference. Requires a rotation axis and angle In the case of a 2D rotation, point view of axis is used y x, y x Dilation (scaling) Alters the absolute size of an entity by multiplying it s geometric coefficients by a scale factor. Scale factor may be applied equally in X, Y and Z directions Entity shape remains the same Scale factor may be applied differently in X,Y or Z Entity shape changes Requires a base point y x, y x 16

17 Rotation Rotation of a triangle through 45º about origin. " cosβ T = $ # $ sin β sin β % ' cosβ &' For point A " % 1/ 2 1/ 2 [ IX IY ] = [ 1 1] $ ' # $ 1/ 2 1/ 2 & ' = " # 0 2 % & For point B " % 1/ 2 1/ 2 [ IX IY ] = [ ] $ ' # $ 1/ 2 1/ 2 & ' = [ ] A(1,1) B(2.5, 1.5) C(1.5, 2.5) C y A B A C B For point C " [ IX IY ] = [ ] $ # $ 1/ 2 1/ 2 1/ 2 1/ 2 % ' & ' = [ ] 0 x Mirror Mirror image about the y-axis. [ IX IY ] = x y [ ] " $ # % ' & C y C B A A B 0 x A(1,1) B(2.5, 1.5) C(1.5, 2.5) 17

18 Homogeneuos Coordinates To enable multiplication, an extra element that can be set to unity is needed: [ IX IY ] =! " x y 1! #% $ % % " m n # & & & $ =! " x + m y + n # $! " An extra coordinate is needed, which is conventionally called H. X Y H! # $ =! " x y 1 #% $ % % " m n 1 # & & & $ =! " x + m y + n 1 # $ 3D Homogeneuos transformations Any point with global coordinates (x y z) can be scaled as (X Y Z H) where x=x/h, y=y/h and z=z/h; thus, for 3D global coordinates, a 4x4 transformation matrix is used. 18

19 Computer graphics (x y z 1) = (X/H Y/H Z/H 1) (X Y Z 1) = (x y z 1) T where! # # T = # # "# a b c p d e f q h i j r l m n s $ & & & & %& The 3x3 matrix produces scaling, shearing and rotation. The 1x3 matrix produces traslation, the 3x1 matrix generates a projection and the 1x1 matrix gives an extra scale factor COMPUTER AIDED DRAWING 19

20 What is CADD?... There are hundreds of CADD programs available in the CADD industry today. CADD is an electronic tool that enables you to make quick and accurate drawings with the use of a computer. Unlike the traditional methods of making drawings on a drawing board, with CADD you can sit back in an easy chair and create wonderful drawings just by clicking the buttons of a keyboard. What is CADD?... Moreover, drawings created with CADD have a number of advantages over drawings created on a drawing board. CADD drawings are neat, clean and highly presentable. Electronic drawings can be modified quite easily and can be presented in a variety of formats. 20

21 Computer-aided drawing 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 design. a technique where the attributes of the computer and those of the designer are blended together into a problem-solving team. What to Expect from CADD The following are some of the important capabilities that make CADD a powerful tool: " Presentations " Flexibility in editing " Units & accuracy levels " Storage and access for drawings " Sharing CADD drawings " Project reporting " Engineering analysis " Computer Aided Manufacturing (CAM) " Design " Add-on programs 21

22 Computer-aided drawing The advantages of using CADD systems are listed as follow: constant quality drawing saving on repetition creation of database greater accuracy creation of library multicolour drawings use of layers editing functions Universal CAE software model Database contains 2D or 3D geometry of the drawing. (mathematical model) CAE software package Addition and modification input Database output User interface Graphical or text display Hard copy output 22

23 User interface Computer-aided draughting & design Due to the learning difficulties of software, instead of written menus the functions are described by means of icons. Icon menu system are generally popular with CADD users. 23

24 CADD Software selection The size of the company and the amount of investment capital available will be one of the main deciding factors but there are many other questions to be considered: Mainframe or PC/workstation platform? Two dimensions or three? Lines, surfaces or solids? Other analysis tools needed? Will the ability to transfer the geometry to these modelling and analysis systems be needed? Software selection... Compatibility with other systems needed? How good is the maintenance and support from the suppliers? How much, how good and how long is the training? How easy is it to expand the system? 24

25 Computer-aided draughting & design AutoCAD is PC-based CAD software products (late 1982). Mechanical Desktop is an integrated package of advanced 3D modeling tools. Pro/ENGINEER or Pro/E (3D) feature-based, solids model-ing system. It was developed by Parametric Technologies Corporation (PTC) in the late 1980s. SolidWorks is mechanical design automation software I-DEAS (Integrated Design Engineering Analysis Software) is a CAD, CAM, and CAE package. CATIA (Computer Aided Three-dimensional Interactive Application) was created by Dassault Systems of France and is marketed worldwide by IBM. AutoCAD vs. I-DEAS/Pro-E AutoCAD mostly 2D limited 3D modeling limited surface modeling PC-based I-DEAS/Pro-Engineer full 3D solid modeling powerful surface modeling feature-based, parametric solid modeler Workstation-based 25

26 2-D vs. 3-D Documentation A model-centric company may hold a view that the 3D part model contains the master information, and the 2D drawings are only an intermediate form of communication to transmit information to suppliers who need printed drawings. A drawing-centric company may perceive of 3D part models as a preliminary step to create 2D drawings, but the released 2D drawings are archived to document the final design. STANDARDS FOR CAD DATA EXCHANGE 26

27 Model data exchange why is it needed? how it can be accomplished? what formats for transfer? Computer-aided design industry has grown extensively in recent years. Competition between software developers has been high. Many different proprietary CAD packages have been developed and installed. Most use different formats to define the geometric data of model entities. How to implement 1) All use the same CAD package. 2) Use special translator applications to change data from one format to specific one needed. 3) Use a neutral format for data exchange. 27

28 Turnkey System The Solution.! Software and Hardware obtained from one supplier (May prove satisfactory) Suppliers of Turnkey system rarely manufacture all items of system Alternatively User choose specialist software and hardware for best combination which suits to his application Types of Standards for CAD Graphics Standards Data Exchange Standards Communication Standards 28

29 Aim of Graphics Standardisation To provide versatility in the combination of Software and Hardware items of turnkey systems To allow the creation of portable application software package, applicable for wide range of hardware makes and configurations To allow the transfer of graphic data between two or more different companies which may have completely different CAD systems Evolution of Data Standards Interfaces Standardization Organization CAD/CAD CAD/CAM National & European International ISO IGES PDDI PDES ANSI (USA) Product Data Structure SET AFNOR (France) VDA/FS DIN (Germany) STEP CAD*I ESPRIT (EEC) ( A full data model) CIM-OSA ESPRIT (EEC) EDIF USA Electronics Industry??? 29

30 Levels of Graphics Standards Communication Level-1 Comm. b/w Graphics Utility SW & Graphics Output Device (screens, plotters etc) VDI (Virtual Device Interface) or CGI (Computer Graphics Interface) is the most important standard in this category. VDI specifies a standard format for transferring GD between Graphics utility & device drivers Levels of Graphics Standards Communication Level-2 Comm. b/w Application SW & Graphics Utility GKS (Graphics Kernel System) most universally accepted standard developed in W. Germany in GKS provides interface between application package and Graphics utility programs for any CAD system CORE (an American software equivalent to GKS) PHIGS (Programmers Hierarchical Interface for Graphics) has been proposed to eliminate restrictions of GKS 30

31 Levels of Graphics Standards Communication Level-3 Communication between diff. CAD Systems IGES (Initial Graphics Exchange Specification) Developed b/w 1979~1982 Partially adopted by ANSI Standard format of codes for CADCAM data Completely independent of any system supplier Current Situation Translation using IGES is unreliable geometry is corrupted much cleanup required after translation Translation using STEP is not widespread STEP translators only recently available Existing translators lose information parametrics and constraints features and history trees 31

32 Short-term Solutions To avoid data translation problems, many companies have standardized on a single CAD system Ford all suppliers must use I-DEAS Chrysler all suppliers must use CATIA General Motors all suppliers must use Unigraphics A Better Solution A better solution is development of reliable data exchange standards, using a neutral interface. CAD 1 CAD 2 CAE 1 CAE 2 Neutral Interface CAPP PP&C CAM CAQ 32

33 Drawing Exchange Format Depending on the software creating the DXF file, it can either be in an ASCII or a binary format. Almost all CAD (Computer Aided Design) drawings can be represented by a DXF file. Drawing Exchange Format HEADER section General information about the drawing. Each parameter has a variable name and an associated value. CLASSES section Holds the information for application-defined classes whose instances appear in the BLOCKS, ENTITIES, and OBJECTS sections of the database. Generally does not provide sufficient information to allow interoperability with other programs. TABLES section This section contains definitions of named items. Application ID (APPID) table Block Record (BLOCK_RECORD) table Dimension Style (DIMSTYPE) table Layer (LAYER) table Linetype (LTYPE) table Text style (STYLE) table User Coordinate System (UCS) table View (VIEW) table Viewport configuration (VPORT) table BLOCKS section This section contains Block Definition entities describing the entities comprising each Block in the drawing. ENTITIES section This section contains the drawing entities, including any Block References. OBJECTS section Contains the data that apply to nongraphical objects, used by AutoLISP and ObjectARX applications. THUMBNAILIMAGE section Contains the preview image for the DXF file. END OF FILE 33

34 ASCII Code American Standard Code for Information Interchange is a characterencoding scheme. Originally based on the English alphabet, it encodes 128 specified characters into 7-bt binary integers. ASCII was published as ASA X Initial Graphics Exchange Specification (IGES) Established in 1979 and accepted by ANSI in Format consists of a listing of entities and data. Formatted ASCII file format Supports many 2D and 3D CAD entities Has gone through several versions since 1980 Widely supported 34

35 Initial Graphics Exchange Specification (IGES) The IGES file is divided into 5 or 6 sections : 1- The flag section 2- The start section 3- The global section 4- The directory entry section 5- The parameter data section 6- The terminate section IGES Entity Examples Entity # Entity Description 100 Circular arc 108 Plane 110 line 114 Spline surface 118 Ruled surface 126 NURBS curve 150 CSG block 162 Solid of revolution 206 Diameter dimension 35

36 Communication via IGES CADCAM System 1 Preprocessor 1 Postprocessor 2 CADCAM System 2 IGES Database 1 Postprocessor-1 Preprocessor 2 Database 2 IGES format An IGES file is composed of 80-character ASCII records. Text strings are represented in "Hollerith" format. 36

37 Standart for Exchange of Product - STEP STEP is emerging standard ser to replace IGES. The STEP specification is a drawing toghether and unifying of the existing standards. STEP defines the exchange of more than just graphical or topological data. Standart for Exchange of Product - STEP Uses a formal model for data exchange Information is modelled using the EXPRESS language EXPRESS has elements of Pascal, C, and other languages It contains constructs for defining data types and structures, but not for processing data EXPRESS describes geometry and other information in a standard, unambiguous way 37

38 STEP Architecture Layer 3: Application protocols Layer 2: Resource information models Conformance testing & test suites Layer 1: Implementation methods (EXPRESS) Physical files 38

39 STEP Example Continuous Acquisition and Life-cycle Support (CALS) Developed by US Department of Defense Prescribes formats for storage and exchange of technical data Technical publications an important focus 39

40 Important CALS Standards Standard Generalized Markup Language (SGML) developed in 1960s IBM document description language separates content from structure (formatting) uses tags to define headings, sections, chapters, etc. HTML is based on SGML STL Other CAD File Formats 3-D file format used as input for Stereo lithography SAT Solid model file format used by ACIS-based CAD systems Computer Graphics Metafile (CGM) Developed in vector file format for illustrations and drawings All graphical elements can be specified in a textual source file that can be compiled into a binary file or one of two text representations. 40

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

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

UNIT - V DHARANI KUMAR.S/AP/MECH

UNIT - V DHARANI KUMAR.S/AP/MECH UNIT - V DHARANI KUMAR.S/AP/MECH CAD Standards are a set of guidelines for the way Computer-aided design (CAD) drawings should appear, to improve productivity and interchange of CAD documents between different

More information

Lecture 7. Neutral File. Lecture 7 1

Lecture 7. Neutral File. Lecture 7 1 Lecture 7 Neutral File Lecture 7 1 What is neutral file? Without neutral file, we requires 2 N number of translator for N numbers of software. Translator Computer Computer Computer Computer Computer Neutral

More information

Computer Aided Engineering Applications

Computer Aided Engineering Applications Computer Aided Engineering Applications 1A.Geometric Modeling 1.1 Geometric modelling methods 1.2 Data representation 1.3 Modeling functions 1.4 Structure of a CAD system Engi 6928 - Fall 2014 1.Geometric

More information

MMGD0206 Computer Graphics. Chapter 1 Development of Computer Graphics : History

MMGD0206 Computer Graphics. Chapter 1 Development of Computer Graphics : History MMGD0206 Computer Graphics Chapter 1 Development of Computer Graphics : History What is Computer Graphics? Computer graphics generally means creation, storage and manipulation of models and images Such

More information

I-deas NX Series Master Modeler Foundation capabilities for feature-based variational solid modeling

I-deas NX Series Master Modeler Foundation capabilities for feature-based variational solid modeling I-deas Series Master Modeler Foundation capabilities for feature-based variational solid modeling fact sheet www.ugs.com Summary I-deas Series Master Modeler is the core design module for the I-deas product

More information

EXPERIMENT NO: NAME OF EXPERIMENT: -01 2D & 3D CAD modelling methodology using package AutoCAD.

EXPERIMENT NO: NAME OF EXPERIMENT: -01 2D & 3D CAD modelling methodology using package AutoCAD. SHRI SHIVAJI EDUCATION SOCIETY, AMRAVATI S, COLLEGE OF ENGINEERING & TECHNOLOGY, AKOLA Babhulgaon (JH) N.H.No.6, Akola-444104 DEPARTMENT OF MECHANICAL ENGINEERING COMPUTER SOFTWARE APPLICATIONS -I LAB.

More information

SolidView Features List

SolidView Features List SolidView 2011.1 Features List SolidView/Lite Features View, measure and modify SVD fi les from SolidView/Pro. View STL, SFX, SolidWorks, and VRML CAD files. SolidView Features View, measure, modify and

More information

Lesson 1 Parametric Modeling Fundamentals

Lesson 1 Parametric Modeling Fundamentals 1-1 Lesson 1 Parametric Modeling Fundamentals Create Simple Parametric Models. Understand the Basic Parametric Modeling Process. Create and Profile Rough Sketches. Understand the "Shape before size" approach.

More information

Geometric Modeling Systems

Geometric Modeling Systems Geometric Modeling Systems Wireframe Modeling use lines/curves and points for 2D or 3D largely replaced by surface and solid models Surface Modeling wireframe information plus surface definitions supports

More information

ME COMPUTER AIDED DESIGN COMPUTER AIDED DESIGN 2 MARKS Q&A

ME COMPUTER AIDED DESIGN COMPUTER AIDED DESIGN 2 MARKS Q&A ME6501 - COMPUTER AIDED DESIGN COMPUTER AIDED DESIGN 2 MARKS Q&A Unit I 1. What is CAD? Computer aided design (CAD) is the technology concerned with the use of computer systems to assist the creation,

More information

SolidView 2016 Features List

SolidView 2016 Features List SolidView 2016 Features List SolidView/Lite Features View, measure and modify SVD files from SolidView/Pro. View STL, SFX, SolidWorks, OBJ, AMF and VRML CAD files. SolidView Features View, measure, modify

More information

Parametric Modeling. With. Autodesk Inventor. Randy H. Shih. Oregon Institute of Technology SDC PUBLICATIONS

Parametric Modeling. With. Autodesk Inventor. Randy H. Shih. Oregon Institute of Technology SDC PUBLICATIONS Parametric Modeling With Autodesk Inventor R10 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com 2-1 Chapter 2 Parametric

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

ME-430 Introduction to CAD Lecture Notes- Part 3

ME-430 Introduction to CAD Lecture Notes- Part 3 ME-43 Introduction to CAD Lecture Notes- Part 3 Dr. Rajesh N. Dave Office: 36 MEC (only during office hours); 28 YCEES Phone: 973 596-586 e-mail: dave@adm.njit.edu Web Page: web.njit.edu/~rdave Office

More information

BobCAD CAM V25 4 Axis Standard Posted by Al /09/20 22:03

BobCAD CAM V25 4 Axis Standard Posted by Al /09/20 22:03 BobCAD CAM V25 4 Axis Standard Posted by Al - 2012/09/20 22:03 Many BobCAD CAM clients that run a 4 axis have requested to work directly with Solids or STL files. In the past we only offered 4 axis indexing

More information

GENIO CAD/CAM software powered by Autodesk technology for parametric programming of boring, routing and edge-banding work centers Genio SPAI SOFTWARE

GENIO CAD/CAM software powered by Autodesk technology for parametric programming of boring, routing and edge-banding work centers Genio SPAI SOFTWARE GENIO CAD/CAM software powered by Autodesk technology for parametric programming of boring, routing and edge-banding work centers Overview is a powerful CAD/CAM system powered by Autodesk 3D environment

More information

Chapter 1 Introduction Getting Started

Chapter 1 Introduction Getting Started 1-1 Chapter 1 Introduction Getting Started Development of Computer Geometric Modeling Feature-Based Parametric Modeling Startup Options and Units Setup SOLIDWORKS Screen Layout User Interface & Mouse Buttons

More information

Geometric Modeling Lecture Series. Prof. G. Wang Department of Mechanical and Industrial Engineering University of Manitoba

Geometric Modeling Lecture Series. Prof. G. Wang Department of Mechanical and Industrial Engineering University of Manitoba Geometric Modeling 25.353 Lecture Series Prof. G. Wang Department of Mechanical and Industrial Engineering University of Manitoba Introduction Geometric modeling is as important to CAD as governing equilibrium

More information

software isy-cam 2.8 and 3.6 CAD/CAM software Features isy-cam 2.8 Features isy-cam 3.6 D-4 CAD functionality (without volume modeller)

software isy-cam 2.8 and 3.6 CAD/CAM software Features isy-cam 2.8 Features isy-cam 3.6 D-4 CAD functionality (without volume modeller) CAD/CAM isy-cam 2.8 and 3.6 isy-cam 2.8 CAD functionality (without volume modeller) works with Win XP, Windows 7 and 8, 32-/64-bit version Import: DXF / EPS / AI / 3D STL data Export: NCP format proven

More information

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept.

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept. Introduction to Solid Modeling Parametric Modeling 1 Why draw 3D Models? 3D models are easier to interpret. Simulation under real-life conditions. Less expensive than building a physical model. 3D models

More information

PTC Technical Specialists E-Newsletter Date: March 31, 2005

PTC Technical Specialists E-Newsletter Date: March 31, 2005 PTC Technical Specialists E-Newsletter Date: March 31, 2005 PTC Product Focus: A) Data Exchange Options in Wildfire 2.0 Tips of the Week: Announcements: Most Recent Announcements B) Customizing the Windchill

More information

VALLIAMMAI ENGINEERING COLLEGE

VALLIAMMAI ENGINEERING COLLEGE VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK M.E: CAD/CAM I SEMESTER ED5151 COMPUTER APPLICATIONS IN DESIGN Regulation 2017 Academic

More information

Geometry Clean-up in. Numerical Simulations

Geometry Clean-up in. Numerical Simulations Geometry Clean-up in Numerical Simulations Scope of the this Presentation The guidelines are very generic in nature and has been explained with examples. However, the users may need to check their software

More information

An Introduction to Autodesk Inventor 2010 and AutoCAD Randy H. Shih SDC PUBLICATIONS. Schroff Development Corporation

An Introduction to Autodesk Inventor 2010 and AutoCAD Randy H. Shih SDC PUBLICATIONS. Schroff Development Corporation An Introduction to Autodesk Inventor 2010 and AutoCAD 2010 Randy H. Shih SDC PUBLICATIONS Schroff Development Corporation www.schroff.com 2-1 Chapter 2 Parametric Modeling Fundamentals Create Simple Extruded

More information

SolidView Features List

SolidView Features List SolidView 2012.0 Features List SolidView/Lite Features View, measure and modify SVD fi les from SolidView/Pro. View STL, SFX, SolidWorks and VRML CAD fi les. SolidView Features View, measure, modify and

More information

Chapter 2 Parametric Modeling Fundamentals

Chapter 2 Parametric Modeling Fundamentals 2-1 Chapter 2 Parametric Modeling Fundamentals Create Simple Extruded Solid Models Understand the Basic Parametric Modeling Procedure Create 2-D Sketches Understand the "Shape before Size" Approach Use

More information

MEB COMPUTER INTEGRATED MANUFACTURING. Unit - I Part - A

MEB COMPUTER INTEGRATED MANUFACTURING. Unit - I Part - A MEB - 620 - COMPUTER INTEGRATED MANUFACTURING One Mark Questions: Unit - I 1. What is meant by CIM? 2. Define: CAD 3. What are the different types of CAD system? 4. What is meant by graphic workstation?

More information

Parametric Modeling with UGS NX 4

Parametric Modeling with UGS NX 4 Parametric Modeling with UGS NX 4 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com 2-1 Chapter 2 Parametric Modeling

More information

Choosing the Right Data Formats to Share Product Content

Choosing the Right Data Formats to Share Product Content Technology, M. Halpern, R. Knox Research Note 11 August 2003 Choosing the Right Data Formats to Share Product Content The array of open and proprietary formats for exchanging technical data for product

More information

CHAPTER 1 INTRODUCTION TO COMPUTER AIDED DESIGN

CHAPTER 1 INTRODUCTION TO COMPUTER AIDED DESIGN CHATER INTRODUCTION TO COMUTER AIDED DESIGN Computer Aided Design, which is currently known as CAD, is in fact the integration of computer graphics, geometric modeling, and design. Computer graphics provides

More information

Geometric Modeling. Introduction

Geometric Modeling. Introduction Geometric Modeling Introduction Geometric modeling is as important to CAD as governing equilibrium equations to classical engineering fields as mechanics and thermal fluids. intelligent decision on the

More information

SolidView Features List

SolidView Features List SolidView 2012.1 Features List SolidView/Lite Features View, measure and modify SVD fi les from SolidView/Pro. View STL, SFX, SolidWorks and VRML CAD fi les. SolidView Features View, measure, modify and

More information

Randy H. Shih. Jack Zecher PUBLICATIONS

Randy H. Shih. Jack Zecher   PUBLICATIONS Randy H. Shih Jack Zecher PUBLICATIONS WWW.SDCACAD.COM AutoCAD LT 2000 MultiMedia Tutorial 1-1 Lesson 1 Geometric Construction Basics! " # 1-2 AutoCAD LT 2000 MultiMedia Tutorial Introduction Learning

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

Lesson 5 Solid Modeling - Constructive Solid Geometry

Lesson 5 Solid Modeling - Constructive Solid Geometry AutoCAD 2000i Tutorial 5-1 Lesson 5 Solid Modeling - Constructive Solid Geometry Understand the Constructive Solid Geometry Concept. Create a Binary Tree. Understand the basic Boolean Operations. Create

More information

Parametric Modeling with. Autodesk Fusion 360. First Edition. Randy H. Shih SDC. Better Textbooks. Lower Prices.

Parametric Modeling with. Autodesk Fusion 360. First Edition. Randy H. Shih SDC. Better Textbooks. Lower Prices. Parametric Modeling with Autodesk Fusion 360 First Edition Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

Parametric Modeling with NX 12

Parametric Modeling with NX 12 Parametric Modeling with NX 12 NEW Contains a new chapter on 3D printing Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the

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

3. Preprocessing of ABAQUS/CAE

3. Preprocessing of ABAQUS/CAE 3.1 Create new model database 3. Preprocessing of ABAQUS/CAE A finite element analysis in ABAQUS/CAE starts from create new model database in the toolbar. Then save it with a name user defined. To build

More information

SOFTWARE. CAD/CAM software. Interpreter software. Programming software. Software and control organization isy-cam 2.5 PLUS...

SOFTWARE. CAD/CAM software. Interpreter software. Programming software. Software and control organization isy-cam 2.5 PLUS... SOFTWARE Software and control organization... 4-2 CAD/CAM isy-cam 2.5 PLUS... 4-4 Interpreter Remote... 4-5 Programming... 4-6 PAL-PC 2.1... 4-7 Software and controller organisation Software and controller

More information

SOEM 024: Computer Aided Design. E. Rozos

SOEM 024: Computer Aided Design. E. Rozos SOEM 024: Computer Aided Design E. Rozos Lesson structure Construct 3D objects with revolving WCS UCS Master plotting Realism Geometrical analysis Stress analysis Kinematics dynamic simulation Revolve,

More information

L1 - Introduction. Contents. Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming

L1 - Introduction. Contents. Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming L1 - Introduction Contents Introduction of CAD/CAM system Components of CAD/CAM systems Basic concepts of graphics programming 1 Definitions Computer-Aided Design (CAD) The technology concerned with the

More information

Chapter 2 Parametric Modeling Fundamentals

Chapter 2 Parametric Modeling Fundamentals 2-1 Chapter 2 Parametric Modeling Fundamentals Create Simple Extruded Solid Models Understand the Basic Parametric Modeling Procedure Create 2-D Sketches Understand the Shape before Size Approach Use the

More information

Introduction to Solid Modeling

Introduction to Solid Modeling Introduction to Solid Modeling Parametric Modeling 1 Why draw 3D Models? 3D models are easier to interpret. 3D models can be used to perform engineering analysis, finite element analysis (stress, deflection,

More information

Introduction to ANSYS DesignModeler

Introduction to ANSYS DesignModeler Lecture 5 Modeling 14. 5 Release Introduction to ANSYS DesignModeler 2012 ANSYS, Inc. November 20, 2012 1 Release 14.5 Preprocessing Workflow Geometry Creation OR Geometry Import Geometry Operations Meshing

More information

TITLE : IGES Configuration Options When Transferring Data between Pro/ENGINEER and...

TITLE : IGES Configuration Options When Transferring Data between Pro/ENGINEER and... Seite 1 von 10 Knowledge Base Suggested Technique for IGES Configuration Options When Transferring Data between Pro/ENGINEER and Specific CAD/CAM Applications Procedure 1. Choose the appropriate software

More information

Version 2011 R1 - Router

Version 2011 R1 - Router GENERAL NC File Output List NC Code Post Processor Selection Printer/Plotter Output Insert Existing Drawing File Input NC Code as Geometry or Tool Paths Input Raster Image Files Convert Raster to Vector

More information

SOFTWARE. CAD / CAM-Software. Interpreter software. Programming software. Software and control organization... D-2. isy-cam D-4. Remote...

SOFTWARE. CAD / CAM-Software. Interpreter software. Programming software. Software and control organization... D-2. isy-cam D-4. Remote... SOFTWARE Software and control organization... D-2 CAD / CAM-Software isy-cam 2.8... D-4 Interpreter Remote... D-6 Programming... D-7 Software and controller organisation Software and controller organisation

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

Tools for Design. with VEX Robot Kit: Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS

Tools for Design. with VEX Robot Kit: Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Tools for Design with VEX Robot Kit: AutoCAD 2011 and Autodesk Inventor 2011 2D Drawing 3D Modeling Hand Sketching Randy H. Shih Oregon Institute of Technology INSIDE: SUPPLEMENTAL FILES ON CD SDC PUBLICATIONS

More information

Development of Computer Graphics. mid 1950s SAGE air defense system command & control CRT, light pens

Development of Computer Graphics. mid 1950s SAGE air defense system command & control CRT, light pens 1951 Whirlwind, Jay Forrester (MIT) CRT displays mid 1950s SAGE air defense system command & control CRT, light pens late 1950s Computer Art, James Whitney Sr. Visual Feedback loops 1962 Sketchpad, Ivan

More information

CoCreate OneSpace Modeling Data Adapter

CoCreate OneSpace Modeling Data Adapter CoCreate OneSpace Modeling 2007 - Data Adapter This document contains the individual datasheets for the native CAD adapters Table of Contents 1. CATIA V4 Data Adapter 2. Unigraphics Data Adapter 3. Pro/ENGINEER

More information

Parametric Modeling. with. Autodesk Inventor Randy H. Shih. Oregon Institute of Technology SDC

Parametric Modeling. with. Autodesk Inventor Randy H. Shih. Oregon Institute of Technology SDC Parametric Modeling with Autodesk Inventor 2009 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks. Lower Prices. 2-1 Chapter

More information

Tools for Design. Using AutoCAD 2015 and Autodesk Inventor 2015 SDC. Hand Sketching, 2D Drawing and 3D Modeling. Randy H. Shih

Tools for Design. Using AutoCAD 2015 and Autodesk Inventor 2015 SDC. Hand Sketching, 2D Drawing and 3D Modeling. Randy H. Shih Tools for Design Using AutoCAD 2015 and Autodesk Inventor 2015 Hand Sketching, 2D Drawing and 3D Modeling Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered

More information

Structural & Thermal Analysis Using the ANSYS Workbench Release 12.1 Environment

Structural & Thermal Analysis Using the ANSYS Workbench Release 12.1 Environment ANSYS Workbench Tutorial Structural & Thermal Analysis Using the ANSYS Workbench Release 12.1 Environment Kent L. Lawrence Mechanical and Aerospace Engineering University of Texas at Arlington SDC PUBLICATIONS

More information

Module 1: Basics of Solids Modeling with SolidWorks

Module 1: Basics of Solids Modeling with SolidWorks Module 1: Basics of Solids Modeling with SolidWorks Introduction SolidWorks is the state of the art in computer-aided design (CAD). SolidWorks represents an object in a virtual environment just as it exists

More information

Tools for Design. A practical guide to 2D Drawing, Sketching, 3D Parametric Modeling and Finite Element Analysis

Tools for Design. A practical guide to 2D Drawing, Sketching, 3D Parametric Modeling and Finite Element Analysis Tools for Design Using AutoCAD 2011, Autodesk Inventor 2011, and LEGO MINDSTORMS NXT & TETRIX A practical guide to 2D Drawing, Sketching, 3D Parametric Modeling and Finite Element Analysis INSIDE: SUPPLEMENTAL

More information

Autodesk Moldflow Adviser AMA Model Import Formats

Autodesk Moldflow Adviser AMA Model Import Formats Autodesk Moldflow Adviser 212 AMA Model Import Formats Revision 1, 16 March 212. Contents Chapter 1 Supported model import formats....................... 1 Supported model import formats................................

More information

Week 2 Lecture 3D Part Design. ME Introduction to CAD/CAE Tools

Week 2 Lecture 3D Part Design. ME Introduction to CAD/CAE Tools Week 2 Lecture 3D Part Design Lecture Topics Product Lifecycle Process Review Detailed Product Engineering Challenges and Purpose Evolution of CAD General 3D Design Concepts Case Study Examples Product

More information

Assembly Modeling & Assembling Parts

Assembly Modeling & Assembling Parts This week you will learn assembly modeling & assembling parts. The steps to follow are: Assembly modeling Assembly hierarchy Assembly constraints Configurations Assembly strategy 1 Creating Assembly Components

More information

The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is

The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is AutoCAD? The term CAD (Computer Aided Design /Drafting)

More information

BACES3D is a trade mark of company: Friulrobot S.r.l.

BACES3D is a trade mark of company: Friulrobot S.r.l. BACES3D is a trade mark of company: Friulrobot S.r.l. Via Malignani, 20/B - 33035 MARTIGNACCO (UDINE) ITALY tel +39 0432 678543 fax +39 0432 637531 www.baces3d.com MEASURING ARM Baces3D: Introduction Baces3D

More information

An Introduction to Autodesk Inventor 2012 and AutoCAD Randy H. Shih SDC PUBLICATIONS. Schroff Development Corporation

An Introduction to Autodesk Inventor 2012 and AutoCAD Randy H. Shih SDC PUBLICATIONS.  Schroff Development Corporation An Introduction to Autodesk Inventor 2012 and AutoCAD 2012 Randy H. Shih SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Visit the following websites to learn more about this book:

More information

Chapter 12 Solid Modeling. Disadvantages of wireframe representations

Chapter 12 Solid Modeling. Disadvantages of wireframe representations Chapter 12 Solid Modeling Wireframe, surface, solid modeling Solid modeling gives a complete and unambiguous definition of an object, describing not only the shape of the boundaries but also the object

More information

Development of Computer Graphics

Development of Computer Graphics 1951 Whirlwind, Jay Forrester (MIT) CRT displays mid 1950s SAGE air defense system command & control CRT, light pens late 1950s Computer Art, James Whitney Sr. Visual Feedback loops 1962 Sketchpad, Ivan

More information

An Introduction to Autodesk Inventor 2013 and AutoCAD

An Introduction to Autodesk Inventor 2013 and AutoCAD An Introduction to Autodesk Inventor 2013 and AutoCAD 2013 Randy H. Shih SDC PUBLICATIONS Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Visit the following websites

More information

pre- & post-processing f o r p o w e r t r a i n

pre- & post-processing f o r p o w e r t r a i n pre- & post-processing f o r p o w e r t r a i n www.beta-cae.com With its complete solutions for meshing, assembly, contacts definition and boundary conditions setup, ANSA becomes the most efficient and

More information

An Overview of Pro/ENGINEER

An Overview of Pro/ENGINEER An Overview of Pro/ENGINEER The Foundation of Pro/ENGINEER What is Pro/ENGINEER? Pro/ENGINEER is a computer graphics system for modeling various mechanical designs and for performing related design and

More information

Introduction to Computer Graphics. Overview. What is Computer Graphics?

Introduction to Computer Graphics. Overview. What is Computer Graphics? INSTITUTIONEN FÖR SYSTEMTEKNIK LULEÅ TEKNISKA UNIVERSITET Introduction to Computer Graphics David Carr Fundamentals of Computer Graphics Spring 2004 Based on Slides by E. Angel Graphics 1 L Overview What

More information

AGENDA: Using Gizmos to Modify 3D Models. AutoCAD 3 LECTURE NOTES: CLASS 08. Using Gizmos to Modify 3D Models

AGENDA: Using Gizmos to Modify 3D Models. AutoCAD 3 LECTURE NOTES: CLASS 08. Using Gizmos to Modify 3D Models AGENDA: Using Gizmos to Modify 3D Models Using Gizmos to Modify 3D Sub-Objects and Faces 3DArray, Mirror3D, and Align Using Gizmos to Modify 3D Models Gizmos allow us to move, rotate, and scale a set of

More information

3 AXIS STANDARD CAD. BobCAD-CAM Version 28 Training Workbook 3 Axis Standard CAD

3 AXIS STANDARD CAD. BobCAD-CAM Version 28 Training Workbook 3 Axis Standard CAD 3 AXIS STANDARD CAD This tutorial explains how to create the CAD model for the Mill 3 Axis Standard demonstration file. The design process includes using the Shape Library and other wireframe functions

More information

ANALYSIS AND VISUALIZATION OF COMPLEX COMPUTER AIDED DESIGN MODELS AS A DESIGN STRUCTURE MATRIX

ANALYSIS AND VISUALIZATION OF COMPLEX COMPUTER AIDED DESIGN MODELS AS A DESIGN STRUCTURE MATRIX 13 TH INTERNATIONAL DEPENDENCY AND STRUCTURE MODELLING CONFERENCE, DSM 11 CAMBRIDGE, MASSACHUSETTS, USA, SEPTEMBER 14 15, 2011 ANALYSIS AND VISUALIZATION OF COMPLEX COMPUTER AIDED DESIGN MODELS AS A DESIGN

More information

Tools for Design. Autodesk Inventor 2017 SDC. Hand Sketching, 2D Drawing and 3D Modeling. Randy H. Shih

Tools for Design. Autodesk Inventor 2017 SDC. Hand Sketching, 2D Drawing and 3D Modeling. Randy H. Shih Tools for Design Using AutoCAD 2017 and Autodesk Inventor 2017 Hand Sketching, 2D Drawing and 3D Modeling Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered

More information

Solid Modeling: Part 1

Solid Modeling: Part 1 Solid Modeling: Part 1 Basics of Revolving, Extruding, and Boolean Operations Revolving Exercise: Stepped Shaft Start AutoCAD and use the solid.dwt template file to create a new drawing. Create the top

More information

Computer Aided Design (CAD)

Computer Aided Design (CAD) CAD/CAM Dr. Ibrahim Al-Naimi Chapter two Computer Aided Design (CAD) The information-processing cycle in a typical manufacturing firm. PRODUCT DESIGN AND CAD Product design is a critical function in the

More information

LAB # 2 3D Modeling, Properties Commands & Attributes

LAB # 2 3D Modeling, Properties Commands & Attributes COMSATS Institute of Information Technology Electrical Engineering Department (Islamabad Campus) LAB # 2 3D Modeling, Properties Commands & Attributes Designed by Syed Muzahir Abbas 1 1. Overview of the

More information

Chapter 1 Introduction to Numerically Controlled Machines

Chapter 1 Introduction to Numerically Controlled Machines Chapter 1 Introduction to Numerically Controlled Machines The primary building blocks of flexible manufacturing and computer integrated manufacturing systems are numerically controlled (CNC) machine tools.

More information

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad

INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad INSTITUTE OF AERONAUTICAL ENGINEERING (Autonomous) Dundigal, Hyderabad -500 043 Course Name : CAD CAM Course Code : A0328 Class : IV B. Tech I Semester MECHANICAL ENGINEERING TUTORIAL QUESTION BANK Branch

More information

PTC CREO. ESSENTIALS PACKAGES Powerful 3D CAD solutions optimized for your product development tasks. PTC Creo Essentials Packages

PTC CREO. ESSENTIALS PACKAGES Powerful 3D CAD solutions optimized for your product development tasks. PTC Creo Essentials Packages PTC CREO PACKAGES Powerful 3D CAD solutions optimized for your product development tasks Product design firms and manufacturing companies are under constant pressure to develop more products in less time,

More information

Exercise Guide. Published: August MecSoft Corpotation

Exercise Guide. Published: August MecSoft Corpotation VisualCAD Exercise Guide Published: August 2018 MecSoft Corpotation Copyright 1998-2018 VisualCAD 2018 Exercise Guide by Mecsoft Corporation User Notes: Contents 2 Table of Contents About this Guide 4

More information

COMPUTER AIDED DESIGN AND MANUFACTURING OF PIPELINE ENERGETICS SYSTEMS COMPONENTS

COMPUTER AIDED DESIGN AND MANUFACTURING OF PIPELINE ENERGETICS SYSTEMS COMPONENTS COMPUTER AIDED DESIGN AND MANUFACTURING OF PIPELINE ENERGETICS SYSTEMS COMPONENTS Assoc. Prof. Ing. Slavko Pavlenko, PhD. Faculty of Manufacturing Technologies University of Technology in Kosice with a

More information

Autodesk DirectConnect 2010

Autodesk DirectConnect 2010 Autodesk DirectConnect 2010 Contents Chapter 2 What is Autodesk DirectConnect?................. 3 Supported products and translators.................... 4 Chapter 3 What's new this release......................

More information

Tutorial Second Level

Tutorial Second Level AutoCAD 2018 Tutorial Second Level 3D Modeling Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to learn

More information

Tools for Design. with FischerTechnik: Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS

Tools for Design. with FischerTechnik: Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Tools for Design with FischerTechnik: AutoCAD 2012 and Autodesk Inventor 2012 2D Drawing 3D Modeling Hand Sketching INCLUDES: Randy H. Shih Oregon Institute of Technology AUTODESK INVENTOR PART FILES FOR

More information

STEP-based feature modeller for computer-aided process planning

STEP-based feature modeller for computer-aided process planning International Journal of Production Research, Vol. 43, No. 15, 1 August 2005, 3087 3101 STEP-based feature modeller for computer-aided process planning S. M. AMAITIK* and S. E. KILIC Department of Mechanical

More information

Lesson 6: Work in Multi-Model Environment with Surface

Lesson 6: Work in Multi-Model Environment with Surface Lesson 6: Work in Multi-Model Environment with Surface In this lesson, you will learn how to work in Multi-Model Environment with Surface. Lesson Contents: Case Study: Multi-Model Environment with Surface

More information

Solid Problem Ten. In this chapter, you will learn the following to World Class standards:

Solid Problem Ten. In this chapter, you will learn the following to World Class standards: C h a p t e r 11 Solid Problem Ten In this chapter, you will learn the following to World Class standards: 1. Sketch of Solid Problem Ten 2. Starting a 3D Part Drawing 3. Modifying How the UCS Icon is

More information

The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, / X

The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, / X The 8 th International Scientific Conference elearning and software for Education Bucharest, April 26-27, 2012 10.5682/2066-026X-12-168 MODERN CAD/CAM APPLICATIONS- INTUITIVE AND EFFICIENT Adrian BUT "Politehnica"

More information

Learning Autodesk Inventor 2014

Learning Autodesk Inventor 2014 Learning Autodesk Inventor 2014 Modeling, Assembly and Analysis Randy H. Shih SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Visit the following websites to learn more

More information

2D Drafting Redefined

2D Drafting Redefined Scan QR Code to Redirect to Product Page IRONCAD DRAFT XG is a powerful 2D design environment for creating, detailing, and editing production designs. This environment offers unrivaled compatibility with

More information

Chapter 1 Introduction

Chapter 1 Introduction Chapter 1 Introduction GTU Paper Analysis (New Syllabus) Sr. No. Questions 26/10/16 11/05/16 09/05/16 08/12/15 Theory 1. What is graphic standard? Explain different CAD standards. 2. Write Bresenham s

More information

Core Master Modeler. foundation capabilities for feature-based variational solid modeling

Core Master Modeler. foundation capabilities for feature-based variational solid modeling Core Master Modeler foundation capabilities for feature-based variational solid modeling SDRC offers a scalable range of core, solids-based modeling products that enable you to match price point and collaboration

More information

Compatibility of Data Transfer between CAD Applications

Compatibility of Data Transfer between CAD Applications 58 H. KUCHYŇKOVÁ, COMPATIBILITY OF DATA TRANSFER BETWEEN CAD APPLICATIONS Compatibility of Data Transfer between CAD Applications Hana KUCHYŇKOVÁ 1 1 Dept. of Power Electrical and Electronic Engineering,

More information

TRAINING SESSION Q3 2016

TRAINING SESSION Q3 2016 There are 6 main topics in this training session which is focusing on 3D Import and 2D Drawing Tips and Tricks in IRONCAD. Content 3D modeling kernels... 2 3D Import... 3 Direct Face Modeling... 5 Unfold

More information

Autodesk Inventor 2018

Autodesk Inventor 2018 Learning Autodesk Inventor 2018 Modeling, Assembly and Analysis Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

MAE 455 COMPUTER-AIDED DESIGN AND DRAFTING MIDTERM EXAM PRACTICE QUESTIONS. Name: You are allowed one sheet of notes.

MAE 455 COMPUTER-AIDED DESIGN AND DRAFTING MIDTERM EXAM PRACTICE QUESTIONS. Name: You are allowed one sheet of notes. 47 MAE 455 COMPUTER-AIDED DESIGN AND DRAFTING MIDTERM EXAM PRACTICE QUESTIONS Name: You are allowed one sheet of notes. 1. What constraints could be added to fully constrain the wireframe shown? Include

More information

TRINITAS. a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis. Introductional Manual

TRINITAS. a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis. Introductional Manual TRINITAS a Finite Element stand-alone tool for Conceptual design, Optimization and General finite element analysis Introductional Manual Bo Torstenfelt Contents 1 Introduction 1 2 Starting the Program

More information

VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES

VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES NTERNATIONAL DESIGN CONFERENCE - DESIGN 2002 Dubrovnik, May 14-17, 2002. VIRTUAL PROTOTYPING SIMULATION FOR THE DESIGN OF TWO-WHEELED VEHICLES S. Barone, A. Curcio and F. Pierucci Keywords: CAD, Multi-Body

More information