VBA for AutoCAD 2002:

Size: px
Start display at page:

Download "VBA for AutoCAD 2002:"

Transcription

1 VBA for AutoCAD 2002: Writing AutoCAD Macros JEFFREY E. CLARK Prentice Hall PTR Upper Saddle River, NJ com

2 '^J-? CONTENTS PREFACE xxi ACKNOWLEDGMENTS xxix Part One: The AutoCAD VBA Environment 1 CHAPTER 1 Taking Control of AutoCAD 3 Components and Automation 4 The Foundation 4 A High-Level View 8 Details 9 Creating a Drawing with Visual Basic 12 Setting Available References 14 Writing the Procedure 14 vii

3 viii Contents More About Components 16 AutoCAD Inheritance 16 Method, Property, and Event Matrices 17 SummingUp CHAPTER 2 The VBA Environment 21 Creating and Editing Your Macros 22 Design Windows 23 Debugging Windows 25 Managing and Running Your Macros 31 VBA Manager 31 Open VBA Project 33 Macros Dialog 33 AutoCAD Command Line 36 SummingUp CHAPTER 3 DXF: Key to the Drawing Structure 39 DXF Format 40 Objects and Classes 41 Fixed Group Codes 41 Variable Group Codes 43 Subclass Markers 45 Looking at Your Drawing with VBA 45 GetSubclass Reads a DWG File 47 DXFsearch Reads a DXF File 50 AutoLISP and VBA 54 Advantages of VBA 56 VBA Utility 57 SummingUp... 57

4 CHAPTER 4 Elements of the Object Model 59 Automation Interfaces 59 Application Object 61 Documents Collection 61 ModelSpace and PaperSpace 62 Table Collections 64 Object Collections 65 Document Object and Entities 66 Preferences Object 69 Custom Menüs and Toolbars 71 MenuBar Collection 72 MenuGroups Collection 72 SummingUp Part Two: Using the AutoCAD Object Model 75 CHAPTER 5 Documents and the User Interface 77 Methods and Properties 79 File Management 80 Creating a Drawing File 81 Opening, Saving, and Closing a Drawing 82 WBlock 87 Exporting and Importing Files 87 Otlier File Management Tools 88 ix

5 x Contents User Interface 90 Windows 90 Zooming 94 Named Views 96 Viewports 97 Hyperlinks 106 AutoCAD Enums 108 Method, Property, and Event Matrices 109 Summing Up CHAPTER 6 Collections and Objects 119 Application Object 119 Methods 120 Properties 120 Document Object 122 Methods 122 Properties 125 Collections 130 Managing Collections 132 Methods 132 Properties 135 Table Collections 138 Layers 138 LayerStateManager 140 Linetypes 143 Registered Applications 144 TextStyles 144 User Coordinate Systems 146 Method, Property, and Event Matrices 148 Summing Up

6 CHAPTER 7 Utility Objects 157 SelectionSets, Filters, and Groups 158 SelectionSets 158 Filters 165 Groups 166 Utility Object 167 Data Acquisition 168 Data Conversion 177 Internet Access 183 Dictionaries and the XRecord 187 Method, Property, and Event Matrices 188 Summing Up CHAPTER 8 Blocks and External References 193 Blocks 194 Accessing Block Objects 194 Accessing Block References 200 Attributes and Attribute References 201 Properties 202 Block with Data 203 MInsertBlock 208 Properties 209 Database 210 CopyObjects Method 211 Database Properties 213 External References 214 Methods 214 Redefining XRefs 217 Layouts 220 Method, Property, and Event Matrices 220 Summing Up xi

7 xii Contents CHAPTER 9 Entities 229 Common Methods and Properties 229 Definitions 230 3DFace 231 Methods 231 Property 231 3DPoly 234 Method 234 Properties 234 Are 236 Properties 236 Circle 238 Properties 239 Ellipse 241 Properties 241 Hatch 243 Methods 243 Properties 244 LightWeightPolyline 247 Methods 247 Properties 247 Line 250 Properties 250 MLine 252 Properties 252 MText 256 Properties 256 Point 258 PolyfaceMesh 260 Properties 261

8 PolygonMesh (3DMesh) 265 Method 265 Properties 265 Polyline 271 Methods 271 Properties 271 Raster 274 Method 274 Properties 274 Ray 277 Properties 277 Region 279 Method 280 Properties 280 Shape 282 Method 283 Properties 283 Solid 285 Spline 287 Methods 287 Properties 288 Text 291 Properties 291 Trace 294 XLine 296 Properties 297 Entity Methods, Properties, and Events 298 Summing Up xiii

9 xiv Contents CHAPTER 10 Solids 305 Box 306 Cone 308 Cylinder 310 EllipticalCone 311 EllipticalCylinder 312 ExtrudedSolid 314 ExtrudedSolidAlongPath 316 RevolvedSolid 318 Sphere 320 Torus 321 Wedge 322 Solid Editing Methods 323 Mass Properties 329 Summing Up CHAPTER 11 Dimensions 335 Concepts 336 Dimension Style Manager 336 Dimension Variables, Styles, and Overrides 339 Associativity 340 Dimension Types 340 Dim3PointAngular 341 DimAligned 343 DimAngular 345 DimDiametric 346 DimOrdinate 348 DimRadial 350 DimRotated 351 Leader 353 Tolerance 356

10 Dimensioning Properties 359 Lines and Arrows 361 Text 363 Fit 364 Primary Units 365 Alternate Units 366 Tolerances 367 Other Dimensioning Properties 368 Orphan DimVars 370 Dimension Methods, Properties, and Events 371 Summing Up CHAPTER 12 Editing 377 Editing Methods 378 Array 378 Copy 381 Explode 382 GetBoundingBox 383 IntersectWith 384 Mirror 386 Move 387 Offset 388 Rotate 389 ScaleEntity 390 TransformBy 392 Undo 395 Information Properties 396 Accessing the Command Line 402 Related Methods, Properties, and Procedures 403 Summing Up xv

11 CHAPTER 13 AutoCAD Events 407 Application Events 408 Application-Level Events 410 Document Events 411 AcadDocument Event Handlers 412 Document-Level Events 412 Object Events 414 Event Handler Caveats 417 Summing Up CHAPTER 14 Forms and Controls 421 Command Events 424 Form Events 427 Tab Order 428 The Relative Utility 429 Relative Module 430 frmrelative Form 436 Control Methods and Properties 443 Summing Up CHAPTER 15 PaperSpace and Plotting 449 Plotting Interface 449 Plot Style Tables 449 Plotter Configurations 450 PaperSpace Layouts 450 System Settings 451 PlotConfiguration and Layout Objects 452 PlotConfigurations 452 Layouts 454 Common Methods and Properties 456 xvi

12 PaperSpace Viewports 468 Methods 469 Properties 469 Plot Object 470 Methods 470 Properties 471 BatchPlot 472 FrmPlotFiles 472 BatchPlot 483 Plotting Methods and Properties 489 Summing Up CHAPTER 16 Preferences 497 Programming Style 498 Files 499 Methods 499 Properties 499 Display 501 Display Performance 501 Display Resolution 503 Layout Elements 503 Window Elements 503 Open and Save 505 External References 505 File Safety Precautions 506 File Open and Save 507 ObjectARX Applications 507 Plotting (Output) 508 Default Plot Settings for New Drawings 509 Default Style Behavior for New Drawings 509 General Plot Options 509 xvii

13 CHAPTER 17 Menüs 529 System 510 Database Connect Options 511 General Options 511 User Preferences 512 AutoCAD DesignCenter 512 Hyperlink 513 Lineweight Settings 514 Object Sorting Properties 515 Priority for Coordinate Data Entry 515 Windows Standard Behavior 515 Drafting 517 AutoSnap 517 AutoTrack 518 Selection 518 Grips 518 Selection Modes and Pickbox 520 Profiles 520 Methods 520 Preferences Methods, Properties, and Events 522 Summing Up Custom Menüs and Toolbars 530 Looking at the Menü Structure 532 Methods 534 Properties 537 Popup Menüs 539 Toolbars 542 Saving Your Customizations 545 Method and Property Matrices 547 Summing Up xviii

14 Part Three: Gommunicating with Other Applications and the Internet 551 CHAPTER 18 Extensibility 553 Extended Entity Data 553 Methods 554 Working with Polylines and XData 557 VBA Interface 574 Methods 574 Properties 576 Running VBA Remotely 576 Zero Document State 578 ARX Applications 578 Methods 578 Summing Up CHAPTER 19 The Facility Project 581 Microsoft Access Database 581 Tables, Keys, and Integrity Constraints 582 Designing the User Dialog 585 Developing the Queries behind the Dialog 586 AutoCAD/Access Interface 593 cbogroup_change 596 lstdepartment_afterupdate 598 lstprogdetail_click 599 Space Allocation 601 Summing Up xix

15 CHAPTER 20 The DWF Object Model 607 Drawing Web Format 608 File Structure 608 Opcodes 610 Logical Coordinates 611 Excel Reader Application 611 XLocate 611 XLdwf 614 Whip! Object Reference 623 General Methods and Properties 623 Other Collections and Objects 632 Intrinsic Whip! Events 633 Whip! Methods and Properties 634 Summing Up Appendices 639 APPENDIX A System Variables 639 APPENDIX B Enums 665 APPENDIX C Object Inheritance 675 APPENDIX D DXF Formatting Utility 681 INDEX 707 XX

ZWCAD 2017 Official PRODCUT RELEASE NOTES ZWCAD PRODUCT TEAM ZWSOFT 2016/6/29

ZWCAD 2017 Official PRODCUT RELEASE NOTES ZWCAD PRODUCT TEAM ZWSOFT 2016/6/29 ZWCAD 2017 Official PRODCUT RELEASE NOTES ZWCAD PRODUCT TEAM ZWSOFT 2016/6/29 Contents 1 Overview... 2 2 Main Features... 2 2.1 Open & Save... 2 2.2 Create CAD Entities... 3 2.3 Create Database Objects...

More information

Setting Up Your Drawing Environment

Setting Up Your Drawing Environment Setting Up Your Drawing Environment In This Chapter 3 After you start a drawing, you can change its settings, including drawing units and limits, snap and grid settings, and layer, linetype, and lettering

More information

Table of contents. What is new in Advance CAD 2016

Table of contents. What is new in Advance CAD 2016 What's New in Advance CAD 2016 Table of contents NEWS... 5 1: New feel for the interface... 5 2: New and improved Help Documentation... 5 3: TRANSPARENCY property added... 5 4: ETRANSMIT command included...

More information

AutoCAD for Engineers and Designers, 21st Edition. (3D and Advanced)

AutoCAD for Engineers and Designers, 21st Edition. (3D and Advanced) AutoCAD 2015 for Engineers and Designers, 21st Edition (3D and Advanced) CADCIM Technologies 525 St. Andrews Drive Schererville, IN 46375, USA (www.cadcim.com) Contributing Author Sham Tickoo Professor

More information

Introduction to Creo Elements/Direct 19.0 Modeling

Introduction to Creo Elements/Direct 19.0 Modeling Introduction to Creo Elements/Direct 19.0 Modeling Overview Course Code Course Length TRN-4531-T 3 Day In this course, you will learn the basics about 3-D design using Creo Elements/Direct Modeling. You

More information

Class #2 Lab: Basic CAD Skills & Standards. Basic AutoCAD Interface AutoCAD Skills AutoCAD Standards

Class #2 Lab: Basic CAD Skills & Standards. Basic AutoCAD Interface AutoCAD Skills AutoCAD Standards Class #2 Lab: Basic CAD Skills & Standards 1230 Building Tech II NYC College of Technology Professor: Daniel Friedman AIA LEED AP Fall 2012 Paperspace/ Layouts Paperspace Paperspace Paperspace Paperspace

More information

Excel Programming with VBA (Macro Programming) 24 hours Getting Started

Excel Programming with VBA (Macro Programming) 24 hours Getting Started Excel Programming with VBA (Macro Programming) 24 hours Getting Started Introducing Visual Basic for Applications Displaying the Developer Tab in the Ribbon Recording a Macro Saving a Macro-Enabled Workbook

More information

Chapter 16 - Blocks and Block Attributes. by Paul Richard and Jim Fitzgerald

Chapter 16 - Blocks and Block Attributes. by Paul Richard and Jim Fitzgerald Chapter 16 - Blocks and Block Attributes by Paul Richard and Jim Fitzgerald Create and insert blocks Understand the difference between a block definition and a block reference Explore the different types

More information

AutoCAD D. Introduction to computer

AutoCAD D. Introduction to computer AutoCAD 2010 2D Introduction to computer Introduction to AutoCAD Screen Layout. Limits, Units Dsettings (Isoplane, Snap) Line,Circle,Arc, Erase, New, Open, Save, Save as Qnew Open Close Quit Polygon Move

More information

Mathematics Shape and Space: Polygon Angles

Mathematics Shape and Space: Polygon Angles a place of mind F A C U L T Y O F E D U C A T I O N Department of Curriculum and Pedagogy Mathematics Shape and Space: Polygon Angles Science and Mathematics Education Research Group Supported by UBC Teaching

More information

CADMANAGERTOOLS.COM. LayoutManager 4.1. Layout Management tool for AutoCAD and Verticals

CADMANAGERTOOLS.COM. LayoutManager 4.1. Layout Management tool for AutoCAD and Verticals CADMANAGERTOOLS.COM LayoutManager 4.1 Layout Management tool for AutoCAD and Verticals Compatible with AutoCAD 2013 to 2018 LayoutManager Layout tool for AutoCAD Introduction: The LayoutManager is a powerful

More information

AutoCAD. Professional Tips and Techniques. Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL

AutoCAD. Professional Tips and Techniques. Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL AutoCAD Professional Tips and Techniques Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL WILEY PUBLISHING, INC. Introduction xvii Chapter 1 Arranging the AutoCAD User Interface 1 Tweaking Windows

More information

Introduction to Windchill PDMLink 10.2 for the Implementation Team

Introduction to Windchill PDMLink 10.2 for the Implementation Team Introduction to Windchill PDMLink 10.2 for the Implementation Team Overview Course Code Course Length TRN-4262-T 2 Days In this course, you will learn how to complete basic Windchill PDMLink functions.

More information

by Paul Richard and Jim Fitzgerald

by Paul Richard and Jim Fitzgerald Chapter 5 - Drawing Tools and Drafting Settings by Paul Richard and Jim Fitzgerald Richard / Fitzgerald :INTRODUCTION TO AutoCAD 2012 Copyright 2012 Pearson Education, Upper Saddle River, NJ 07458. All

More information

Accessing the Internet

Accessing the Internet Accessing the Internet In This Chapter 23 You can use AutoCAD to access and store AutoCAD drawings and related files on the Internet. This chapter assumes familiarity with basic Internet terminology. You

More information

Introduction to PTC Windchill ProjectLink 11.0

Introduction to PTC Windchill ProjectLink 11.0 Introduction to PTC Windchill ProjectLink 11.0 Overview Course Code Course Length TRN-4756-T 8 Hours In this course, you will learn how to participate in and manage projects using Windchill ProjectLink

More information

CADMANAGERTOOLS.COM. BatchInDatabase 4.0. Automated Batch process tool for AutoCAD and Verticals

CADMANAGERTOOLS.COM. BatchInDatabase 4.0. Automated Batch process tool for AutoCAD and Verticals CADMANAGERTOOLS.COM BatchInDatabase 4.0 Automated Batch process tool for AutoCAD and Verticals Compatible with AutoCAD 2013 to 2018 BatchInDatabase - Batch process for AutoCAD Introduction: The BatchInDatabase

More information

ACTIVEX AND VBA DEVELOPER S GUIDE

ACTIVEX AND VBA DEVELOPER S GUIDE ACTIVEX AND VBA DEVELOPER S GUIDE 00120-010000-5180 March 12, 1999 Copyright 1999 Autodesk, Inc. All Rights Reserved AUTODESK, INC. MAKES NO WARRANTY, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED

More information

Update to Creo Parametric 4.0 from Creo Parametric 2.0

Update to Creo Parametric 4.0 from Creo Parametric 2.0 Update to Creo from Creo Parametric 2.0 Overview Course Code Course Length TRN-5125-T 16 Hours In this course, you will learn how to utilize the variety of functionality enhancements in Creo. You will

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

Autodesk ISI ACADEMY. ISI Academy for Autodesk AutoCAD 2014

Autodesk ISI ACADEMY. ISI Academy for Autodesk AutoCAD 2014 ISI ACADEMY Autodesk Starting AutoCAD Understanding Activation Introducing the Customer Involvement Program Introducing the AutoCAD Welcome Screen Understanding the Performance Tuner Understanding How

More information

To change the shape of a floating toolbar

To change the shape of a floating toolbar Modifying toolbars You can change the size of toolbar buttons and reposition, add, or delete toolbar buttons. You can also change the toolbar name and turn tooltips on and off. An important item to note-

More information

Introduction to PTC Windchill PDMLink 11.0 for the Implementation Team

Introduction to PTC Windchill PDMLink 11.0 for the Implementation Team Introduction to PTC Windchill PDMLink 11.0 for the Implementation Team Overview Course Code Course Length TRN-4752-T 16 Hours In this course, you will learn how to complete basic Windchill PDMLink functions.

More information

progecad s exceptional efficiency is guaranteed by its total integration in the Microsoft Windows environment.

progecad s exceptional efficiency is guaranteed by its total integration in the Microsoft Windows environment. High compatibility with AutoCAD * progecad's original format is DWG. This ensures unrivaled compatibility with AutoCAD without any need for file conversion or any danger of information loss. (Support for

More information

Introduction to PTC Windchill PDMLink 11.0 for Heavy Users

Introduction to PTC Windchill PDMLink 11.0 for Heavy Users Introduction to PTC Windchill PDMLink 11.0 for Heavy Users Overview Course Code Course Length TRN-4751-T 16 Hours In this course, you will learn how to complete the day-to-day functions that enable you

More information

AutoCAD 14. Answers! Certified Tech Support. Ellen Finkelstein

AutoCAD 14. Answers! Certified Tech Support. Ellen Finkelstein AutoCAD 14 Answers! Certified Tech Support Ellen Finkelstein Osborne McGraw-Hill Berkeley New York St. Louis San Francisco Auckland Bogota Hamburg London Madrid Mexico City Milan Montreal New Delhi Panama

More information

ZWCAD 2011 Provides you with the most cost-effective solution for the entire workflow, from the very beginning to the very end of your projects, with

ZWCAD 2011 Provides you with the most cost-effective solution for the entire workflow, from the very beginning to the very end of your projects, with ZWCAD 2011 Provides you with the most cost-effective solution for the entire workflow, from the very beginning to the very end of your projects, with innovative,, collaborative, and customizable features

More information

BMEGUI Tutorial 1 Spatial kriging

BMEGUI Tutorial 1 Spatial kriging BMEGUI Tutorial 1 Spatial kriging 1. Objective The primary objective of this exercise is to get used to the basic operations of BMEGUI using a purely spatial dataset. The analysis will consist in an exploratory

More information

CADopia Reviewer s Guide

CADopia Reviewer s Guide CADopia Reviewer s Guide Contents CADopia An Introduction... 3 Customer Profiles... 4 Key Features... 5 Standard DWG file format... 5 Familiar User Interface... 5 Easy to learn & use... 5 Comprehensive

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

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE

Using Inspiration 7 I. How Inspiration Looks SYMBOL PALETTE Using Inspiration 7 Inspiration is a graphic organizer application for grades 6 through adult providing visual thinking tools used to brainstorm, plan, organize, outline, diagram, and write. I. How Inspiration

More information

GstarCAD Complete Features Guide

GstarCAD Complete Features Guide GstarCAD 2017 Complete Features Guide Table of Contents Core Performance Improvement... 3 Block Data Sharing Process... 3 Hatch Boundary Search Improvement... 4 New and Enhanced Functionalities... 5 Table...

More information

All of these Charts are Helpful but the real test is to download a fully functional 30 day Trial Copy and see for yourself. AutoCAD.

All of these Charts are Helpful but the real test is to download a fully functional 30 day Trial Copy and see for yourself. AutoCAD. GstarCAD vs AutoCAD & Native IntelliCAD All of these Charts are Helpful but the real test is to download a fully functional 30 day Trial Copy and see for yourself GstarCAD AutoCAD Native IntelliCAD Features

More information

COPYRIGHTED MATERIAL. Index

COPYRIGHTED MATERIAL. Index 4397Indx.fm Page 367 Tuesday, March 15, 2005 2:10 PM Index Note to the reader: Throughout this index boldfaced page numbers indicate primary discussions of a topic. Italicized page numbers indicate illustrations.

More information

Introduction to AutoCAD 2008

Introduction to AutoCAD 2008 Introduction to AutoCAD 2008 This page intentionally left blank Introduction to AutoCAD 2008 2D and 3D Design Alf Yarwood AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO

More information

Table of Contents COPYRIGHTED MATERIAL. Introduction Book I: Excel Basics Chapter 1: The Excel 2013 User Experience...

Table of Contents COPYRIGHTED MATERIAL. Introduction Book I: Excel Basics Chapter 1: The Excel 2013 User Experience... Table of Contents Introduction... 1 About This Book...1 Foolish Assumptions...2 How This Book Is Organized...3 Book I: Excel Basics...3 Book II: Worksheet Design...3 Book III: Formulas and Functions...4

More information

Welcome to AutoCAD 2018

Welcome to AutoCAD 2018 Welcome to AutoCAD 2018 Drawing File Format AutoCAD 2018 comes with a drawing file format change. Previously, the AutoCAD 2013 Drawing File Format has been used. As you can see in the screenshot, the text

More information

Importing and Exporting FilesChapter1:

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

More information

Importing and Exporting FilesChapter1:

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

More information

HS Autodesk. Press. Thomson Learrang

HS Autodesk. Press. Thomson Learrang zzprogjra m m i n g ziajatöcad 2 0 0 0 "Ü ing^>bjectarx TM HS Autodesk Press Thomson Learrang Africa Australia Canada Denmark Japan Mexico New Zealand Philippines Puerto Rico Singapore Spain United Kingdom

More information

GstarCAD 2018 Complete Features Guide

GstarCAD 2018 Complete Features Guide 0 GstarCAD 2018 Complete Features Guide 1. Performance optimization... 4 1.1 Common File Operation... 4 1.2 Common Editing Operation... 4 2. Editing Functions Optimization... 5 2.1 Array Options New...

More information

AutoCAD Preview Guide

AutoCAD Preview Guide AutoCAD 2006 Preview Guide Migration is easy, deployment is simple, and intuitive new features make learning a snap. New drafting and annotation tools such as Dynamic Blocks and enhanced hatching eliminate

More information

Surfacing using Creo Parametric 3.0

Surfacing using Creo Parametric 3.0 Surfacing using Creo Parametric 3.0 Overview Course Code Course Length TRN-4506-T 3 Days In this course, you will learn how to use various techniques to create complex surfaces with tangent and curvature

More information

Certificate Program. Introduction to Microsoft Excel 2013

Certificate Program. Introduction to Microsoft Excel 2013 Certificate Program We offer online education programs designed to provide the workforce skills necessary to enter a new field or advance your current career. Our Online Career Training Programs in the

More information

Layer Filters. Sacramento City College Engineering Design Technology. Layer Filters 1

Layer Filters. Sacramento City College Engineering Design Technology. Layer Filters 1 Layer Filters Sacramento City College Engineering Design Technology Layer Filters 1 Layer Filters A large number of layers in a drawing Is cumbersome to use when all layers are displayed. Layer filters

More information

Table of content CONTENT OF THE TRAINING PACKAGE... 1 MODULE 1: UNDERSTANDING A DWG-DRAWING... 2

Table of content CONTENT OF THE TRAINING PACKAGE... 1 MODULE 1: UNDERSTANDING A DWG-DRAWING... 2 V14 Basic Training Table of content CONTENT OF THE TRAINING PACKAGE... 1 1 Documentation... 1 2 Exercises... 1 3 Software... Fout! Bladwijzer niet gedefinieerd. MODULE 1: UNDERSTANDING A DWG-DRAWING...

More information

Managing Content with AutoCAD DesignCenter

Managing Content with AutoCAD DesignCenter Managing Content with AutoCAD DesignCenter In This Chapter 14 This chapter introduces AutoCAD DesignCenter. You can now locate and organize drawing data and insert blocks, layers, external references,

More information

Quick Reference AutoCAD Release 2004

Quick Reference AutoCAD Release 2004 www.hyperpics.com Quick Reference AutoCAD Release 2004 Keyboard Shortcuts Drag 'n Drop Command Shortcuts (or Aliases) Object Selection Methods Object Snaps Coordinate System Autodesk, the Autodesk logo,

More information

Contents. Excel 2013 Workbook... 1 Starting Excel The Startup Screen... 3 The Excel Screen... 4 Quick Access Toolbar...

Contents. Excel 2013 Workbook... 1 Starting Excel The Startup Screen... 3 The Excel Screen... 4 Quick Access Toolbar... Contents How to Use this Workbook... i BSBITU202A Create and use spreadsheets... ii BSBITU304A Produce spreadsheets... ix Files Used in this Workbook... xvi How to Download Exercise Files... xviii Office

More information

Files Pro Std Com LT. Interface Pro Std Com LT. Selection, Snap & Track Pro Std Com LT. Dimensions Pro Std Com LT

Files Pro Std Com LT. Interface Pro Std Com LT. Selection, Snap & Track Pro Std Com LT. Dimensions Pro Std Com LT Files Pro Std Com LT 32-bit / 64-bit Support.dwg/.dxf for AutoCAD version 2.5 to latest.pat,.shx,.lin and etc Password Protection and Digital Signatures File Recover and Audit Purge Etransmit Sheet Set

More information

AutoCAD LT Preview Guide.

AutoCAD LT Preview Guide. AutoCAD LT 2008 Preview Guide www.autodesk.com/autocadlt Contents Introduction... 3 Participating in the Customer Involvement Program... 3 User Interface... 4 Managing Workspaces... 4 Using the Dashboard...

More information

core-css.book Page i Sunday, January 9, :18 PM CORE CSS

core-css.book Page i Sunday, January 9, :18 PM CORE CSS CORE CSS Prentice Hall PTR Core Series Core Visual Basic 5, Cornell & Jezak Core Web Programming, Hall Core Java Foundation Classes, Topley Core Java Networking, Niemeyer Core CSS, Schengili-Roberts CORE

More information

Las Vegas, Nevada November 27-30, 2001

Las Vegas, Nevada November 27-30, 2001 Las Vegas, Nevada November 27-30, 2001 Speaker Name: LeAnne C. Thurmond Project Automation Services Fluor Daniel 100 Fluor Daniel Drive Greenville, SC 29607 USA Phone: 864-281-6855 Fax: 864-895-8161 leanne.thurmond@fluor.com

More information

BricsCAD Pro adds 3D Modeling and access to the full suite of programming tools.

BricsCAD Pro adds 3D Modeling and access to the full suite of programming tools. CAD plus d.o.o. Sarajevo nudi rješenje za projektovanje www.cadplus.ba info@cadplus.ba BricsCAD Editions Our multi-faceted CAD platform comes in three editions: Classic, Pro, and Platinum. BricsCAD Classic

More information

Autodesk Topobase : Best Practices for Working with DWG

Autodesk Topobase : Best Practices for Working with DWG Autodesk Topobase : Best Practices for Working with DWG 2010 Autodesk, Inc. All rights reserved. NOT FOR DISTRIBUTION. The contents of this guide were created for use with Autodesk Topobase 2010 with Update

More information

"Charting the Course... SharePoint 2007 Hands-On Labs Course Summary

Charting the Course... SharePoint 2007 Hands-On Labs Course Summary Course Summary Description This series of 33 hands-on labs allows students to explore the new features of Microsoft SharePoint Server, Microsoft Windows, Microsoft Office, including Microsoft Office Groove,

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

AutoCAD 2013 Tutorial - Second Level: 3D Modeling

AutoCAD 2013 Tutorial - Second Level: 3D Modeling AutoCAD 2013 Tutorial - Second Level: 3D Modeling Randy H. Shih SDC PUBLICATIONS Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Visit the following websites to

More information

Acknowledgments Introduction. Chapter 1: Introduction to Access 2007 VBA 1. The Visual Basic Editor 18. Testing Phase 24

Acknowledgments Introduction. Chapter 1: Introduction to Access 2007 VBA 1. The Visual Basic Editor 18. Testing Phase 24 Acknowledgments Introduction Chapter 1: Introduction to Access 2007 VBA 1 What Is Access 2007 VBA? 1 What s New in Access 2007 VBA? 2 Access 2007 VBA Programming 101 3 Requirements-Gathering Phase 3 Design

More information

progecad 2013 Professional

progecad 2013 Professional progecad 2013 Professional progecad 2013 Professional progecad 2013: up to 20 times faster in Open and Save. Another real "CAD evolution". Download Buy progecad 2013 Professional: a stable, fully-functional,

More information

PROBLEM SOLVING WITH FORTRAN 90

PROBLEM SOLVING WITH FORTRAN 90 David R. Brooks PROBLEM SOLVING WITH FORTRAN 90 FOR SCIENTISTS AND ENGINEERS Springer Contents Preface v 1.1 Overview for Instructors v 1.1.1 The Case for Fortran 90 vi 1.1.2 Structure of the Text vii

More information

AutoCAD VBA Programming

AutoCAD VBA Programming AutoCAD VBA Programming TOOLS AND TECHNIQUES John Gibband Bill Kramer Freeman fbooks San Francisco Table of Contents Introduction Chapter 1: The AutoCAD VBA Environment 1 AutoCAD Programming Solutions

More information

CONTENTS IN DETAIL. What s in This Book?... xx Who Is This Book For?... xx

CONTENTS IN DETAIL. What s in This Book?... xx Who Is This Book For?... xx CONTENTS IN DETAIL ACKNOWLEDGMENTS xvii INTRODUCTION xix What s in This Book?... xx Who Is This Book For?... xx 1 INKSCAPE AND THE WORLD 1.1 What Vector Graphics Is and Why It Matters... 1.2 What Can You

More information

II.1 Running a Crystal Report from Infoview

II.1 Running a Crystal Report from Infoview Page 1 of 9 Last Updated: September 2007 This document describes how to run a crystal report from Infoview. The basics of running a report are the same for any report, however the parameters will vary

More information

PYTHON. p ykos vtawynivis. Second eciitiovl. CO Ve, WESLEY J. CHUN

PYTHON. p ykos vtawynivis. Second eciitiovl. CO Ve, WESLEY J. CHUN CO Ve, PYTHON p ykos vtawynivis Second eciitiovl WESLEY J. CHUN. PRENTICE HALL Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Paris Madrid Capetown Sydney

More information

The AutoCAD Technical Reference

The AutoCAD Technical Reference The AutoCAD Technical Reference RALPH GRABOWSKI - DELMAR PUBLISHERS INC. Table of Contents Introduction The Purpose of This Book Successful CAD Though Better Technique The Audience for This Book The Organization

More information

COMPUTER AIDED DESIGN CURRICULLOM RHINO BASED 3D DESIGN

COMPUTER AIDED DESIGN CURRICULLOM RHINO BASED 3D DESIGN COMPUTER AIDED DESIGN CURRICULLOM RHINO BASED 3D DESIGN S.no. CONTENTS Page no S. no. CONTENTS PAGE no. 1. Introduction 1 2. Necessary of Rhino in Designing 2 3. Working with 3D Models 3 4. Object Types

More information

Mechanism Design using Creo Parametric 3.0

Mechanism Design using Creo Parametric 3.0 Mechanism Design using Creo Parametric 3.0 Overview Course Code Course Length TRN-4521-T 1 Day In this course, you will learn about creating mechanism connections, configuring the mechanism model, creating

More information

Object Snap. Sacramento City College Engineering Design Technology. Object Snap 1

Object Snap. Sacramento City College Engineering Design Technology. Object Snap 1 Object Snap Sacramento City College Engineering Design Technology Object Snap 1 Objectives Use OSNAP to create precision drawings Use object snap overrides for single point selections Set running object

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

SAP' ABAP. Handbook. Kogent Learning Solutions, Inc. Sudbury, Massachusetts JONES AND BARTLETT PUBLISHERS BOSTON TORONTO LONDON SINUAPORI:

SAP' ABAP. Handbook. Kogent Learning Solutions, Inc. Sudbury, Massachusetts JONES AND BARTLETT PUBLISHERS BOSTON TORONTO LONDON SINUAPORI: SAP' ABAP Handbook Kogent Learning Solutions, Inc. JONES AND BARTLETT PUBLISHERS Sudbury, Massachusetts BOSTON TORONTO LONDON SINUAPORI: Table of Contents Introduction xxi About This Book How to Use This

More information

Beginning Microsoft Office 2010

Beginning Microsoft Office 2010 Beginning Microsoft Office 2010 IB I IP TECHNISCHI= ^\ 'NFORMATIONSBIBLIOTHEK UNIVERSITATSBIBLIOTHEK HANNOVER Guy Hart-Davis Apress* TIB/UB Hannover 89 133 299 783 ill! IWIlilltllw i ttis f0k^fsll^»m*r~

More information

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page.

CITY UNIVERSITY OF NEW YORK. Creating a New Project in IRBNet. i. After logging in, click Create New Project on left side of the page. CITY UNIVERSITY OF NEW YORK Creating a New Project in IRBNet i. After logging in, click Create New Project on left side of the page. ii. Enter the title of the project, the principle investigator s (PI)

More information

AutoCAD & CADPIPE Electrical Template Drawing Setup

AutoCAD & CADPIPE Electrical Template Drawing Setup AutoCAD & CADPIPE Electrical Template Drawing Setup Setting up a template drawing ensures that when starting a new drawing the AutoCAD and CADPIPE settings are all setup and will be consistent in all drawings.

More information

AutoCAD 2018 and AutoCAD LT 2018 Preview Guide

AutoCAD 2018 and AutoCAD LT 2018 Preview Guide AutoCAD 2018 and AutoCAD LT 2018 Preview Guide Stay at the forefront of the design world with the new features in Autodesk AutoCAD 2018 software. Create and share precise drawings with innovative productivity

More information

Appendix A General Information

Appendix A General Information Appendix A General Information Symbols/Blocks (for Main Extensions only) Note: Dynamic blocks do not work with Civil 3D styles. Rotate symbols to the proper orientation. INCORRECT CORRECT Adjust the hydrant

More information

Product Overview 8 System Requirements... 8 Installing Site Manager... 9 Authorizing Site Manager... 13

Product Overview 8 System Requirements... 8 Installing Site Manager... 9 Authorizing Site Manager... 13 Product Overview 8 System Requirements... 8 Installing Site Manager... 9 Authorizing Site Manager... 13 File Commands...15 Project, Set Data Directory... 15 Drawing Explorer... 15 Project Explorer... 18

More information

Layout and display. STILOG IST, all rights reserved

Layout and display. STILOG IST, all rights reserved 2 Table of Contents I. Main Window... 1 1. DEFINITION... 1 2. LIST OF WINDOW ELEMENTS... 1 Quick Access Bar... 1 Menu Bar... 1 Windows... 2 Status bar... 2 Pop-up menu... 4 II. Menu Bar... 5 1. DEFINITION...

More information

Digging Into Autodesk Map 3D 2005 Level 1 Training Rick Ellis Michael Carris Russell Martin

Digging Into Autodesk Map 3D 2005 Level 1 Training Rick Ellis Michael Carris Russell Martin Digging Into Autodesk Map 3D 2005 Level 1 Training Rick Ellis Michael Carris Russell Martin PO Box 344 Canby Oregon 97013 www.cadapult-software.com training@cadapult-software.com (503) 829-8929 Copyright

More information

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.3 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 33. This

More information

Opening From Web Server 1-14 Appending Files 1-14 Merging Files 1-15 Scene Statistics 1-16

Opening From Web Server 1-14 Appending Files 1-14 Merging Files 1-15 Scene Statistics 1-16 Table of Contents xi TABLE OF CONTENTS Dedication Foreword Acknowledgements About the Author Accessing Tutorial Files Free Teaching Resources for Faculty Accessing the Videos of the Tutorials in this Textbook

More information

Controlling the Drawing Display

Controlling the Drawing Display Controlling the Drawing Display In This Chapter 8 AutoCAD provides many ways to display views of your drawing. As you edit your drawing, you can control the drawing display and move quickly to different

More information

Acknowledgments. Chapter 1: Primer in Excel VBA 1. Chapter 2: The Application Object 63

Acknowledgments. Chapter 1: Primer in Excel VBA 1. Chapter 2: The Application Object 63 Acknowledgments Introduction xxi xxiii Chapter 1: Primer in Excel VBA 1 Using the Macro Recorder 2 Recording Macros 2 Running Macros 6 The Visual Basic Editor 8 Other Ways to Run Macros 11 User-Defined

More information

Programming. Principles and Practice Using C++ Bjarne Stroustrup. / Addison-Wesley. Second Edition

Programming. Principles and Practice Using C++ Bjarne Stroustrup. / Addison-Wesley. Second Edition Programming Principles and Practice Using C++ Second Edition Bjarne Stroustrup / Addison-Wesley Upper Saddle River, NJ Boston Indianapolis San Francisco New York Toronto Montreal London Munich Paris Madrid

More information

DTS PAX (Public Access)

DTS PAX (Public Access) DTS PAX (Public Access) I. INTRODUCTION... 1 II. Account Registration.....3 III. My Account...5 IV. My Account Profile......6 V. My Account History...7 VI. My Account - Charge Account.8 VII. Account Login..9

More information

Summary of Contents LIST OF FIGURES LIST OF TABLES

Summary of Contents LIST OF FIGURES LIST OF TABLES Summary of Contents LIST OF FIGURES LIST OF TABLES PREFACE xvii xix xxi PART 1 BACKGROUND Chapter 1. Introduction 3 Chapter 2. Standards-Makers 21 Chapter 3. Principles of the S2ESC Collection 45 Chapter

More information

Blocks reduce drawing size since multiple instances of a block are stored in one definition.

Blocks reduce drawing size since multiple instances of a block are stored in one definition. AGENDA: 1. Blocks and Controlling Block Properties 2. Creating and Inserting Blocks 3. Editing Blocks after Insertion 4. Storing Blocks Blocks A block is a collection of entities, grouped together and

More information

Architectural Drafting Using AutoCAD Creating and Adjusting Tool Palettes

Architectural Drafting Using AutoCAD Creating and Adjusting Tool Palettes Architectural Drafting Using AutoCAD Creating and Adjusting Tool Palettes S u p p l e m e n t a l m a t e r i a l The Tool Palettes window, shown in Figure 1, provides a quick way to access blocks, hatch

More information

Practical File Answer key Class X (402)

Practical File Answer key Class X (402) Practical File Answer key Class X (402) 1) Create a Word Document and write all the steps to do following instructions. a) (i) Click on Indent Option of Paragraph group of Layout Tab. (ii) Set Left to

More information

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.2. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.2 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 31. This

More information

Integrating CAD Data with ArcGIS

Integrating CAD Data with ArcGIS Integrating CAD Data with ArcGIS Agenda An Overview of CAD Drawings CAD Data Structure in ArcGIS Visualization Georeferencing Data Conversion ArcGIS for AutoCAD Q & A CAD Drawings - Overview Widely used

More information

Kate Morrical s Tips and Tricks for Using AutoCAD LT 2011

Kate Morrical s Tips and Tricks for Using AutoCAD LT 2011 Kate Morrical s s and Tricks for Using AutoCAD LT 2011 This table of contents is interactive! Clicking on the section title or page number will bring you right to that section. The User Interface 2 The

More information

Remote Access Guide. https://remote.lghealth.org

Remote Access Guide. https://remote.lghealth.org Remote Access Guide https://remote.lghealth.org Created by: Joshua Steele Revision 1.0 7/14/2015 Table of Contents I. Remote Access using Internet Explorer... 2 II. Remote Access using Google Chrome...

More information

U N I V E R S I T Y O F K E N T U C K Y. efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016

U N I V E R S I T Y O F K E N T U C K Y. efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016 U N I V E R S I T Y O F K E N T U C K Y efacts 2-click Interactive Building Information Map ~ Help Guide ~ Revised January 20, 2016 Contents BUILDING SEARCH... 3 A. FIND A CAMPUS LOCATION... 3 GRAPHICAL

More information

Autodesk User Group International AUGI Training Program (ATP)

Autodesk User Group International AUGI Training Program (ATP) Autodesk User Group International AUGI Training Program (ATP) This course (and every course you are registered for) will only continue if you re-register for it after completing every segment. To do this

More information

AutoCAD Preview Guide.

AutoCAD Preview Guide. AutoCAD 2010 Preview Guide www.autodesk.com/autocad Table of Contents Introduction... 3 User Interface... 3 Initial Setup... 3 Workspaces... 4 Application Menu... 4 Ribbon... 5 Quick Access Toolbar...

More information

ESSENTIAL LibreOffice Tutorials for Teachers

ESSENTIAL LibreOffice Tutorials for Teachers ESSENTIAL LibreOffice Tutorials for Teachers by Bernard John Poole Associate Professor Emeritus University of Pittsburgh at Johnstown Johnstown, PA, USA Copyright Bernard John Poole, 2016 All rights reserved

More information

Acknowledgement INTRODUCTION

Acknowledgement INTRODUCTION Submitted by: 1 Acknowledgement INTRODUCTION Computers are increasingly being used for doing engineering drawings and graphics work because computers allow the graphics designer or the draughtsman to change

More information

GstarCAD Files Pro Std. Interface Pro Std. 32-bit / 64-bit Support. .dwg and.dxf for AutoCAD version 2.5 to pat,.shx,.

GstarCAD Files Pro Std. Interface Pro Std. 32-bit / 64-bit Support. .dwg and.dxf for AutoCAD version 2.5 to pat,.shx,. Files Pro Std 32-bit / 64-bit Support.dwg and.dxf for AutoCAD version 2.5 to 2016.pat,.shx,.lin and etc Password Protection and Digital Signatures File Recover and Audit Purge Etransmit Sheet Set Manager

More information

The AutoCAD Workbench

The AutoCAD Workbench The AutoCAD Workbench ~ 2nd Edition ~ Tips & Insights for Maximizing your AutoCAD Productivity A Compilation of AutoCAD Insights from Michael's Corner & the AutoCAD Toolbelt Seminars Written and compiled

More information