Lecture 7. Neutral File. Lecture 7 1

Size: px
Start display at page:

Download "Lecture 7. Neutral File. Lecture 7 1"

Transcription

1 Lecture 7 Neutral File Lecture 7 1

2 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 File Computer Computer Computer (a) (b) Lecture 7 2

3 What need to transfer? Shape data: both geometric and topological information, part or form features. Fonts, color, annotation are considered part of the geometric information. Non-shape data: graphics data such as shaded images, and model global data as measuring units of the database and the resolution of storing the database numerical values. Design data: information that designers generate from geometric models for analysis purposes. Mass property and finite element mesh data belong to this type of data. Manufacturing data: information as tooling, NC tool paths, tolerancing, process planning, tool design, and bill of materials (BOM). Lecture 7 3

4 Who develop neutral file Standard institutions IGES (American Code for Information Interchange), STEP (Standard for the Exchange of Product Model Data) CAD software DXF (Drawing Interchange File Format), ACIS (Alan, Charles, Ian System) Specific application Lithography, VRML (Virtual Reality Modeling Language), VDAFS (Vereinung Deutsche Automobilindustrie Flachen Schnittstelle), Graphic (bmp, tiff, metafile etc) Lecture 7 4

5 IGES (*.igs) Refer to the attachment for sample file Divided into 5 sections: START: indicated by letter S on the first of the file GLOBAL: indicated by letter G. It shows the properties of the file (file name, system that creates the file, units and precision). Normally comprising of 5 lines (G1 to G5) DIRECTORY ENTRY: shown by letter D. Show all the non geometry properties (color, line type, transformation matrices) PARAMETER DATA: shown by letter P. Show all the geometrical properties of the entities. TERMINATE: ends of the file and shown by letter T Lecture 7 5

6 START GLOBAL DIRECTORY ENTRY PARAMETER DATA TERMINATOR Lecture 7 6

7 GLOBAL Parameter Delimiter Character = "," Record Delimiter Character = ";" Product ID from Sender = "{Unknown}" File Name = "line circle.igs" System ID = "Autodesk DirectConnect Pre-processor Version = " " Number of Bits for Integers = 32 Single Precision Magnitude = 38 Single Precision Significance = 6 Double Precision Magnitude = 308 Double Precision Significance = 15 Product ID for Receiver = "{Unknown}" Model Space Scale = Unit Flag = 1 - Inches Units = "INCH" Maximum Number of Line Weights = 1 Size of Maximum Line Width = 0.01 Date & Time Stamp = " " Minimum User-intended Resolution = Approximate Maximum Coordinate = Name of Author = " jamaltaib" Author's Organization = "{Unknown}" IGES Version Number = 11 Drafting Standard Code = 0 Model Creation/Change Date = " " Lecture 7 7

8 DIRECTORY ENTRY 2 lines for each entity 100 Circular arc 108 Plane 110 Line 116 point 124 Transformation matrix Line1 Field 1: Entity type (100 = Line) Line 2 Field 2: Pointer will refer to parameter data line (3 refer to Field 11: Entity type line 3 in parameter data) Field 12: Line weight 0 to max Field 3: Pointer to D section (default 0) Field 13: Color number: 0-8. Negative number refers to a Field 4: Line font pattern Color Definition Field 5: Level Field 14: No. of lines in P for this entity Field 6: Pointer to section D line of view entity Field 15: Form number for entities having more than one Field 7: Pointer to section D entry of transformation matrix definition (Line 3: 124) Field 16: Not used Field 8: Pointer to section D entry of label (not applicable Field 17: Not used line) Field 18: Entity label, up to 8 chars. Field 9: Status. 4x2-digit values to form 8-digit number, no Field 19: Entity subscript number spaces. Field 20: Line number within D section (6, the second line Field 10: Line number within D section. (5, the first line the must be an even number) number must be odd) Lecture 7 8

9 PARAMETER DATA The parameter is based on the entity For example, Circle: 10 parameters which are entity type, x, y, and z of center point, and radius. Line : 7 parameters, entity number follows the x, y, and z of the start and end point Lecture 7 9

10 IGES: con t B-Reps topology and geometry relationship Topology Solid Shell Face Loop Edge Vertex Geometry Surface Curve Node Lecture 7 10

11 ACIS (*.sat) ACIS is acronym to Alan, Charles, Ian System. ACIS file is indicated in.sat file name and it is formatted according to ASCII code. ACIS has a number of reserved characters to indicate the information. The reserved characters are $ :indicates a pointer definition. # :terminates an entity : starts of string record Lecture 7 11

12 ACIS (*.sat) Refer to the attachment for sample file Divided into 4 sections START:starts with array of number ( ) FILE DATA: information on the software generate the file, date, precision etc ENTITY DATA: topology and geometry data are stored here. Every line starts with structure names and ends with # END: remarks the end of the file by End-of- ACIS-data statement. Lecture 7 12

13 HEADER: ACIS (*.sat) First line First Integer: An encoded version number (22.00). Second Integer: The total number of saved data records, or zero. If zero, then an end mark is required. Third Integer: A count of the number of entities in the original entity list that were saved to the part file. Forth Integer: The least significant bit of this number is used to indicate whether or not history has been saved in this save file. Lecture 7 13

14 HEADER: ACIS (*.sat) Second line First Integer: String length for the product string: 15. Second String: ID for the product which produced the file: SolidWorks Third Integer: String length for the ACIS version string: 12. Fourth String: ACIS version which produced the file: ACIS 22.0 NT. Fifth Integer: length for the date string: 24. Sixth String: Date file produced Wed Mar 19 10:51: Lecture 7 14

15 DATA: ACIS (*.sat) First data must data for body, and the following data will be randomly stated Each entity record consists of a sequence number, an entity type identifier, the entity data, and a terminator. Entity type identifier is unique string such body, lump, etc. The data sections ends with End of Sec. 15

16 ACIS: con t Topology and geometry relationship Topology Geometry Body Lump Shell Face Surface Loop Coedge Edge Curve Vertex Node Lecture 7 16

17 STEP (*.step) Developed by International Standard Organization (ISO 10303) STEP is Standard Exchange Protocol The aim of STEP is to allow exchange of data between different platforms without human intervention and integrate of data from different platforms. STEP is in fact computer interpretable representation of the data. Lecture 7 17

18 STEP (*.step) STEP is divided by its application protocol (AP). Examples of AP AP201: Drawing AP 203: 3D designs of mechanical parts and assemblies AP 214: Automotive mechanical design processes AP STEP numeric controllers AP 240, Process plans for machined products Lecture 7 18

19 Refer to the attachment for sample file STEP (*.step) Divided into 2 section HEADER: starts with HEADER; and ends with ENDSEC;. Purpose: propose to show the file type, file name and software used. DATA: starts with DATA; and ends with ENDSEC;. Comprises of the topological and geometrical data of the objects. Lecture 7 19

20 HEADER : STEP (*.step) File description: STEP AP203 Implementation level: 1 File name: 2 step 203 fea.step Time: T07: 09:14 Author: (' '), Organization: (' '), Preprocessor version: 'SwSTEP 2.0' Originating_system: 'Solid Work 2013', Authorization: (' '); Lecture 7 20

21 SPECIFIC APPS : Stereo lithography Stereo Lithography file format has.stl extension. Solid model has been represented as a list of triangulated surface comprises of loop of three vertices. This file format has been widely in rapid prototyping machine and 3D printer. Lecture 7 21

22 SPECIFIC APPS : Stereo lithography Lecture 7 22

23 SPECIFIC APPS : Stereo lithography Stereo Lithography file format has.stl extension. Solid model has been represented as a list of triangulated surface comprises of loop of three vertices. This file format has been widely in rapid prototyping machine and 3D printer. Lecture 7 23

24 SPECIFIC APPS : VRML Virtual Realty Modelling Lang. VRML has.wrl file extension. Store the rendering information of the model. Widely been used in www. Lecture 7 24

25 SPECIFIC APPS : VRML Lecture 7 25

26 How to comprehend neutral file Buy the related documents. Model known entities and save the entities to respective neutral file and compare the known entities with the data in the neutral file. Note: mostly all neutral file using ASCII code and therefore can be read using most word processing and even notepad. Case Study: ACIS and STEP Cylinder Radius: 20 Height: 20 Center point of bottom plane face: (0,0) Extrusion: Z axis Lecture 7 26

27 Product definition: ACIS Line 12: Loop information Top topology: line 3 face Bottom topology: line 18 coedge Refer to the attachment for sample file Line 7: surface information Surface: Cone Reference Vertex: (0,0,0) Normal vector: (0,0,1) Radius: 20 Lecture 7 27

28 Product definition: STEP Refer to the attachment for sample file Edge List of curve : start node (20, 0, 0) 133: end node (20, 0, 20) 137: Entity type : line Length : 20, vector (0, 0, 1) and reference node (20, 0, 0) : start node (20, 0 20) 150: end node (-20, 0, 20) 177: Entity type: circle Radius: 20, Reference coordinate( 0, 0 20), normal vector (0, 0, -1) and reference vector (1, 0, 0) : start node (-20, 0, 20) 141: end node (-20, 0, 0) 154: entity type: line Length 20, vector (0, 0, -1) and reference node (-20, 0, 20) : start node (-20, 0, 0) 131: end node (20, 0, 0) 185: : entity type : circle Radius: 20, reference node ( 0, 0, 0), normal vector (0, 0, 1) and reference vector (1, 0, 0) Lecture 7 28

29 Product definition: STEP (con t) (a) (b) Lecture 7 29

30 CASE STUDY: AP 203 and A P214 INPUT Lecture 7 30

31 CASE STUDY: AP 203 and A P214 AP 203 AP 214 Lecture 7 31

32 CASE STUDY: AP 203 and A P214 INPUT Lecture 7 32

33 CASE STUDY: AP 203 and A P214 AP 203 AP 214 Lecture 7 33

34 CASE STUDY: FEATURE RECOGNITION INPUT OUTPUT Lecture 7 34

35 What do you think of neutral file?

36 Homework: Neutral File You have to set the aim of the study in the neutral file For example: i) To study of the level of complexity of the part and the accuracy of the transfer. ii) To study of the type of file transfer based on the complexity of the part Submission: You have to submit one report on the findings of your study. In the report, state - Objective of the study - Scope of the study - Findings with examples - Your opinion on the neutrality of the file.

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

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

DXF file sample. Contoh SECTION 2 ENTITIES. LINE 5 12C 330 1F 100 AcDbEntity AcDbLine ENDSEC

DXF file sample. Contoh SECTION 2 ENTITIES. LINE 5 12C 330 1F 100 AcDbEntity AcDbLine ENDSEC DXF file sample. Format DXF 0 SECTION 2 ENTITIES 0 5 330 100 AcDbEntity 8 100 AcDb 0 ENDSEC Contoh 0 SECTION 2 ENTITIES 0

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

This chapter briefly describes the formats of various files created or used by ACIS.

This chapter briefly describes the formats of various files created or used by ACIS. Chapter 10. File Formats Ignore This chapter briefly describes the formats of various files created or used by ACIS. SAT Save File *SAT Save and Restore ACIS saves, or stores, model geometry information

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

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

DC2 File Format. 1. Header line 2. Entity line 3. Point line 4. String line

DC2 File Format. 1. Header line 2. Entity line 3. Point line 4. String line DC2 File Format The DesignCAD DC2 drawing file is an ASCII file, with the data present in character format. Each "record" in the file is actually a line in a text file. There are four types of records,

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

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

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

PERFORMANCE SPECIFICATION

PERFORMANCE SPECIFICATION NOT MEASUREMENT SENSITIVE MIL-PRF-28000B 30 SEPTEMBER 1999 SUPERSEDING MIL-PRF-28000A 10 FEBRUARY 1992 PERFORMANCE SPECIFICATION DIGITAL REPRESENTATION FOR COMMUNICATION OF PRODUCT DATA: IGES APPLICATION

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

Feature and Topology Detection

Feature and Topology Detection Feature and Topology Detection Greater possibilities with Capvidia extension and PARTsolutions Cadenas Industry Forum February 5th, 2015 Thomas Tillmann Capvidia GmbH Agenda Company Overview Application

More information

ME 120: Impeller Model in Solidworks 1/6

ME 120: Impeller Model in Solidworks 1/6 ME 120: Impeller Model in Solidworks 1/6 Steps to Draw Pump Impeller: The steps below show one way to draw the impeller. You should make sure that your impeller is not larger than the one shown or it may

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

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

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

CAD/CAM COURSE TOPIC OF DISCUSSION GEOMETRIC MODELING DAWOOD COLLEGE OF ENGINEERING & TECHNOLOGY- KARACHI- ENGR. ASSAD ANIS 4/16/2011 1

CAD/CAM COURSE TOPIC OF DISCUSSION GEOMETRIC MODELING DAWOOD COLLEGE OF ENGINEERING & TECHNOLOGY- KARACHI- ENGR. ASSAD ANIS 4/16/2011 1 CAD/CAM COURSE TOPIC OF DISCUSSION GEOMETRIC MODELING 1 CAD attempts to eliminate the need of developing a prototype for testing and optimizing the design CAD evaluates a design using a model with geometric

More information

Strategy. Using Strategy 1

Strategy. Using Strategy 1 Strategy Using Strategy 1 Scan Path / Strategy It is important to visualize the scan path you want for a feature before you begin taking points on your part. You want to try to place your points in a way

More information

Complex Shapes Creation with Hybrid Modelling

Complex Shapes Creation with Hybrid Modelling Complex Shapes Creation with Hybrid Modelling Peter De Strijker Technical Sales Executive MFG - Benelux Our Customer s Industries Discrete product manufacture Agenda Quality Analyses of sketches and surfaces

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

Autodesk 123D Beta5 Overview

Autodesk 123D Beta5 Overview Autodesk 123D Beta5 Overview Welcome. This overview document for Autodesk 123D will assist you in developing your understanding of the software and how you can use it to create your design ideas. Designing

More information

Design smarter with powerful, easy-to-use 3D CAD solutions

Design smarter with powerful, easy-to-use 3D CAD solutions Creo Parametric Essentials Packages Design smarter with powerful, easy-to-use 3D CAD solutions PTC s 3D CAD product design solution, Creo Parametric, gives you the right tools to achieve the highest quality

More information

Curves and Surfaces. Chapter 7. Curves. ACIS supports these general types of curves:

Curves and Surfaces. Chapter 7. Curves. ACIS supports these general types of curves: Chapter 7. Curves and Surfaces This chapter discusses the types of curves and surfaces supported in ACIS and the classes used to implement them. Curves ACIS supports these general types of curves: Analytic

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

Reconstruction of 3D Interacting Solids of Revolution from 2D Orthographic Views

Reconstruction of 3D Interacting Solids of Revolution from 2D Orthographic Views Reconstruction of 3D Interacting Solids of Revolution from 2D Orthographic Views Hanmin Lee, Soonhung Han Department of Mechanical Engeneering Korea Advanced Institute of Science & Technology 373-1, Guseong-Dong,

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

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

Convergent Modeling and Reverse Engineering

Convergent Modeling and Reverse Engineering Convergent Modeling and Reverse Engineering 25 October 2017 Realize innovation. Tod Parrella NX Design Product Management Product Engineering Solutions tod.parrella@siemens.com Realize innovation. Siemens

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

3D Design with 123D Design

3D Design with 123D Design 3D Design with 123D Design Introduction: 3D Design involves thinking and creating in 3 dimensions. x, y and z axis Working with 123D Design 123D Design is a 3D design software package from Autodesk. A

More information

Feature Comparison of PTC Creo View MCAD. Product Suite. Topic Sheet. Page 1 of 6 Feature Comparison of PTC Creo View MCAD Product Suite

Feature Comparison of PTC Creo View MCAD. Product Suite. Topic Sheet. Page 1 of 6 Feature Comparison of PTC Creo View MCAD Product Suite Comparison of Product Suite Group User Interface Lite Microsoft Fluent paradigm Ribbon User Interface User interface customization Command finder Usage Standalone version Interoperability with PTC Products

More information

SolidWorks 2015 User Interface

SolidWorks 2015 User Interface SolidWorks 2015 User Interface SolidWorks a Dassault Systèmes Product Starting SolidWorks 1) On the desktop, double-click or from the start menu select: All Programs SOLIDWORKS 2015 SOLIDWORKS 2015. 2)

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

Kisters Roadmap STEP AP 242. Germar Nikol, Director Visualization Technologies

Kisters Roadmap STEP AP 242. Germar Nikol, Director Visualization Technologies Kisters Roadmap STEP AP 242 Germar Nikol, Director Visualization Technologies Overview KISTERS KISTERS figures: Founded: 1963 Employees: 550 Turnover: 65 M Euros Locations: 20 worldwide Headquarter: Germany

More information

(Refer Slide Time: 00:01:27 min)

(Refer Slide Time: 00:01:27 min) Computer Aided Design Prof. Dr. Anoop Chawla Department of Mechanical engineering Indian Institute of Technology, Delhi Lecture No. # 01 An Introduction to CAD Today we are basically going to introduce

More information

Chapter 1. SolidWorks Overview

Chapter 1. SolidWorks Overview Chapter 1 SolidWorks Overview Objectives: When you complete this chapter you will: Have a good background knowledge of SolidWorks Have learnt how to start a SolidWorks session Understand the SolidWorks

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

Volume by Slicing (Disks & Washers)

Volume by Slicing (Disks & Washers) Volume by Slicing (Disks & Washers) SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter 6.2 of the recommended textbook (or the equivalent chapter

More information

Customized Pre/post-processor for DIANA. FX for DIANA

Customized Pre/post-processor for DIANA. FX for DIANA Customized Pre/post-processor for DIANA FX for DIANA About FX4D for DIANA FX4D is a general purpose pre/post-processor for CAE simulation. FX4D has been specialized for civil/architectural applications.

More information

TGeoCad: an Interface between ROOT and CAD Systems

TGeoCad: an Interface between ROOT and CAD Systems TGeoCad: an Interface between ROOT and CAD Systems C Luzzi 1 2 and F Carminati 2 1 University of Ferrara, Via Giuseppe Saragat, 1, 44020 FE, Italy 2 CERN, 1211 Geneva 23, Switzerland E-mail: cluzzi@cern.ch

More information

Computer Graphics 1. Chapter 2 (May 19th, 2011, 2-4pm): 3D Modeling. LMU München Medieninformatik Andreas Butz Computergraphik 1 SS2011

Computer Graphics 1. Chapter 2 (May 19th, 2011, 2-4pm): 3D Modeling. LMU München Medieninformatik Andreas Butz Computergraphik 1 SS2011 Computer Graphics 1 Chapter 2 (May 19th, 2011, 2-4pm): 3D Modeling 1 The 3D rendering pipeline (our version for this class) 3D models in model coordinates 3D models in world coordinates 2D Polygons in

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

Feature Comparison of PTC Creo View TM MCAD TM. Product Suite. Topic Sheet. Page 1 of 6 Feature Comparison of PTC Creo View MCAD Product Suite

Feature Comparison of PTC Creo View TM MCAD TM. Product Suite. Topic Sheet. Page 1 of 6 Feature Comparison of PTC Creo View MCAD Product Suite Comparison of PTC Creo TM TM Product Suite Group User Interface Lite Microsoft Fluent paradigm Ribbon User Interface Usage Standalone version Interoperability with PTC Products Performance & Scalability

More information

Solid Modelling. Graphics Systems / Computer Graphics and Interfaces COLLEGE OF ENGINEERING UNIVERSITY OF PORTO

Solid Modelling. Graphics Systems / Computer Graphics and Interfaces COLLEGE OF ENGINEERING UNIVERSITY OF PORTO Solid Modelling Graphics Systems / Computer Graphics and Interfaces 1 Solid Modelling In 2D, one set 2D line segments or curves does not necessarily form a closed area. In 3D, a collection of surfaces

More information

TUTORIAL 2. OBJECTIVE: Use SolidWorks/COSMOS to model and analyze a cattle gate bracket that is subjected to a force of 100,000 lbs.

TUTORIAL 2. OBJECTIVE: Use SolidWorks/COSMOS to model and analyze a cattle gate bracket that is subjected to a force of 100,000 lbs. TUTORIAL 2 OBJECTIVE: Use SolidWorks/COSMOS to model and analyze a cattle gate bracket that is subjected to a force of 100,000 lbs. GETTING STARTED: 1. Open the SolidWorks program. 2. Open a new part file.

More information

Readme and update information

Readme and update information hypercad -S Readme and update information Table of Contents 1. hypercad -S is CAD for CAM!... 1 2. Additions to documentation... 2 Release 2018.2 SP1... 2 Release 2018.2... 2 3. Information on direct

More information

Number/Computation. addend Any number being added. digit Any one of the ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9

Number/Computation. addend Any number being added. digit Any one of the ten symbols: 0, 1, 2, 3, 4, 5, 6, 7, 8, or 9 14 Number/Computation addend Any number being added algorithm A step-by-step method for computing array A picture that shows a number of items arranged in rows and columns to form a rectangle associative

More information

Prototype: outcome api_add_guide_curve_si ( AcisSLInterface* obj, // skinning interface // object

Prototype: outcome api_add_guide_curve_si ( AcisSLInterface* obj, // skinning interface // object Chapter 5. Functions Topic: Ignore The function interface is a set of Application Procedural Interface (API) and Direct Interface (DI) functions that an application can invoke to interact with ACIS. API

More information

Boolean Component. Chapter 1. Boolean Operations

Boolean Component. Chapter 1. Boolean Operations Chapter 1. Boolean Component Component: The Boolean Component (BOOL), in the bool directory, performs Boolean operations on the model topology of bodies, first finding the intersections between bodies,

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

Geometry Surface Area and Volume of Pyramids and Cones.

Geometry Surface Area and Volume of Pyramids and Cones. Geometry 11.6 Surface Area and Volume of Pyramids and Cones mbhaub@mpsaz.org 11.6 Essential Question How do you find the surface area and volume of a pyramid or a cone? Geometry 1.3 Surface Area of Pyramids

More information

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1

SAMCEF for ROTORS. Chapter 3.2: Rotor modeling. This document is the property of SAMTECH S.A. MEF A, Page 1 SAMCEF for ROTORS Chapter 3.2: Rotor modeling This document is the property of SAMTECH S.A. MEF 101-03-2-A, Page 1 Table of contents Introduction Introduction 1D Model 2D Model 3D Model 1D Models: Beam-Spring-

More information

Geometric Modeling Topics

Geometric Modeling Topics Geometric Modeling Topics George Allen, george.allen@siemens.com Outline General background Convergent modeling Multi-material objects Giga-face lattices Page 2 Boundary Representation (b-rep) Topology

More information

MULTICAx IGES Plug-in

MULTICAx IGES Plug-in MULTICAx IGES Plug-in Overview What's New User Tasks Requirements Methodologies and Advice Initializing the Environment Importing IGES Data Importing Part Files Interactively Translating Files from the

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

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius.

12 m. 30 m. The Volume of a sphere is 36 cubic units. Find the length of the radius. NAME DATE PER. REVIEW #18: SPHERES, COMPOSITE FIGURES, & CHANGING DIMENSIONS PART 1: SURFACE AREA & VOLUME OF SPHERES Find the measure(s) indicated. Answers to even numbered problems should be rounded

More information

Design, Computation and Computer Controlled Devices

Design, Computation and Computer Controlled Devices 4.212 Design Fabrication Design, Computation and Computer Controlled Devices Prof. Larry Sass Department of Architecture and Planning MIT LECTURE #1 Design Theory of Design Fabrication Fabricating Space

More information

Volume by Slicing (Disks & Washers)

Volume by Slicing (Disks & Washers) Volume by Slicing Disks & Washers) SUGGESTED REFERENCE MATERIAL: As you work through the problems listed below, you should reference Chapter 6. of the recommended textbook or the equivalent chapter in

More information

The following learning resources are pre-requisites to help prepare you in supporting your students through this course.

The following learning resources are pre-requisites to help prepare you in supporting your students through this course. Introduction to CAD: From 2D to 3D Modeling Instructor Guide This instructor guide is a comprehensive tool for facilitating this course in the classroom. Prepare to teach this course by thoroughly reviewing

More information

Lecture 4b. Surface. Lecture 3 1

Lecture 4b. Surface. Lecture 3 1 Lecture 4b Surface Lecture 3 1 Surface More complete and less ambiguous representation than its wireframe representation Can be considered as extension to wireframe representation In finite element, surface

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

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

VisualMILL Getting Started Guide

VisualMILL Getting Started Guide VisualMILL Getting Started Guide Welcome to VisualMILL Getting Started Guide... 4 About this Guide... 4 Where to go for more help... 4 Tutorial 1: Machining a Gasket... 5 Introduction... 6 Preparing the

More information

Training Guide Getting Started with WorkXplore 3D

Training Guide Getting Started with WorkXplore 3D Training Guide Getting Started with WorkXplore 3D Table of Contents Table of Contents 1 Training Guide Objectives 1-1 2 WorkXplore 3D Environment 2-1 3 Importing and Opening CAD Files 3-1 3.1 Importing

More information

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP03 AutoCAD Import Limitations The following is a list of AutoCAD features that will not give an expected viewable when using SAP 3D Visual

More information

SOLIDWORKS 2016: A Power Guide for Beginners and Intermediate Users

SOLIDWORKS 2016: A Power Guide for Beginners and Intermediate Users SOLIDWORKS 2016: A Power Guide for Beginners and Intermediate Users The premium provider of learning products and solutions www.cadartifex.com Table of Contents Dedication... 3 Preface... 15 Part 1. Introducing

More information

Scheme Extensions Va thru Zz

Scheme Extensions Va thru Zz Chapter 3. Scheme Extensions Va thru Zz Topic: Ignore :axes Scheme Extension: Action: Viewing, Backgrounds and Foregrounds, Enables and disables display of coordinate axes within an OpenGL. gi/gi_scm/_scm_gi.cxx

More information

2D/3D CAD data Festo PARTdataManager

2D/3D CAD data Festo PARTdataManager 2D/3D CAD data Festo PARTdataManager Festo PARTdataManager 2D/3D CAD data now even faster and easier Reduced workload thanks to 2D/3D CAD data for more than 33,000 products. The utilised CAD technology

More information

Reverse Engineering: Mechanical. Dr. Tarek A. Tutunji

Reverse Engineering: Mechanical. Dr. Tarek A. Tutunji Reverse Engineering: Mechanical Dr. Tarek A. Tutunji Mechanical RE References: 1. RE (reverse engineering) as necessary phase by rapid product development by Sokovic and Kopac 2. A Practical Appreciation

More information

Creo Elements/ Direct Modeling Express

Creo Elements/ Direct Modeling Express Creo Elements/ Direct Modeling Express Edition Comparison Chart Learn how upgrading to Modeling 18.0, the leading direct 3D CAD design software, can deliver faster design cycles and responsiveness to change

More information

Assignment Guide: Chapter 11 Geometry (L3)

Assignment Guide: Chapter 11 Geometry (L3) Assignment Guide: Chapter 11 Geometry (L3) (136) 11.1 Space Figures and Cross Sections Page 692-693 #7-23 odd, 35 (137) 11.2/11.4 Surface Areas and Volumes of Prisms Page 703-705 #1, 2, 7-9, 11-13, 25,

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

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

TABLE OF CONTENTS. Worksheets Lesson 1 Worksheet Introduction to Geometry 41 Lesson 2 Worksheet Naming Plane and Solid Shapes.. 44

TABLE OF CONTENTS. Worksheets Lesson 1 Worksheet Introduction to Geometry 41 Lesson 2 Worksheet Naming Plane and Solid Shapes.. 44 Acknowledgement: A+ TutorSoft would like to thank all the individuals who helped research, write, develop, edit, and launch our MATH Curriculum products. Countless weeks, years, and months have been devoted

More information

SimWise 4D. Integrated Motion and Stress Analysis

SimWise 4D. Integrated Motion and Stress Analysis SimWise 4D Integrated Motion and Stress Analysis SimWise 4D Integrated Motion Simulation and Stress Analysis SimWise 4D is a software tool that allows the functional performance of mechanical parts and

More information

SolidWorks. An Overview of SolidWorks and Its Associated Analysis Programs

SolidWorks. An Overview of SolidWorks and Its Associated Analysis Programs An Overview of SolidWorks and Its Associated Analysis Programs prepared by Prof. D. Xue University of Calgary SolidWorks - a solid modeling CAD tool. COSMOSWorks - a design analysis system fully integrated

More information

5/27/12. Objectives 7.1. Area of a Region Between Two Curves. Find the area of a region between two curves using integration.

5/27/12. Objectives 7.1. Area of a Region Between Two Curves. Find the area of a region between two curves using integration. Objectives 7.1 Find the area of a region between two curves using integration. Find the area of a region between intersecting curves using integration. Describe integration as an accumulation process.

More information

Mechanical Design V5R19 Update

Mechanical Design V5R19 Update CATIA V5 Training Foils Mechanical Design V5R19 Update Version 5 Release 19 August 2008 EDU_CAT_EN_MD2_UF_V5R19 1 About this course Objectives of the course Upon completion of this course you will be able

More information

3/3/2014. Sharif University of Technology. Session # 5. Instructor. Class time. Course evaluation. Department of Industrial Engineering

3/3/2014. Sharif University of Technology. Session # 5. Instructor. Class time. Course evaluation. Department of Industrial Engineering Advanced Manufacturing Laboratory Department of Industrial Engineering Sharif University of Technology Session # 5 Instructor Omid Fatahi Valilai, Ph.D. Industrial Engineering Department, Sharif University

More information

Solid Edge ST4 Update Training (Display)

Solid Edge ST4 Update Training (Display) Solid Edge ST4 Update Training (Display) Presented By: Steve Webb Topic Middle Mouse Button Rotate Model Edge Display Display Performance View Style Thread and Weld Bead Texture Page 2 Middle Mouse Button

More information

Solid Modeling Lecture Series. Prof. Gary Wang Department of Mechanical and Manufacturing Engineering The University of Manitoba

Solid Modeling Lecture Series. Prof. Gary Wang Department of Mechanical and Manufacturing Engineering The University of Manitoba Solid Modeling 25.353 Lecture Series Prof. Gary Wang Department of Mechanical and Manufacturing Engineering The University of Manitoba Information complete, unambiguous, accurate solid model Solid Modeling

More information

Surfer 3D 3D Tool path Software USER GUIDE

Surfer 3D 3D Tool path Software USER GUIDE Surfer 3D 3D Tool path Software USER GUIDE Larken Automation Inc. October 2003 Table of Contents Surfer 3d Installation System Requirement Installation Software Hacking Copyright Notice Introduction What

More information

CMSC427 Final Practice v2 Fall 2017

CMSC427 Final Practice v2 Fall 2017 CMSC427 Final Practice v2 Fall 2017 This is to represent the flow of the final and give you an idea of relative weighting. No promises that knowing this will predict how you ll do on the final. Some questions

More information

CAD/CAPP Integration using Feature Ontology

CAD/CAPP Integration using Feature Ontology CAD/CAPP Integration using Feature Ontology Christel Dartigues *, Parisa Ghodous **, Michael Gruninger ***, Denis Pallez**, Ram Sriram*** *I3S UNSA-CNRS - 2000, route des lucioles, Les Algorithmes - bât.

More information

Lesson 9. Three-Dimensional Geometry

Lesson 9. Three-Dimensional Geometry Lesson 9 Three-Dimensional Geometry 1 Planes A plane is a flat surface (think tabletop) that extends forever in all directions. It is a two-dimensional figure. Three non-collinear points determine a plane.

More information

Constraint Based Modeling Geometric and Dimensional. ENGR 1182 SolidWorks 03

Constraint Based Modeling Geometric and Dimensional. ENGR 1182 SolidWorks 03 Constraint Based Modeling Geometric and Dimensional ENGR 1182 SolidWorks 03 Today s Objectives Using two different type of constraints in SolidWorks: Geometric Dimensional SW03 In-Class Activity List Geometric

More information

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

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

More information

A Comprehensive Introduction to SolidWorks 2011

A Comprehensive Introduction to SolidWorks 2011 A Comprehensive Introduction to SolidWorks 2011 Godfrey Onwubolu, Ph.D. SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Chapter 2 Geometric Construction Tools Objectives: When

More information

CREO ENGINEER PACKAGES. 3D CAD solutions optimized for your product development tasks

CREO ENGINEER PACKAGES. 3D CAD solutions optimized for your product development tasks CREO ENGINEER PACKAGES 3D CAD solutions optimized for your product development tasks From the smallest product design firm to the largest, manufacturing organizations are under constant pressure to develop

More information

1 - Introduction Training Guide Objectives WorkXplore Environment Importing and Opening CAD Files 5

1 - Introduction Training Guide Objectives WorkXplore Environment Importing and Opening CAD Files 5 Table Of Contents 1.1 - Training Guide Objectives Table Of Contents 1 - Introduction 3 1.1 - Training Guide Objectives... 3 1.2 - WorkXplore Environment... 3 2 - Importing and Opening CAD Files 5 2.1 -

More information

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns

Three-Dimensional Reconstruction from Projections Based On Incidence Matrices of Patterns Available online at www.sciencedirect.com ScienceDirect AASRI Procedia 9 (2014 ) 72 77 2014 AASRI Conference on Circuit and Signal Processing (CSP 2014) Three-Dimensional Reconstruction from Projections

More information

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10

Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 Torsional-lateral buckling large displacement analysis with a simple beam using Abaqus 6.10 This document contains an Abaqus tutorial for performing a buckling analysis using the finite element program

More information

Test Suite for the CAD work package of the STEP AP242 Benchmark #2

Test Suite for the CAD work package of the STEP AP242 Benchmark #2 Test Suite for the CAD work package of the STEP AP242 Benchmark #2 February 2016 October 2016 April 15th, 2016 Contacts Kevin Le Tutour Boost Conseil 30 rue de Miromesnil 75008 Paris /France kevin.letutour@boost-conseil.com

More information

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Overview: Parametric Modeling In this lesson, you learn the basic principles of

More information

Chapter 6 Some Applications of the Integral

Chapter 6 Some Applications of the Integral Chapter 6 Some Applications of the Integral More on Area More on Area Integrating the vertical separation gives Riemann Sums of the form More on Area Example Find the area A of the set shaded in Figure

More information

The interfacing software named PSG Slice has been developed using the. computer programming language C. Since, the software has a mouse driven

The interfacing software named PSG Slice has been developed using the. computer programming language C. Since, the software has a mouse driven CHAPTER 6 DEVELOPMENT OF SLICING MODULE FOR RAPID PROTOTYPING MACHINE 6.1 INTRODUCTION The interfacing software named PSG Slice has been developed using the computer programming language C. Since, the

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

Topology and Boundary Representation. The ACIS boundary representation (B-rep) of a model is a hierarchical decomposition of the model s topology:

Topology and Boundary Representation. The ACIS boundary representation (B-rep) of a model is a hierarchical decomposition of the model s topology: Chapter 6. Model Topology Topology refers to the spatial relationships between the various entities in a model. Topology describes how geometric entities are connected (connectivity). On its own, topology

More information