DWG Interoperability with MicroStation V8i SS3

Size: px
Start display at page:

Download "DWG Interoperability with MicroStation V8i SS3"

Transcription

1 DWG Interoperability with MicroStation V8i SS3 Arizona Bentley BASH Sept 13 th 2013 Presenter: Sam Hendrick

2 Topics: AutoCAD format DGN vs. DWG Differences DWG-DGN workflows Autodesk RealDWG 2013 Variables to help Conversion considerations Demo time!

3 AutoCAD format MicroStation works directly on DWG files (DWG Workmode) A Conversion is still necessary (behind the scenes) Differences: Commands Terminology PDF/Excel files will be on

4 What s compatible and not? MicroStation supports all DWG entity types and objects from AutoCAD 2006 and earlier. The following AutoCAD entities and objects introduced in AutoCAD versions 2007 thru 2010 are supported as read-only: annotative objects multi-leaders layer viewport overrides column mtext visual styles Underlays geometric constraints

5 What gets convert to what? Cells Classes Colors Design Models Enter Data Fields Fonts Levels Line Styles Line Weights DGN element References: Attachments to Non-Default Models References: Masked Attachment References: Self-Attached References: Standard External Attachments Sheet Models Tags Blocks DWG objects after DGN to DWG conversion Elements in construction, pattern, or linear patterned class elements can be saved to a layer or can be invisible entities. Automatically converted to use AutoCAD's fixed color table. To explicitly control how each color in the DGN file will appear in the DWG file, use the Remap capability. The default design model is saved to model space. Non-default design models can be saved to additional DWG files or drawing layouts (paper space). Enter Data Fields that are not attached to cells are converted to text. Enter Data Fields in cells are converted to attribute labels. The labels are assigned default names that cannot be modified. TrueType and *.SHX fonts are supported by both programs. MicroStation fonts can be converted to AutoCAD fonts when the file is saved to DWG. To explicitly control how each font will appear in the DWG file, use the Remap capability. Layers. Symbology (color, line style, line weight) ByLevel settings are converted to BYLAYER settings. To define how levels are converted to layers, use either the Save As DWG/DXF dialog or the Remap capability. Line styles are saved to linetypes. For line styles that are not compatible with AutoCAD, use the Drop UnSupported LineStyles to Components option on the Save As DWG/DXF Options dialog. To explicitly control how each line style in the DGN file will appear in the DWG file, use the Remap capability. Automatically converted to AutoCAD lineweights. To explicitly control how line weights in the DGN file are converted to lineweights in the DWG file, use the Remap capability. If non-default models are saved to separate DWG files, then references to these non-default models are saved to XREF inserts that reference the DWG files. If non-default models are saved to paper space or ignored, then the references must be merged to the output file to be included in the DWG output. To be included in the DWG file, clipping masks applied to references must be merged to the DWG output file. To be included in DWG file, self-attached references must be merged to the DWG output file. To be included in the DWG file, standard external attachments can be merged into the DWG output file or become XREFs. Drawing Layouts (paper space) Attributes

6 Possible workflows

7 Method 1 One way trip to DGN

8 Method 2 Round Trip with DGN Conversion To share design data, you may want to round-trip your data by opening a DWG file, converting it to a DGN file, then saving it back to a DWG file. However, every time that you save the file to a different format, the entire file is rewritten, not just the changes that were made to the design. If the file contains product-specific information such as AutoCAD proxy objects, this information will be lost. For this reason, round-tripping is not recommended.

9 Method 3 Round Trip with NO DGN Conversion To retain AutoCAD proxy objects, you can open the DWG file, modify it using DWG workmode, then save it as a DWG file

10 Method 4 DWG to DWG one way If the deliverable is to be a DWG file, then just work in DWG Workmode and avoid saving it as a DGN if possible.

11 Which Seed Files are Used and When?

12 Seed Files make the difference! MicroStation to AutoCAD AutoCAD to MicroStation Get the AutoCAD template file from AutoCAD User and point MS to it. Use your companies Seed file here.

13 Autodesk RealDWG 2013 What is RealDWG? RealDWG is a developer toolkit library that allows C++ and.net developers to read and write AutoCAD software DWG and DXF files. The RealDWG toolkit helps developers share design data with confidence using the native DWG file format. RealDWG Support Chart (Version ) RealDWG version MSV8i (SELECTseries 1) MSV8i (SELECTseries 2) MSV8i (SELECTseries 3) RealDWG 2009 Yes Yes Yes RealDWG 2010 Yes Yes No RealDWG 2012 No No Yes RealDWG 2013 No No Yes RealDWG 2014 No No Yes Switching between versions of RealDWG. There is a Variable! Not defined, you need to create it (see MS help RealDWG Support ) MS_REALDWG_VERSION

14 Object Enablers? Object Enablers are: Autodesk offers free downloadable enablers that you can use to access, display, and manipulate object data in applications different from their native environment. This provides essential data accessibility for design teams who create or receive files using Autodesk software. The following object enablers can be used with products that have them enabled: AutoCAD Architecture and AutoCAD MEP Object Enabler AutoCAD Civil 2013 Object Enabler AutoCAD Structural Detailing Object Enabler Autodesk Fabrication CADmep 2013 Object Enabler

15 Variables to the rescue! There are a lot of Variables you can use to control how MicroStation works with DWG files. Excel file will be posted on the Website

16 Living with AutoCAD and my favorite VAR s MS_BLOCKLIST Variable Description Defines the list of DWG and DXF files available for insertion as MicroStation cells. MS_DWGAUTOSAVE Determines the frequency, in seconds, of the auto save timer for DWG and DXF files. For example, if set to 300 (the default), an auto-save occurs approximately 5 minutes after the first change to the design. If set to zero, no auto save is done while the file is open. The file is automatically saved on exit or when switching to a different file. MS_DWGAUTOSAVE_NODIALOG MS_DWG_BACKUP MS_DWGFONTPATH If set, auto-save occurs automatically, without displaying the default auto-save dialog. Defines the directory for the DWG backup (.bak) files. If not set, the backup files are placed in the same directory as the DWG file. Defines the path to AutoCAD *.SHX fonts if AutoCAD is not installed on the system. MS_DWG_PGPFILE Points to a PGP file that contains shortcuts, or aliases, for AutoCAD commands. MS_DWG_COMMANDPREFIX MS_DWGSEED MS_TRANSEED Defines a character or string of characters that can be used as a shortcut to the AutoCAD key-in commands. Defines the DWG seed file used when opening DWG files. Default seed file used for DWG, MS_TRANSEED_OVERRIDE Determines whether a user can modify the DGN Seed File setting on the DWG Open Options dialog. When the variable is not set or set to 0, the first time that the dialog opens, the default DGN Seed File is set by the MS_TRANSEED configuration variable. The user can choose a different seed file. When the variable is set to 1, the user can only use the DGN seed file identified by MS_TRANSEED. The user cannot choose a different seed file. When the variable is set to 2, the default DGN seed file is set by MS_TRANSEED at the beginning of each MicroStation session. The user can choose a different seed file during the session. MS_WORKMODE Defines the workmode as either DGN or DWG.

17 Locate AutoCAD Data on server

18 Conversion considerations Converting one file at a time

19 Conversion considerations Converting many files at once? Batch Convert!

20 Converting many files at once?

21 Let s talk about Remapping!

22 Let s still talk about Remapping!

23 Demo time! Save as DWG File Open DWG File

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

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

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

Configurations, DGNLIBs, and Workspaces

Configurations, DGNLIBs, and Workspaces Configurations, DGNLIBs, and Workspaces Putting It All Together Arizona Bentley BASH Sept 13 th 2013 Presenter: Sam Hendrick (sam.hendrick@bentley.com) The BEST thing about Workspaces is. They are so flexible

More information

MicroStation V8i Tips and Tricks and more

MicroStation V8i Tips and Tricks and more The following Tips and Tricks include features that are new in the version SELECTSeries 2&3 and some that have been around for a while enjoy Explorer the File Open dialog. Let s take a close look at the

More information

Transitioning to MX SELECTSeries 3 and OpenRoads Technology

Transitioning to MX SELECTSeries 3 and OpenRoads Technology Transitioning to MX SELECTSeries 3 and OpenRoads Technology Ian Rosam, Product Manager, BSW Development, Civil Design Workshop Agenda (1.5hrs including Q&A) What is OpenRoads (5 mins) Delivered civil workspaces

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

Creating PDFs using MicroStation Print Organizer User Documentation

Creating PDFs using MicroStation Print Organizer User Documentation Revision Date: July 18, 2014 Documentation: Bentley has introduced Print Organizer as a successor to the Batch Print. This document is to aid in producing multi-page PDF s using ODOT supplied files. The

More information

Basic MicroStation Training Outline

Basic MicroStation Training Outline 12:30 DAY 1 Equipment Review Workstation, monitor, keyboard File server, Plot server, STATE server Drive Assignments Shortcut Menu General overview of commands Explorer Managing Folders & Files MicroStation

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

ProjectWise for Civil Users

ProjectWise for Civil Users ProjectWise for Civil Users Arbie Parker, Services Consultant, ProjectWise arbie.parker@bentley.com 1 WWW.BENTLEY.COM 2016 Bentley Systems, Incorporated 2016 Bentley Systems, Incorporated Changes to Civil

More information

Effective Collaboration using Autodesk Revit Structure and Autodesk Building Systems

Effective Collaboration using Autodesk Revit Structure and Autodesk Building Systems AUTODESK REVIT STRUCTURE AUTODESK BUILDING SYSTEMS Effective Collaboration using Autodesk Revit Structure and Autodesk Building Systems This white paper explains how structural engineers using Autodesk

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

414 - Creating 2D Layouts, Schematics and Other 2D Drawings

414 - Creating 2D Layouts, Schematics and Other 2D Drawings 4 th Generation VLC courtesy of Edison2 414 - Creating 2D Layouts, Schematics and Other 2D Drawings Ricky Black, Draft Product Manager, #SEU13 Agenda: 414 - Creating 2D Layouts, Schematics and Other 2D

More information

Engineering Surveys V8i Graphic Configuration

Engineering Surveys V8i Graphic Configuration Engineering Surveys V8i Graphic Configuration Version 1.1 V8i Graphic Configuration Manual Data Integration Services December 2010-1 - OVERVIEW... 3 CONFIGURING THE GRAPHIC STANDARD... 4 A Configuring

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

MicroStation XM/V8i/SS1

MicroStation XM/V8i/SS1 MicroStation XM/V8i/SS1 1 By Rande Robinson THE LEGAL STUFF (The stuff my bosses make me add.) 2 The Opinions (no matter how well thought out they are) expressed in this presentation are my own and do

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

AutoCAD and AutoCAD LT Update Preview Guide

AutoCAD and AutoCAD LT Update Preview Guide AutoCAD 2018.1 and AutoCAD LT 2018.1 Update Preview Guide The AutoCAD 2018.1 Update offers new software enhancements and tools to simplify your workflows and improve productivity. To help you quickly identify

More information

MicroStation. FDO Reader USER S MANUAL. [Företagets adress]

MicroStation. FDO Reader USER S MANUAL. [Företagets adress] MicroStation FDO Reader USER S MANUAL [Företagets adress] MicroStation FDO Reader - User s Manual, 2018-10-27 copyright, 2018 ringduvevägen 13, 132 47 saltsjö-boo e-mail: consulting@surell.se, web: www.surell.se

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

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

Bentley BASH MicroStation V8i SS2 User Update. Morning Session with Sam Hendrick

Bentley BASH MicroStation V8i SS2 User Update. Morning Session with Sam Hendrick Bentley BASH 2011 MicroStation V8i SS2 User Update Morning Session with Sam Hendrick sam.hendrick@bentley.com www.scbug.com User Interface Update Agenda Overview Navigate the application window layout

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 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

MicroStation Tips and Tricks. Inga Morozoff, Bentley Systems, Inc Bentley Systems, Incorporated.

MicroStation Tips and Tricks. Inga Morozoff, Bentley Systems, Inc Bentley Systems, Incorporated. MicroStation Tips and Tricks Inga Morozoff, Bentley Systems, Inc. 1 Add Separator to Context Menu To add a separator to a context menu, create a new menu item and set the label as a hyphen. ALT+DATA to

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

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

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

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

REVIT IMPLEMENTATION

REVIT IMPLEMENTATION REVIT IMPLEMENTATION This one sheet is my first attempt at putting down in one place a list of Revit specific items that need to be addressed as an office migrates into Revit. I realize that each firm

More information

2010 Bentley Systems, Incorporated Exploring MicroStation V8i Printing. Jo Terri Wright Product Manager Collaboration Products

2010 Bentley Systems, Incorporated Exploring MicroStation V8i Printing. Jo Terri Wright Product Manager Collaboration Products Exploring MicroStation V8i Printing Jo Terri Wright Product Manager Collaboration Products Agenda Unification of Bentley Print clients Print Organizer Features Common Print Features SELECTseries Enhancements

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

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

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc.

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc. November 30 December 3, 2004 Las Vegas, Nevada Speaker: Bud Schroeder, Autodesk Inc. IT32-1 This presentation will focus on how to use existing built-in AutoCAD tools to migrate your customization from

More information

Feature Enhancements by Release

Feature Enhancements by Release Autodesk Map Feature Enhancements by Release This document highlights the feature enhancements that have occurred with each release of Autodesk Map software from Release 4 (2000i) through the current 2004

More information

AutoCAD Preview Guide.

AutoCAD Preview Guide. AutoCAD 2009 Preview Guide www.autodesk.com/autocad Contents Introduction... 3 User Interface... 3 Application Window... 3 Menu Browser... 3 Quick Access Toolbar... 6 InfoCenter... 6 Ribbon... 7 Status

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

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

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

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

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

AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02 AutoCAD DWG Drawing Limitations in SAP 3D Visual Enterprise 9.0 FP02 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

Convert Shx Text From Files To Mtext In Autocad Cadalyst

Convert Shx Text From Files To Mtext In Autocad Cadalyst Convert Shx Text From Files To Mtext In Autocad Cadalyst CONVERT SHX TEXT FROM FILES TO MTEXT IN AUTOCAD CADALYST PDF - Are you looking for convert shx text from files to mtext in autocad cadalyst Books?

More information

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node

Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node Bentley Map Geospatial Administrator Workspace Base Source Directory and Files Node The Geospatial Administrator provides expected flexibility to define and customize your Bentley Map projects. This includes

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

Questions and Answers

Questions and Answers Revit Structure 2009 Questions and Answers Revit Structure software uses a single, intelligent model to coordinate all the tasks structural engineers and drafters need to complete during the building design

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

Bentley OpenPlant PowerPID

Bentley OpenPlant PowerPID Bentley OpenPlant PowerPID Agenda Presenter Rob Harper Director of Product Management OpenPlant PowerPID Overview What is OpenPlant PowerPID OpenPlant PowerPID Features Specification Mapping and 2D to

More information

External and Unique Instrument Spec Sheets

External and Unique Instrument Spec Sheets External and Unique Instrument Spec Sheets FLUOR SmartPlant Implementation Team Copyright 2005 Fluor Corporation all rights reserved Editable External Spec Sheets Many SPI users need specs that can be

More information

Manual Autocad 2016 Pdf 2010 User

Manual Autocad 2016 Pdf 2010 User Manual Autocad 2016 Pdf 2010 User D esign every detail w ith Autodesk AutoCAD softw are, one of the w orld's leading CAD You can press Ctrl+Hom e or use the new GO TO START com m and to sw itch focus from

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

P9 Project Explorer Efficiently Managing Project Information Jonas Wahlberg, Application Engineer Building

P9 Project Explorer Efficiently Managing Project Information Jonas Wahlberg, Application Engineer Building P9 Project Explorer Efficiently Managing Project Information Jonas Wahlberg, Application Engineer Building Project Explorer Efficiently Managing Project Information with MicroStation, PowerProducts and

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

Section Table of Contents: Section 13.0

Section Table of Contents: Section 13.0 Section 13.0 Table of Contents: Section 13.0 Overview - Section 13.0... 13.0-3 Annotate Tab... 13.0-3 Labels & Tables Panel... 13.0-5 Text Panel... 13.0-5 Dimensions Panel... 13.0-5 Leaders Panel (Multileaders)...

More information

7/14/2009. Chapters Autocad Multi Line Text Tools. Multi Line Text Tool Ribbon. Multi Line Text Tool. July 14, 2009

7/14/2009. Chapters Autocad Multi Line Text Tools. Multi Line Text Tool Ribbon. Multi Line Text Tool. July 14, 2009 Chapters 9-11 July 14, 2009 Chapter 9 Learning Objectives Describe and use proper text standards. Calculate drawing scale and text height. Develop and use text styles. Make multiple lines of text with

More information

Questions and Answers

Questions and Answers Revit Structure2009 Questions and Answers Revit Structure software uses a single, intelligent model to coordinate all the tasks structural engineers and drafters need to complete during the building design

More information

Autodesk Utility Design and Your GIS

Autodesk Utility Design and Your GIS UT4523-P Autodesk Utility Design and Your GIS Prashant Srivastav Quality Assurance Lead, Utilities Co Speakers: Jeff Saunders, Carsten Hess The Power Track Utility Design Power Track at a glance... and

More information

Practice Workbook. Using the Model - Preparing for Plan Production in OpenRoads. SELECTseries 4 ( ) or newer

Practice Workbook. Using the Model - Preparing for Plan Production in OpenRoads. SELECTseries 4 ( ) or newer Practice Workbook This workbook is designed for use in Live instructor-led training and for OnDemand self study. The explanations and demonstrations are provided by the instructor in the classroom, or

More information

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above.

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above. AUTOCAD MAP 3D 2009 WHITE PAPER Industry Toolkits Introduction In today s world, passing of information between organizations is an integral part of many processes. With this comes complexity in a company

More information

MSF23973 Creating Revit Templates for Fabrication Parts in Revit

MSF23973 Creating Revit Templates for Fabrication Parts in Revit MSF23973 Creating Revit Templates for Fabrication Parts in Revit Seth Greenlund Technical Sales International Learning Objectives Learn Best Practices When Creating Revit Templates Editing Title Blocks

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

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

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview

Microsoft Office Excel 2007: Basic. Course Overview. Course Length: 1 Day. Course Overview Microsoft Office Excel 2007: Basic Course Length: 1 Day Course Overview This course teaches the basic functions and features of Excel 2007. After an introduction to spreadsheet terminology and Excel's

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

Questions and Answers

Questions and Answers Autodesk Revit Architecture 2010 Questions and Answers Autodesk Revit Architecture 2010 software works the way architects and designers think, allowing you to work naturally, design freely, and deliver

More information

2014 Bentley Systems, Incorporated. Best Practices for Dynamic View Caching

2014 Bentley Systems, Incorporated. Best Practices for Dynamic View Caching 2014 Bentley Systems, Incorporated Best Practices for Dynamic View Caching Best Practices for Dynamic View Caching Why Caching? How to Cache. Controlling Caching in SS6. 2 WWW.BENTLEY.COM 2014 Bentley

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

Reaping the Benefits of Migrating to Autodesk Building Systems

Reaping the Benefits of Migrating to Autodesk Building Systems Intro. 1 BD23-3 Reaping the Benefits of Migrating to Autodesk Building Systems Presenter(s) Daryl Bookout & Mike Kotanian Standards Annotation Existing Symbology Content Creation Labels Display Configurations

More information

Project Management with the ODOTcadd Standards

Project Management with the ODOTcadd Standards Project Management with the ODOTcadd Standards For MicroStation V8i (SELECTseries 3) and PowerGEOPAK V8i (SELECTseries 4) Prepared on behalf of The Ohio Department of Transportation, Office of CADD and

More information

Features and Benefits

Features and Benefits AutoCAD 2005 Features and s AutoCAD 2005 software provides powerhouse productivity tools that help you create single drawings as productively as possible, as well as new features for the efficient creation,

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

Autodesk Revit MEP 2013

Autodesk Revit MEP 2013 Autodesk Revit MEP 2013 This document was last updated on March 22th, 2012. The following are Known Issues with this release: Assemblies When an assembly view is rotated, the crop region does not rotate

More information

Cfg Var Name Type Restart

Cfg Var Name Type Restart >>> System Environment Category MS_CONFIG Filename YES RSC_COMP Command Line NO MDL_COMP Command Line NO BMAKE_OPT Command Line NO MS_DEBUGMDLHEAP Keyword NO >>> Configuration Category MS_USERPREF_APPS

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

Go From Paper to Automated PDFs and Purpose-built Models

Go From Paper to Automated PDFs and Purpose-built Models Go From Paper to Automated PDFs and Purpose-built Models ProjectWise Learn Conference Hans Koorneef, Technical Director EMEA Bentley Systems 1 WWW.BENTLEY.COM 2017 Bentley Systems, Incorporated Agenda

More information

Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008

Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008 AUTOCAD 2008 Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008 Everyday Tools Are Better Than Before AutoCAD 2008 software has all your favorite tools, but now they re better than ever. You ll

More information

Super Commands. Introduction. Tutorial: Attaching Files to Drawings. New Commands in AutoCAD 2010: Part 5. by Ralph Grabowski

Super Commands. Introduction. Tutorial: Attaching Files to Drawings. New Commands in AutoCAD 2010: Part 5. by Ralph Grabowski New Commands in AutoCAD 2010: Part 5 Super Commands by Ralph Grabowski Introduction Autodesk adds commands and system variables to each release of AutoCAD, and now there are over a thousand. Sometimes

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

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

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

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

Tip: DFS is a display-only function and does not make changes to the actual file. For this reason, it also works on read-only files.

Tip: DFS is a display-only function and does not make changes to the actual file. For this reason, it also works on read-only files. Dynamic Feature Scoring Bentley Map has the ability to open and display the contents of a MicroStation design file. However, to use the export tools in the Map Interoperability dialog, the Map Manager,

More information

Features and Benefits

Features and Benefits CAiCE Visual Survey 10 Features and Benefits CAiCE Visual Survey 10 software enables surveying professionals to import, process, analyze, and present surveying all in one software package. Visual Survey

More information

DW-2016 Details_CPCS_EngStds.dwt

DW-2016 Details_CPCS_EngStds.dwt Section 10.4 DW-2016 Details_CPCS_EngStds.dwt Overview - Section 10.4 This template shall be used to create detail drawings for DW Engineering Standards and the Capital Projects Construction Standards

More information

Sheet Metal Overview. Chapter. Chapter Objectives

Sheet Metal Overview. Chapter. Chapter Objectives Chapter 1 Sheet Metal Overview This chapter describes the terminology, design methods, and fundamental tools used in the design of sheet metal parts. Building upon these foundational elements of design,

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

October Where is it now? Working Papers and CaseView. For the Engagement team

October Where is it now? Working Papers and CaseView. For the Engagement team October 2015 Where is it now? Working Papers and CaseView For the Engagement team CaseWare Technical Support For customers with a support contract, if you have any queries, please contact our technical

More information

DuctDesigner 3D SOFTWARE. Introduction. What you receive with release 2019 v1. Upgrade procedure. Introduction

DuctDesigner 3D SOFTWARE. Introduction. What you receive with release 2019 v1. Upgrade procedure. Introduction RELEASE NOTES DuctDesigner 3D SOFTWARE This document provides basic information about new features and modifications in release 2019 v1 of the Trimble DuctDesigner 3D software. More detailed information

More information

Organizing Design Data

Organizing Design Data Organizing Design Data Module Overview This module explains how to use the data in different files for reference purposes. Module Prerequisites Knowledge of MicroStation s interface Some knowledge about

More information

AutoCAD 2019 Preview Guide

AutoCAD 2019 Preview Guide AutoCAD 2019 Preview Guide Subscribe to Autodesk AutoCAD including specialized toolsets and get access to industryspecific functionality, greater mobility with the new web and mobile apps, and the latest

More information

ODOT_SupplDesc.mvba is used to review and edit the Title and Comments file properties for all the DGN files found in the selected project folder.

ODOT_SupplDesc.mvba is used to review and edit the Title and Comments file properties for all the DGN files found in the selected project folder. Application Name: Current version: Required MicroStation Version: Required GEOPAK Version: ODOT_SupplDesc.mvba V11.07.15 XM or V8i Not required Overview ODOT_SupplDesc.mvba is used to review and edit the

More information

In Union There Is Strength: AutoCAD and Autodesk Revit in Concert

In Union There Is Strength: AutoCAD and Autodesk Revit in Concert November 30 December 3, 2004 Las Vegas, Nevada In Union There Is Strength: AutoCAD and Autodesk Revit in Concert Christopher S. Mahoney, AIA BD32-3 This session is intended to introduce Autodesk Revit

More information

Overview September 7, 2017

Overview September 7, 2017 Overview September 7, 2017 Purpose The purpose of this presentation is to provide an overview of the changes to the required deliverables and workflow for developing plans and models for Illinois DOT projects

More information

Bentley Civil Workshop

Bentley Civil Workshop Bentley Civil Workshop 2012 BE Together BC4WK6, BC4WK7, BC4WK10 Moving to SELECTseries 3 for Bentley Civil Users BC4WK6 (InRoads) Team Leader: Mike Cavanaugh BC4WK7 (GEOPAK) Team Leader: Lou Barrett BC4WK10

More information

What's New GRAITEC Advance PowerPack 2016

What's New GRAITEC Advance PowerPack 2016 What's New GRAITEC Advance PowerPack 2016 Table of contents WELCOME TO GRAITEC POWERPACK FOR REVIT... 5 NEWS... 6 Managers... 6 1: Family Manager... 6 BIM Connect... 7 1: Compliancy with Autodesk Revit

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

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

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

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

LD16521-L Integrate Vehicle Tracking into Your Workflow

LD16521-L Integrate Vehicle Tracking into Your Workflow LD16521-L Integrate Vehicle Tracking into Your Workflow Shawn Herring Professional Software Solutions (ProSoft) Learning Objectives Understand Vehicle Tracking & the Offerings Create Swept Path Analysis

More information