GEN9638: Forensic CADology: When Good DWG Files Go Bad

Size: px
Start display at page:

Download "GEN9638: Forensic CADology: When Good DWG Files Go Bad"

Transcription

1 GEN9638: Forensic CADology: When Good DWG Files Go Bad David Park CAD/BIM Coordinator Steven Litzau, P.E. Manager of Design Technology Join the conversation

2 Class summary An Intermediate to Advanced Level class. Learn a workflow to repair corrupt.dwg files, find the most current backup file if needed, and best practices to avoid corruption.

3 Key learning objectives At the end of this class, you will be able to: Find (use) the most current backup file Diagnose the cause of a corrupt DWG file Repair a corrupt DWG file Identify best practices to avoid file corruption

4 Introduction

5 Introduction ~ Steven Litzau 14 years in the AEC Industry Autodesk Civil 3D 2015 Certified Professional Road and Site Designer Passion for workflow and process better TranSystems 900 staff in 30 offices Transportation consulting for all modes Road, Rail, and Bridge

6 Introduction ~ David Park 15 years in the AEC Industry Autodesk Vault for AEC Expert Adept at Implementing CAD Standards & Processes Deep background as a technician SRF Consulting Group 330 staff in 8 offices Road, Highway, & Bridge Design (incl. drainage & signaling) Transportation Planning Services

7 Introduction The IT department is your new best friend! Recover files from IT backups if necessary Be Patient - IT staff want to help you, but are probably very busy. Thank IT staff once in a while Set System Variables Use the SYSVDLG command to discover more about variables Saved in Registry VS Saved in.dwg file A crash can cause some variables to reset or disable (i.e. FileDIA) Best to do every time AutoCAD starts (via Lisp/Scr)

8 Introduction System Variables: 1 = BACKGROUNDPLOT 0 = SSMAUTOOPEN (& the other SS(M) variables in the handout) 1 = LARGEOBJECTSUPPORT 100 = RASTERPERCENT 100 = RASTERTHRESHOLD 3 = INDEXCTL 2 = XLOADCTL 0 = OPENPARTIAL 0 = ISAVEPERCENT 15 = SAVETIME (or an interval you are comfortable autosaving)

9 The Troubleshooting Methodology

10 The Troubleshooting Methodology

11 The Troubleshooting Methodology This session will walk thru the more complicated steps Notes: Handout gives detailed instructions There is a tip or two for Civil 3D users Be Patient with AutoCAD (if you let it run, it may come back) The Command line is how AutoCAD communicates with you I recommend showing at least 4 lines of command line history

12 RECOVER Learn How to Find (& Use) the Most Current Backup File

13 RECOVER: Learn How to Find (& Use) the Most Current Backup File.BAK file in the same folder as the original.dwg file if needed A new.bak is created every time the.dwg is saved ISAVEPERCENT variable controls how much change is saved.sv$ and/or.bak file in Windows Temp Directory (%TEMP%) If AutoCAD is hung, check for these files before ending the session Saved every XX minutes based on SAVETIME variable

14 RECOVER: Learn How to Find (& Use) the Most Current Backup File Windows Previous Version If enabled, Windows will take a snapshot on a schedule At SRF, a snapshot is taken at 10am and 2pm Right-click file (or sometimes the folder containing it) Make a copy of all backup files you find and put them in one folder Leave these files in the folder and copy a file before working with it Keep track of which files you have tried and the file you were able to recover from (to help you know what might need to get redone)

15 RESEARCH Learn how to diagnose the cause of a corrupt DWG file

16 RESEARCH: Learn how to diagnose the cause of a corrupt DWG file Delete.DWL files (in the same folder) with matching names These are lock files which will keep you from being able to change the original file because AutoCAD thinks someone has the.dwg open AutoCAD normally deletes these DWL files on exit, but won t if Windows Task Manager is used to close the session Run the RECOVER command on the original file after deleting the.dwls If the file doesn t open, continue on to 2) Breaking the Path to X-REFS & Data Shortcuts (D-REFS)

17 RESEARCH: Learn how to diagnose the cause of a corrupt DWG file First Determine if it s the file or a reference Find & Write down the UNC Path of the shared network folder Copy the file to a local folder Disconnect the Network Folder s Drive Letter in Windows Explorer If x-references have a UNC path instead of a drive letter, temporarily disconnect the network cable from your workstation (path would start with \\servername) Run the RECOVER command on the file Unload all x-references (assuming the file opens) Reconnect the shared network folder Copy the file back to its original location If the file opens, the issue resides with one of the references

18 RESEARCH: Learn how to diagnose the cause of a corrupt DWG file If the file opens Civil 3D users only - check the data shortcuts (d-refs) per handout Reload x-references one at a time Save the file after each successful reload Make note of any reference that throws an error, but still loads. It s recommended to run the RECOVER command on those files too If an x-reference causes AutoCAD to crash, run the RECOVER command on that file The tree view in the x-reference palette will show any nested x-refs If a reference file can t be fixed, temporarily leave it unloaded.

19 RESEARCH: Learn how to diagnose the cause of a corrupt DWG file If file still doesn t open (after unloading all the x-references) Insert the.dwg file as a block into a new drawing (if possible - from the same template) Insert the block at 0,0,0 & explode it Save the File Layout (Paperspace) tabs will be lost in this step! Layout Tabs can be recovered

20 RESEARCH: Learn how to diagnose the cause of a corrupt DWG file If the new file is able to be saved after inserting the corrupt file Create & Export a Layer State Turn on, Thaw, & Unlock all layers Wblock file contents out to a new file (select all objects, leave insertion 0,0,0) Include x-references Open file created by wblock command Import & Apply the previously created Layer State

21 RESEARCH: Learn how to diagnose the cause of a corrupt DWG file Use the Design Center (DC) to re-create layout tabs from most recent backup file that works Use DC at the command line or the DC Tool palette button to open Design Center Browse to & Select the file containing the desired layout tabs Click on the Layout Tab item Left-click & Hold on the desired layout tab, then drag the tab anywhere into the open drawing

22 REPAIR Learn how to repair a corrupt DWG file

23 REPAIR: Learn how to repair a corrupt DWG file Run the AUDIT and/or RECOVER commands If the file is open, save it and run the AUDIT command Then save and close the file. Run the RECOVER command If the file will not open, run the RECOVER command Run the Purge command with R(egApps) option Type Purge into the command line Type R when prompted for options Type * for all objects Type N for confirmation

24 REPAIR: Learn how to repair a corrupt DWG file Run the DGNPURGE (v ) command Requires the AutoCAD_2013_2014_DGN_Hotfix Type NETLOAD, browse to and select DgnLsPurge.dll in Program Files C:\Program Files\Autodesk\AutoCAD 201x C:\Program Files\Autodesk\AutoCAD Civil 3D 2013 C:\Program Files\Autodesk\Autodesk AutoCAD Civil 3D 2014 Run the DGNPURGE command Run the PURGE command with O(rphaned Data) option (v2015-later) Type Purge into the command line Type O when prompted for options

25 REPAIR: Learn how to repair a corrupt DWG file Run the SCALELISTEDIT command May need to Click the scale list first and check Xref scales Click RESET If the RESET button produces undesirable results, DELETE all the unused _XREF scales instead Run the OVERKILL command See Handout for optimized settings Run the FILTERS command Delete all Filters

26 REPAIR: Learn how to repair a corrupt DWG file Run the AUDIT command Type Y to fix errors Run PURGE with all checkboxes selected Run the AUDIT command Type Y to fix errors Save and Close the file

27 Learn best practices to avoid file corruption

28 Learn best practices to avoid file corruption Follow Corporate CAD Standards (please!) Keep File names as short as possible (path length still matters!) Do not Attach DGN files (like, ever!) Do not use the Edit X-ref in-place option Avoid copying linework, etc. from an X-ref into the host file if possible (the NCOPY command) Avoid copying and pasting Civil 3D objects Create a layer for each X-reference before attaching it (& make that layer current before inserting it)

29 Learn best practices to avoid file corruption Lock the layer an X-reference is placed onto (be careful with dwgs containing civil 3d objects). Layer Management: Use On/Off as temporary (turn all layers on before closing) Layer Management: Use Freeze/Thaw as permanent (i.e. you never want the layer to print) AutoCAD performs better when a layer is frozen vs turned off Close the Layer Palette when it s not in use. Speak nicely to AutoCAD!

30 Questions?

31 Be heard! Provide AU session feedback. Via the Survey Stations, or mobile device. AU 2016 passes awarded daily! Give your feedback after each session. Give instructors feedback in real-time.

32 Too many sessions, too little time? After AU visit: AutodeskUniversity.com Recorded sessions Presentations and handouts Key learnings Don t miss a second! Find hundreds of sessions waiting for you.

33 Autodesk is a registered trademark of Autodesk, Inc., and/or its subsidiaries and/or affiliates in the USA and/or other countries. All other brand names, product names, or trademarks belong to their respective holders. Autodesk reserves the right to alter product and services offerings, and specifications and pricing at any time without notice, and is not responsible for typographical or graphical errors that may appear in this document Autodesk, Inc. All rights reserved.

See What You Want to See in Revit 2016

See What You Want to See in Revit 2016 See What You Want to See in Revit 2016 Michael Massey Senior AEC Application Consultant @mgmassey01 Join the conversation #AU2015 Presenting Today.. Mike Massey Senior AEC Application Specialist 25+ Years

More information

Schedules Can t Do That in Revit 2017

Schedules Can t Do That in Revit 2017 Schedules Can t Do That in Revit 2017 Michael Massey Senior AEC Application Consultant @mgmassey01 Join the conversation #AU2016 Presenting Today.. Mike Massey Senior AEC Application Specialist 25+ Years

More information

Converting Existing Specs and Catalogs for Use in Autodesk AutoCAD Plant 3D

Converting Existing Specs and Catalogs for Use in Autodesk AutoCAD Plant 3D Converting Existing Specs and Catalogs for Use in Autodesk AutoCAD Plant 3D Tarryn de Magalhaes Plant Solutions Consultant Caddman (Pty) Ltd TazDAutoCADguru Join us on Twitter: #AU2013 My Background Autodesk

More information

Autodesk Vault and Data Management Questions and Answers

Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D 2007 Autodesk Vault and Data Management Questions and Answers Autodesk Civil 3D software is a powerful, mature, civil engineering application designed to significantly increase productivity,

More information

AutoCAD Electrical: 60 Tips in 60 Minutes

AutoCAD Electrical: 60 Tips in 60 Minutes AutoCAD Electrical: 60 Tips in 60 Minutes Tiffany Bachmeier AutoCAD Electrical Implementation Consultant Join the conversation #AU2016 Class summary On your mark...get Set!...GO! Back by popular demand,

More information

AC6496 A Tribute to Attributes - Adding Intelligence to Your Drawings

AC6496 A Tribute to Attributes - Adding Intelligence to Your Drawings AC6496 A Tribute to Attributes - Adding Intelligence to Your Drawings Volker Cocco Product Support Specialist Join us on Twitter: #AU2014 Before We Begin Please silence cell phones If this class isn t

More information

Autodesk Vault What s new in 2015

Autodesk Vault What s new in 2015 Autodesk Vault What s new in 2015 Lieven Grauls Technical Manager Manufacturing - Autodesk Digital Prototyping with Vault Autodesk Vault 2015 What s new Improved integration Updates to CAD add-ins Data

More information

ProjectWise Application Integration for Civil 3D

ProjectWise Application Integration for Civil 3D BENTLEY SYSTEMS, INC. ProjectWise Application Integration for Civil 3D Frequently Asked Questions Prepared by Bentley Systems 12/3/2012 Version 1.0 ProjectWise and MicroStation are registered trademarks

More information

CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required)

CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required) CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required) Lee Ambrosius Autodesk, Inc. Principal Learning Content Developer IPG AutoCAD Products Learning Experience Join us on

More information

AutoCAD Electrical: Advanced Productivity

AutoCAD Electrical: Advanced Productivity AutoCAD Electrical: Advanced Productivity Scott Dibben Technical Manager D3 Technologies Thomas Smith Implementation Consultant D3 Technologies Email: scott.dibben@d3tech.net Email: thomas.smith@d3tech.net

More information

Top Productivity Tips for AutoCAD 2009

Top Productivity Tips for AutoCAD 2009 Top Productivity Tips for AutoCAD 2009 Jonathan Christie Course Summary: Find out how to apply new and existing AutoCAD power tools and watch your drafting productivity improve. Learn how to re-use design

More information

SD21181-L : Coding New Nodes with Dynamo

SD21181-L : Coding New Nodes with Dynamo SD21181-L : Coding New Nodes with Dynamo Adam Sheather BIM Manager Applications & Technical Development @ AECOM Twitter: @gytaco Join the conversation #AU2016 Who am I? 15+ years in Buildings, Transport

More information

AutoCAD Lynn Allen s Tips and Tricks

AutoCAD Lynn Allen s Tips and Tricks AutoCAD 2012 Lynn Allen s Tips and Tricks AutoCAD 2012 Lynn Allen s Tips and Tricks NOTE You must install Autodesk Inventor Fusion 2012 to use it. In Fusion you can zoom, pan, and orbit to navigate around

More information

Revit + FormIt Dynamo Studio = Awesome!

Revit + FormIt Dynamo Studio = Awesome! Revit + FormIt 360 + Dynamo Studio = Awesome! Carl Storms IMAGINiT Technologies - Senior Applications Expert @thebimsider Join the conversation #AU2016 Class summary This lab session will focus on some

More information

Linking RISA Software with Revit 2017: Beyond the Basics

Linking RISA Software with Revit 2017: Beyond the Basics Linking RISA Software with Revit 2017: Beyond the Basics Matt Brown, S.E. RISA Technologies Join the conversation #AU2016 Class summary The Link between RISA and Revit has existed for more than a decade

More information

Data Mining in Autocad with Data Extraction

Data Mining in Autocad with Data Extraction Data Mining in Autocad with Data Extraction Ben Rand Director of IT, Job Industrial Services, Inc. Twitter: @leadensky Email: ben@leadensky.com Join the conversation #AU2016 A little about me BA in English,

More information

Best Practices for Implementing Autodesk Vault

Best Practices for Implementing Autodesk Vault AUTODESK VAULT WHITE PAPER Best Practices for Implementing Autodesk Vault Introduction This document guides you through the best practices for implementing Autodesk Vault software. This document covers

More information

Confessions of an AutoCAD Evangelist who discovered BIM. Heidi Hewett AutoCAD Technical Marketing Manager

Confessions of an AutoCAD Evangelist who discovered BIM. Heidi Hewett AutoCAD Technical Marketing Manager Confessions of an AutoCAD Evangelist who discovered BIM Heidi Hewett AutoCAD Technical Marketing Manager Class summary Do you use Autodesk AutoCAD software for your building design and documentation? Have

More information

Networking AutoCAD for Control and Speed

Networking AutoCAD for Control and Speed Networking AutoCAD for Control and Speed Robert Green CAD-Manager.com Quick bio Mechanical engineer turned computer geek Private consultant since 1991 Focusing on CAD standardization, customization and

More information

Autodesk Revit Structure Autodesk

Autodesk Revit Structure Autodesk Autodesk Revit Structure 2011 What s New Top Features Autodesk Revit Structure 2011 Software Enhanced Design Features Fit and Finish Slanted columns Beam systems and trusses Concrete clean-up Concrete

More information

Autodesk Revit Architecture 2011

Autodesk Revit Architecture 2011 Autodesk Revit Architecture 2011 What s New Image courtesy of Cannon Design Top Features Autodesk Revit Architecture 2011 Software Large Team Workflow Ease of Use Analysis and Visualization ation And Performance

More information

Deploying Autodesk software the easy way Class ID: IT18200

Deploying Autodesk software the easy way Class ID: IT18200 Deploying Autodesk software the easy way Class ID: IT18200 Speaker : Derek Gauer Co-Speaker: Ted Martin Join the conversation #AU2016 Class summary You don t have to be an Information Technology specialist

More information

PBS BIM Export to DWG

PBS BIM Export to DWG CAD2BIM Page 1 PBS BIM Export to DWG Friday, March 12, 2010 3:23 PM Note: this list of suggestions is intended to clarify some efforts that would help to prepare BIM project files to be more CAD Compliant

More information

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC AC2251-L Are you using tables in AutoCAD software to their fullest potential? Do you still manually collect data from your AutoCAD file,

More information

White Paper. Project-Specific Tool Palettes. Introduction. Procedures. AutoCAD P&ID Add New Tool Palettes and Populate them with Tools

White Paper. Project-Specific Tool Palettes. Introduction. Procedures. AutoCAD P&ID Add New Tool Palettes and Populate them with Tools White Paper Project-Specific Tool Palettes AutoCAD P&ID 2009 Introduction Audience: Administrators responsible for setting up project-specific tool palettes An engineering company can be working on a single

More information

Complete Display Control in Autodesk Architectural Desktop

Complete Display Control in Autodesk Architectural Desktop 11/30/2005-10:00 am - 11:30 am Room:N. Hemispheres (Salon D) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Complete Display Control in Autodesk Architectural Desktop Matt Dillon

More information

5 MANAGING USER ACCOUNTS AND GROUPS

5 MANAGING USER ACCOUNTS AND GROUPS MANAGING USER ACCOUNTS AND GROUPS.1 Introduction to user accounts Objectives.2 Types of User Accounts.2.1 Local User Account.2.2 Built-in User Account.2.3 Domain User Account.3 User Profile.3.1 Content

More information

Best Practices for Loading Autodesk Inventor Data into Autodesk Vault

Best Practices for Loading Autodesk Inventor Data into Autodesk Vault AUTODESK INVENTOR WHITE PAPER Best Practices for Loading Autodesk Inventor Data into Autodesk Vault The most important item to address during the implementation of Autodesk Vault software is the cleaning

More information

Annotation Scaling in AutoCAD : Bringing the Technology Home

Annotation Scaling in AutoCAD : Bringing the Technology Home Annotation Scaling in AutoCAD : Bringing the Technology Home KaDe King U.S. CAD AC2660-L Learn how to implement annotation scaling in your organization. Whether you would like to start with baby steps

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. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault

Introduction. How Does it Work with Autodesk Vault? What is Microsoft Data Protection Manager (DPM)? autodesk vault Introduction What is Microsoft Data Protection Manager (DPM)? The Microsoft Data Protection Manager is a member of the Microsoft System Center family of management products. DPM provides continuous data

More information

A case study in adopting Fusion 360 Hockey Skate Adapter

A case study in adopting Fusion 360 Hockey Skate Adapter A case study in adopting Fusion 360 Hockey Skate Adapter Edward Eaton Sr. Industrial Designer Co-Principle DiMonte Group 11.17.2016 2016 Autodesk Class summary A longtime SOLIDWORKS user (me!) shares his

More information

From Desktop to the Cloud with Forge

From Desktop to the Cloud with Forge From Desktop to the Cloud with Forge Fernando Malard Chief Technology Officer ofcdesk, llc @fpmalard Join the conversation #AU2016 Class summary This class will introduce the Forge platform from the perspective

More information

Network-Based Tool Palettes the "Easy" Way Eric A Bogenschutz BSA LifeStructures

Network-Based Tool Palettes the Easy Way Eric A Bogenschutz BSA LifeStructures Eric A Bogenschutz BSA LifeStructures CM25-2 In this session, we will discuss the process of creating a network-based Tool Catalog that can be shared by all of your users. This catalog can be edited or

More information

Revit Architecture. So you want to start a family? Veronica Lamb S2-2

Revit Architecture. So you want to start a family? Veronica Lamb S2-2 Revit Architecture So you want to start a family? Veronica Lamb S2-2 Course Summary: Learn the basics of creating families in Revit Architecture. This course is suited for individuals with little to no

More information

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D Creg Dieziger Sr. Designer, Morrison-Maierle, Inc. PD2940-L 90 Minutes - Hands-on Lab - 12/3/13 (Tuesday) 8:00 AM In this

More information

What s New in Autodesk V a ul t 20 18

What s New in Autodesk V a ul t 20 18 What s New in Autodesk V a ul t 20 18 Welcome & Agenda Introduction to Vault 2018 Enhanced Design Experience Engineering Efficiency Enabled Administration Tasks Delegation Autodesk Vault 2018 Building

More information

Revit and Dynamo For Landscape Architecture AR20475

Revit and Dynamo For Landscape Architecture AR20475 Revit and Dynamo For Landscape Architecture AR20475 William Carney BIM Director, BSA LifeStructures https://www.linkedin.com/in/wcarney Join the conversation #AU2016 Class summary This class will demonstrate

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

Vault Integration for Sheet Set Manager in AutoCAD

Vault Integration for Sheet Set Manager in AutoCAD Anil Chintamaneni Autodesk, Inc. DM 7900 This class is designed for those who use Sheet Set Manager in AutoCAD-based products for managing sheet sets and also use Autodesk Vault for data management. Now

More information

Cross-Discipline Coordination in Autodesk s Revit Platform

Cross-Discipline Coordination in Autodesk s Revit Platform Cross-Discipline Coordination in Autodesk s Revit Platform Matt Dillon The DC CADD Company, Inc. AB214-4 The Revit platform offers many opportunities and tools for coordination that have not been possible

More information

Using Field to Finish. Carlson Survey & SurvCE

Using Field to Finish. Carlson Survey & SurvCE Maryland Society of Surveyors 2013 Fall Conference Using Field to Finish with Carlson Survey & SurvCE Presented by Who Is That CAD Girl? Jennifer DiBona is a long time CAD consultant and trainer doing

More information

Modeling Basics for 3D Printing Using AutoCAD

Modeling Basics for 3D Printing Using AutoCAD Modeling Basics for 3D Printing Using AutoCAD William Work CAD Manager Join us on Twitter: #AU2014 Who am I? Architect CAD Manager I am an architect and CAD manager with a firm of more than three hundred

More information

2017 v1 RELEASE NOTES

2017 v1 RELEASE NOTES 2017 v1 RELEASE NOTES Trimble PipeDesigner 3D Software Introduction New Features, Enhancements, and Modifications Essential Release Information Update Installation Instructions Product Assistance Version

More information

Fusion 360 strategies for bridging Between digital and physical models

Fusion 360 strategies for bridging Between digital and physical models Fusion 360 strategies for bridging Between digital and physical models Alex Lobos Rochester Institute of Technology @LobosDesign Join the conversation #AU2015 Class summary This class shows the use of

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

License Manager User Guide

License Manager User Guide License Manager User Guide Copyright 2011, PROCAD Software. All rights reserved. The contents of this document are the property of PROCAD Software, and are subject to change without notice. No part of

More information

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

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

DV1673-L: The Decoding Lab ilogic Intermediate Session. Steve Olson Manager, Training Services for MESA Inc.

DV1673-L: The Decoding Lab ilogic Intermediate Session. Steve Olson Manager, Training Services for MESA Inc. DV1673-L: The Decoding Lab ilogic Intermediate Session Steve Olson Manager, Training Services for MESA Inc. Class summary The ilogic component of Inventor is a very powerful tool for helping users automate

More information

C3D Data Shortcuts & References

C3D Data Shortcuts & References Section 9.1 C3D Data Shortcuts & References Overview - Section 9.1 Data Shortcuts and Data References allow the users to share any Civil 3D information with other users on the same project. For example,

More information

1Layer Management Access. 2Layer Manager and Layer Keys - Overview. Part 2-1 Copyright 2004 ARCHIdigm

1Layer Management Access. 2Layer Manager and Layer Keys - Overview. Part 2-1 Copyright 2004 ARCHIdigm Architectural Desktop 2005 - Development Guide PART 2 LAYER MANAGEMENT Contents: Layer Management Access ---- Layer Manager and Layer Keys - Overview ---- Objects and Layers ---- Layer Manager ---- Layer

More information

Creating Fills and Transparency in SketchBookk Designer

Creating Fills and Transparency in SketchBookk Designer Autodesk Design Suite 2012 Autodesk SketchBook Designer 2012 Tip Guides Creating Fills and Transparency in SketchBookk Designer In this section you will learn the following: When to convert AutoCAD layers

More information

DV20447 Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray

DV20447 Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray DV20447 Virtual-Reality Procedural Experiences with 3ds Max s Max Creation Graph and Stingray Louis Marcoux Senior Technical Specialist Autodesk Canada area.autodesk.com/louis Join the conversation #AU2016

More information

ROCK-POND REPORTING 2.1

ROCK-POND REPORTING 2.1 ROCK-POND REPORTING 2.1 Installation and Setup Guide Revised on 09/25/2014 TABLE OF CONTENTS ROCK-POND REPORTING 2.1... 1 SUPPORT FROM ROCK-POND SOLUTIONS... 2 ROCK-POND REPORTING OVERVIEW... 2 INFRASTRUCTURE

More information

3DSMART License Management User Guide

3DSMART License Management User Guide 3DSMART License Management User Guide Copyright 2010, PROCAD Software The contents of this document are the property of PROCAD Software, and are subject to change without notice. No part of this document

More information

Shared File Room Guide

Shared File Room Guide Shared File Room Guide August 2018 CCH ProSystem fx Engagement Copyright @ 2018 CCH Incorporated and its affiliates and licensors. All rights reserved. Material in this publication may not be reproduced

More information

Making AutoCAD better for architects.

Making AutoCAD better for architects. Making AutoCAD better for architects. With Autodesk Architectural Desktop you get flexibility in both implementation and use, the efficiency of real-world building objects, and the very best AutoCAD based

More information

Annotation Scaling: Making Drawings Smarter with Intelligent Text. David Cohn S4-1

Annotation Scaling: Making Drawings Smarter with Intelligent Text. David Cohn S4-1 AutoCAD 2009 Annotation Scaling: Making Drawings Smarter with Intelligent Text David Cohn S4-1 Course Summary: Do you find it confusing that you drawing everything full size in AutoCAD, but when it comes

More information

Dual-Bay Drive Eraser, Duplicator, and Docking Station for 2.5 and 3.5 SATA

Dual-Bay Drive Eraser, Duplicator, and Docking Station for 2.5 and 3.5 SATA Dual-Bay Drive Eraser, Duplicator, and Docking Station for 2.5 and 3.5 SATA SDOCK2ERU33 *actual product may vary from photos FR: Guide de l utilisateur - fr.startech.com DE: Bedienungsanleitung - de.startech.com

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

AC5409: What the is AutoCAD Doing?

AC5409: What the is AutoCAD Doing? AC5409: What the #!@% is AutoCAD Doing? Deni Cox CAD-1 Technical Specialist Jennifer Hoskens CAD-1 Technical Specialist Deni & Jennifer We are Technical Specialists for CAD-1, an Authorized Reseller and

More information

Locking and Worksharing in Revit Server

Locking and Worksharing in Revit Server AUTODESK BUILDING INFORMATION MODELING Locking and Worksharing in Revit Server Understanding the various lock types used by Revit and Revit Server Introduction Revit uses a system of permissions and locks

More information

Questions and Answers for Customers

Questions and Answers for Customers Autodesk InfraWorks 360 Questions and Answers for Customers www.sistemacad.com General Information 2 1.1 Are any changes being made to how Autodesk InfraWorks is packaged in 2015? 2 1.2 I have been using

More information

Using Blocks and External References

Using Blocks and External References Using Blocks and External References In This Chapter 13 AutoCAD provides several features to help you manage objects in your drawings. With blocks you can organize and manipulate many objects as one component.

More information

Making Your Label Styles Work For You in C3D

Making Your Label Styles Work For You in C3D Making Your Label Styles Work For You in C3D Mark Hultgren Smith Engineering CV110-5 Once you have completed this course, you'll understand and be able to apply the methods for developing a complete set

More information

Features and Benefits Summary

Features and Benefits Summary Autodesk Inventor 7 Features and Benefits Summary Autodesk Inventor 7, the latest release of Autodesk s 3D mechanical design software, improves the design process in several areas, including AutoCAD 2004

More information

Data Synchronization: Autodesk AutoCAD Map 3D Enterprise, FME, and ESRI ArcGIS

Data Synchronization: Autodesk AutoCAD Map 3D Enterprise, FME, and ESRI ArcGIS Data Synchronization: Autodesk AutoCAD Map 3D Enterprise, FME, and ESRI ArcGIS Drew Burgasser, P.E. Vice-President, CAD Masters, Inc. Join us on Twitter: #AU2013 Class summary Sacramento Area Sewer District

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

Troubleshooting Revit Using Journal Files

Troubleshooting Revit Using Journal Files Troubleshooting Revit Using Journal Files Fernanda Lima Firman Frontline Technical Specialist Goal Our goal is to ensure you are familiar with the information recorded in the journals and to share with

More information

ViewNow X Server Setup Guide

ViewNow X Server Setup Guide ViewNow X Server 9.6.4 Setup Guide Micro Focus The Lawn 22-30 Old Bath Road Newbury, Berkshire RG14 1QN UK http://www.microfocus.com Copyright Micro Focus 1984-2014. All rights reserved. MICRO FOCUS, the

More information

What s New in Autodesk Inventor Publisher Autodesk

What s New in Autodesk Inventor Publisher Autodesk What s New in Autodesk Inventor Publisher 2012 Autodesk Inventor Publisher 2012 revolutionizes the way you create and share documentation with highly visual, interactive 3D instructions for explaining

More information

Questions & Answers. Contents AUTODESK ARCHITECTURAL DESKTOP 2006

Questions & Answers. Contents AUTODESK ARCHITECTURAL DESKTOP 2006 AUTODESK ARCHITECTURAL DESKTOP 2006 With Autodesk Architectural Desktop you get flexibility in both implementation and use, the efficiency of real-world building objects, and the very best AutoCAD -based

More information

HELPFUL HINTS TABLE OF CONTENTS

HELPFUL HINTS TABLE OF CONTENTS CIVIL 3D (2008) **REMEMBER TO SAVE OFTEN** 1 of 5 TABLE OF CONTENTS Add the Toolspace toolbar 2 Change the point marker.. 2 Change the point label colors... 2 Change the contour interval. 2 Smooth contours

More information

Compatible with AutoCAD 2013 to 2018

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

More information

Get Powered Up: How to Implement AutoCAD Electrical

Get Powered Up: How to Implement AutoCAD Electrical IT10734 Tiffany Bachmeier Autodesk Robert Stein Autodesk Learning Objectives Discover the WD.ENV file Discover AutoCAD Electrical intelligent blocks Discover AutoCAD Electrical paths Learn how to tie it

More information

Working with AutoCAD in Mixed Mac and PC Environment

Working with AutoCAD in Mixed Mac and PC Environment Working with AutoCAD in Mixed Mac and PC Environment Pavan Jella Autodesk AC6907 With the introduction of AutoCAD for Mac, some professionals now work in hybrid environments one engineer may draft designs

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

ISSUE #4 / SPRING 2017

ISSUE #4 / SPRING 2017 REVIT PURE PRESENTS PAMPHLETS ISSUE #4 / SPRING 2017 CAD revitpure.com Copyright 2017 - BIM Pure productions WHAT IS THIS PAMPHLET? Revit Pure Pamphlets are published 4 times a year by email. Each edition

More information

OG10333-L Behind the Face Tips and Tricks in AutoCAD Plant 3D

OG10333-L Behind the Face Tips and Tricks in AutoCAD Plant 3D OG10333-L Behind the Face Tips and Tricks in AutoCAD Plant 3D Bernd Gerstenberger Autodesk Learning Objectives Discover several, maybe surprising examples of how you can configure your project and your

More information

Map Tools: A Transformative Experience

Map Tools: A Transformative Experience Bonus Chapter 3 Map Tools: A Transformative Experience The Autodesk AutoCAD Civil 3D 2016 software contains most of the functionality that can be found in the Autodesk AutoCAD Map 3D 2016 software. As

More information

Questions and Answers AutoCAD 2013 for Mac

Questions and Answers AutoCAD 2013 for Mac Autodesk Questions and Answers AutoCAD 2013 for Mac This document answers common questions about AutoCAD 2013 for Mac. Contents 1. What is AutoCAD 2013 for Mac?... 3 2. When will AutoCAD for Mac be available

More information

Learn How to Set Options in ProFile

Learn How to Set Options in ProFile Welcome to ProFile The options selected by default when you first install ProFile work well for most preparers. However, you may want to set certain options to make ProFile work even better for your business.

More information

Field to Finish. Surface Modeling

Field to Finish. Surface Modeling New Jersey SurvCon 2014 Field to Finish And Surface Modeling with Carlson Survey Presented by Who Is That CAD Girl? Jennifer DiBona is a long time CAD consultant and trainer doing business as That CAD

More information

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L December 2-5, 2003 MGM Grand Hotel Las Vegas Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L About the Speaker: Pete Kelsey is an Autodesk Authorized Consultant an Autodesk Certified

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

Metastorm BPM Release 7.6

Metastorm BPM Release 7.6 Metastorm BPM Release 7.6 Administration Guide May 2008 Metastorm Inc. email: inquiries@metastorm.com http://www.metastorm.com Metastorm BPM Release 7.6 Copyrights and Trademarks 1996-2008 Metastorm Inc.

More information

Learn about the creation and naming of tools as well as palettes. Learn how to save and distribute palettes from a network location

Learn about the creation and naming of tools as well as palettes. Learn how to save and distribute palettes from a network location ES120438 Tool Palettes: Beyond the Basics Justin Johnson GPD Group Akron, OH Learning Objectives Learn about the creation and naming of tools as well as palettes Learn how to organize the tools on the

More information

AR15400 Collaboration for Revit Plus A360 for Real-Time Project Management

AR15400 Collaboration for Revit Plus A360 for Real-Time Project Management AR15400 Collaboration for Revit Plus A360 for Real-Time Project Management Ron Allen Arch IV/ BIM Manager 2016 Autodesk Connect with us @autodeskep Join the conversation #AU2016 Your AU Experts: Speaker:

More information

AutoCAD Productivity Review

AutoCAD Productivity Review AutoCAD Productivity Review After the Revit Kool-Aid: Customizing AutoCAD for Maximum Productivity Thursday, August 13, 2015 1:00 2:00 Presented by Michael E. Beall Autodesk Authorized Author & Award Winning

More information

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA AB110-3 If you have created AutoCAD Architecture (formerly ADT) object styles and want to know how to easily share

More information

Introduction to Autodesk Land Desktop and Civil Design Geoffrey J. Coleman, PE

Introduction to Autodesk Land Desktop and Civil Design Geoffrey J. Coleman, PE Introduction to Autodesk Land Desktop 2005 and Civil Design 2005 Geoffrey J. Coleman, PE Learn the Land Development Software used by Civil Engineers and Land Surveyors around the world. SDC PUBLICATIONS

More information

Chapter Title. Time Warner Cable Business Class Online Backup. Windows User Guide. Version 2.6

Chapter Title. Time Warner Cable Business Class Online Backup. Windows User Guide. Version 2.6 Chapter Title Time Warner Cable Business Class Online Backup Windows User Guide Version 2.6 Table of Contents Table of Contents... 2 Chapter 1: About This Guide... 3 Chapter 2: Getting Started...4 Installing

More information

FreeFlow Accxes version January Xerox FreeFlow Accxes Account Management Tool Customer Release Notes

FreeFlow Accxes version January Xerox FreeFlow Accxes Account Management Tool Customer Release Notes FreeFlow Accxes version 14.01.12 January 2010 Xerox FreeFlow Accxes Account Management Tool Customer Release Notes 2010 Xerox Corporation. All rights reserved. Xerox and the sphere of connectivity design,

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

Introduction to Autodesk VaultChapter1:

Introduction to Autodesk VaultChapter1: Introduction to Autodesk VaultChapter1: Chapter 1 This chapter provides an overview of Autodesk Vault features and functionality. You learn how to use Autodesk Vault to manage engineering design data in

More information

Functions of Mold EX-Press for Press Die

Functions of Mold EX-Press for Press Die 11 B. Basic Operations B1-1. Functions in Home, the 1st page Functions of Mold EX-Press for Press Die Search box Home BOM list Help Select parts by image Select parts by diagram Shortcut to My Library

More information

Autodesk Lustre 2011 Extension 1 Release Notes

Autodesk Lustre 2011 Extension 1 Release Notes Autodesk Lustre 2011 Extension 1 Release Notes Contents Introduction... 1 Application Requirements and Installation... 2 Limitations... 7 Important Notes... 8 Introduction About these Release Notes Before

More information

InstantData USER MANUAL. For Microsoft Windows

InstantData USER MANUAL. For Microsoft Windows InstantData USER MANUAL For Microsoft Windows Copyright Notice & Proprietary Information Redstor Limited, 2016. All rights reserved. Instruction Symbols The following icons appear in the document: Note:

More information

Chapter 3 HCA Options

Chapter 3 HCA Options Chapter 3 HCA Options You control the functions of the Home Control Assistant through various options. These options are accessible though the HCA Application menu HCA Options button. Because the HCA options

More information