AS How to Use Dynamo to Visibly Show Navisworks Clashes into Revit

Size: px
Start display at page:

Download "AS How to Use Dynamo to Visibly Show Navisworks Clashes into Revit"

Transcription

1 AS How to Use Dynamo to Visibly Show Navisworks Clashes into Revit Felix Tan Stantec Ryan Wells Stantec Learning Objectives Learn how to simplify a coordination workflow between Navisworks and Revit Learn how to easily locate Navisworks clashes in Revit using a Dynamo script Learn how to use a Revit Schedule to highlight clashes Learn how to add comments to the clash schedule for coordination Description The combination of Revit and Navisworks software is a great Building Information Modeling (BIM) environment for model authoring and clash coordination. The workflow of using these software systems is straightforward. Once the clash results are out, we can use the Switchback tool from Navisworks Manage to locate those clashes back to Revit. However, having to simultaneously highlight the exact location of those clashes in the Revit file is challenging. In this class, we will show how we can use a Dynamo script to locate those clashes in Revit by using a sphere family that can be scheduled and highlighted in the model for quick viewing. Finally, we ll add comments in the sphere family schedule to communicate these updates back to the rest of the team. Speakers Felix Tan is the BIM Manager of Stantec, a multi-disciplinary firm based in Vancouver, British Columbia, Canada. His professional involvement is in the architectural field that spans over 20 years. Half of his experience focuses more in design and construction in the Philippines where he got his architectural license. While the other half is in Canada as a BIM specialist. He is a seasoned technical specialist who provides project teams with strong leadership that will enable them to start and maintain high quality BIM projects. He has worked extensively with multidisciplinary teams in the recreational, commercial, health, and education projects. He s an effective trainer with excellent consulting skills. Organizer of a BIM users group in the Vancouver office. His goal is to help develop a knowledge-sharing culture in their office. Ryan is a BIM Manager at Stantec, a global multi-discipline consulting firm. His decade-plus of professional experience has been in Architecture on a variety of building types, leveraging building and design data to develop and improve workflow, productivity, and accuracy. A BIM advocate and technology devotee, he strives to deliver innovative solutions. 1 16

2 Identify the issue In one of our BIM projects we hired a company who are experts in Navisworks clash detection to run clash tests to all our models. They came back with a 4-inch-thick binder report! Who would want to go page by page and check each of those clashes and try to confirm them back in the model one at a time? It s a waste of time doing this manually; there should be a quicker way, digitally, where we can locate each of those clashes all at once. We are graphic person and seeing where those clashes are in my model would be helpful. We don t want to look at Clash reports. We want to see the clashes themselves. Solution Good thing a passionate BIM Wizard named Cesare Caoduro (who happens to be an AU speaker himself) created a simple Dynamo script to accurately locate Navisworks clashes back to Revit, using a sphere shaped generic model, as a marker or a pointer. As we all know Navisworks has the power to detect multiple clashes, including their exact x, y, and z coordinates in the model, and export them as a report (using an XML file format). We will use that information and leverage it by using Cesare s Dynamo script, an Excel file, and the sphere family to locate them back to our Revit model. We didn t stop at just locating those clashes but we will also use Revit s power to create Schedules to organize and eventually add more metadata to our Clash spheres. We can do this by adding Revit Parameters specifically for Generic Models like the date of clash, the person to assign this clash to, priority or urgency of the clash, and many others. We want to put enough information on them to make it as collaborative a tool as possible. Our goal here is to make the Clash Sphere and the Revit Schedule our coordination tool for the project team to use. Prepare NWC file from Revit 1. In Revit, open a new 3D view of your model and make sure all appropriate object categories are shown. Save this 3D View as Navisworks Export. 2 16

3 Important notes: Check your Visibility/Graphic Overrides and verify model categories are selected accordingly. If your model is Work-share enabled, make sure all the appropriate Workset Visibility Settings are all set to Use Global Setting (Visible). Unless otherwise you require a different setting. 2. In Revit, click Add-Ins External Tools Autodesk Navisworks. Use the free NWC Export Utility to export your Revit model to an NWC file version. Download the free utility here Note: This option is not available in Demo/Viewer mode. If you are not in demo mode, but do not have access to the Autodesk Navisworks menu, check if editing view is set to normal, and the modify tool is selected ( Modify). 3 16

4 3. In the Export scene as dialog box, enter the name for the Navisworks file, and browse to the desired save location. 4. Click Save to export the file, or Cancel to return to the application without exporting it. Note: Linked files are not included when exporting to NWC file format Learn more about Revit to Navisworks workflow and best practices. 1 Best Practices in Autodesk Navisworks. 2 Run clash test. Use Navisworks Manage to run clash test. Get results. Then export report as xml 1. In Navisworks Manage, open the NWC files created earlier in Revit. 1 Autodesk Knowledge Network - Workflow: Using Revit and Navisworks 2 Autodesk University - CM6974-L - A Navisworks Template to Clash Them All by Andrew Brahney 4 16

5 2. Run your clash test using the Clash Detective tool. a) If the Clash Detective window is not already open, click Home tab Tools panel Clash Detective. 3 3 Autodesk Knowledge Network - To Run Clash Tests 5 16

6 b) To add a new clash test: From the Clash Detective window click Add Test button c) Click the Test 1 panel expansion button and rename accordingly. For this example, we are naming it L2_STRUCT vs HVAC based on a clash test for Structural components against Mechanical components (such as Ducts, etc.) on Level 2. Make sure to select all the appropriate Revit Model name and its Model Categories. 6 16

7 AS How to Use Dynamo to Visibly Show Navisworks Clashes into Revit To run all the tests in Tests panel, click the Update All button. To run a single test, select it in the Tests area, right-click and select Run, or click the Select Tab, and click the Run button. Review the clashes. From the Clash Detective window go to Results Tab and confirm clash results. 7 16

8 Export Clash Report to XML From Report tab under Contents panel select the following items by clicking on their checkboxes: Summary, Clash Point, Date Found, Item ID, Grid Location From the Report tab again under Output Settings, the Report Type should be the Current test and the Report Format should be XML. Click the Write Report button and save the XML Report file to your project folder. Repeat these steps as needed for any additional tests. When you perform clash tests in Navisworks Manage, it comes up with all the individual clashes. However, in most cases, there are items that are involved in more than one clash. In that case, you can group them logically based on the 8 16

9 items that you will edit. This reduces the total number of clashes that are displayed and helps the users editing the model back in Revit. 4 Best Practices in Autodesk Navisworks Clash Detective 5 Export report as xml Open the XML-base.xlsx (will be provided in the class file) and import your XML file. Go to cell A:2 and click to highlight. Right-click your mouse to open the Excel content menu. Hover to XML > and click Import. From the Import XML window select your XML file that you created from Navisworks and click Import. (Note: only one XML is allowed at a time) Confirm the data transfer and Save As your Excel file with an appropriate name (e.g. L2_STRUCT vs HVAC _<date>) Create a Revit Clash Coordination Model We recommend creating a new Revit model to link all disciplines models accordingly. Note: Link only models that were used in the Navisworks Clash Detective earlier. This new Revit file will be used as the Clash Coordination Model. We have provided a Revit template for you to use (ClashSpheresTemplate_R17.rte) complete with the Clash Sphere Generic Models Family and the Clash Coordination Revit Schedule. Otherwise you can use your own company-provided 4 Autodesk Knowledge Network - Grouping Clashes in Navisworks Manage 5 Autodesk University - CR3226-L - When Models Clash by Michael N. Smith and C.W. Driver 9 16

10 template. You just need to import the Clash Sphere family and our Clash Coordination Revit Schedule. 1. From Revit, click the Application Menu, go to New and select New Project using the ClashSpheresTemplate_R17.rte template. 2. Start linking all the models. If you plan to workshare-enable this model make sure that each linked model is placed on its own Workset (e.g. Link_Arch, Link_Struc, Link_Mech, Link_Elec) 3. Note: Assign appropriate Worksets for the Clash Spheres (e.g. Clash_Level01, Structural_vs_Mechanical) Use Dynamo Player to locate the clashes using the Clash Spheres Family To use Dynamo Player, Click Manage tab Visual Programming panel select Dynamo Player. Specify the default script directory of the Dynamo Player by browsing to a location on your local network or hard drive. On first launch, Dynamo Player opens a default list of Dynamo scripts. On the Dynamo Player dialog, click. In the Browse to Folder dialog, navigate to a directory containing the Dynamo script - Clash Detection Workspace.dyn. Click OK to specify the currently viewed directory as the source for the Dynamo Player. To view the windows directory of the Dynamo Player, click. Note: If changes are made to the files in Windows, the Dynamo Player window must be refreshed. Click to see the most recent files and their status

11 Make sure to link Excel Spreadsheet file. From Revit, go to Manage tab > and select Dynamo From Dynamo, open the Clash Detection Workspace.dyn script and click the File Path node and browse to the Excel file we created from the XML. Click save. How to use Dynamo Player 6 Click Run and confirm the Clash Spheres are placed in the Revit model. Review Clash Sphere locations. 6 Autodesk Knowledge Network Dynamo Player (video) 11 16

12 Open a 3D view (or a Plan view, Section view) to view the Clash Spheres. Use Revit Schedules to display the clashes and communicate with your team We re not going to get into schedule creation 7 or how to create and manage Shared Parameters; again, we need to assume a basic level of ability here. Using the template as a starting point will give you all the pieces you need. Once the Dynamo script is run and the clash spheres are created in your model, the sphere schedule will populate. From there, the Model Manager needs to do the following: Assign a priority to each clash Assign each clash to a modeler Provide a comment to guide the modelers toward a resolution Follow up and ensure each completed clash resolution is satisfactory 7 Autodesk Knowledge Network Creating a Schedule or Quantity 12 16

13 The clash sphere family is a basic sphere with specific shared parameters. The ones we ve found to work simply and effectively are as follows: Active: yes/no checked means this clash has yet to be addressed; controlled by Completed: =not(completed) Clash comments: Text notes from Model Manager to responsible modeler describing remedy Clash name: Text as listed in Navisworks; defaults to Clash1, Clash2, etc. Can be overridden to be more specific Clash recipient: Text name of modeler responsible for addressing clash Completed: yes/no checked by modeler responsible for addressing clash once complete; toggles Active: =not(completed) CoordinationPriority: Integer priority identified by Model Manager; 1 = highest, 3 = lowest Date found: Text date of clash from Navisworks Element ID: Text clash sphere s element ID Status: Text clash status from Navisworks Additional parameters 8 can be added to the family to host manually controlled metadata, or additional parameters can be mapped via Dynamo to other Navisworks data points. 8 Autodesk Knowledge Network Create Family Parameters 13 16

14 The Sync with Central or Landing Page contains some basic model and team information along with the clash schedules. This is a clear location for the info, making the status of the clashes obvious for everyone: The Master clash sphere schedule lists all clash objects, sorted and quantified by priority. A few of the parameters have been conditionally formatted to apply colour, which helps to draw the team s attention: 14 16

15 The conditional formatting 9 is basic; you can change the cell fill colour, based on a single condition for each parameter. Specific user-filtered schedules can be created to highlight clashes for individual team members to address: `These can be customized to the users preference, using any parameter and colour. 9 Autodesk Knowledge Network Specify Conditional Formatting for a Schedule 15 16

16 Jump to clashes from schedules From the schedule, using Highlight in Model the user can jump to each clash location, update the model, then check the Completed parameter to close the loop on their clashes. This will be reflected in each schedule, depending on how the filters and formatting are applied. It s up to you whether you keep the completed clashes, or purge them all out ready for the next round. If you keep them, you can use View Filters 10 to only show the Active clashes: Helpful References: Shoutout to Cesare Caoduro the mastermind behind all this. He created the dynamo script, the sphere family, the base Excel spreadsheet template. We just enhanced it. I salute him for doing a great job. 10 Autodesk Knowledge Network Apply a Filter 16 16

Session 3 _ Part A Effective Coordination with Revit Models

Session 3 _ Part A Effective Coordination with Revit Models Session 3 _ Part A Effective Coordination with Revit Models Class Description Effective coordination relies upon a measured strategic approach to using clash detection software. This class will share best

More information

Submittals Quick Reference Guide

Submittals Quick Reference Guide This topic provides a reference for the Project Center Submittals activity center. Purpose The Submittals activity center in Newforma Contract Management enables you to effectively log submittals and track

More information

MODEL SETUP FOR RENOVATION PROJECTS INSTRUCTIONS AND TUTORIALS

MODEL SETUP FOR RENOVATION PROJECTS INSTRUCTIONS AND TUTORIALS MODEL SETUP FOR RENOVATION PROJECTS INSTRUCTIONS AND TUTORIALS WHAT S INSIDE INTRODUCTION 1 PART ONE LAYERS AND CLASSES FOR RENOVATION PROJECT 1 OVERVIEW 1 SETTING UP LAYERS AND CLASSES 1 CREATING OBJECT

More information

MODEL SETUP FOR RENOVATION PROJECTS: INSTRUCTIONS AND TUTORIALS

MODEL SETUP FOR RENOVATION PROJECTS: INSTRUCTIONS AND TUTORIALS MODEL SETUP FOR RENOVATION PROJECTS: INSTRUCTIONS AND TUTORIALS TABLE OF CONTENTS INTRODUCTION 1 PART ONE LAYERS AND CLASSES FOR RENOVATION PROJECT 2 OVERVIEW 2 SETTING UP LAYERS AND CLASSES 2 CREATING

More information

HVAC in AutoCAD MEP: New and Improved. David Butts Gannett Fleming MP3724-L. Learning Objectives. At the end of this class, you will be able to:

HVAC in AutoCAD MEP: New and Improved. David Butts Gannett Fleming MP3724-L. Learning Objectives. At the end of this class, you will be able to: David Butts Gannett Fleming MP3724-L In the Building Information Modeling (BIM) world, there are still many users who have AutoCAD MEP but aren't ready to make the move to Autodesk Revit for a variety

More information

Learning Objectives. Description. Your AU Experts: Gabriel Hernandez Applied Software. David Ronson Applied Software

Learning Objectives. Description. Your AU Experts: Gabriel Hernandez Applied Software. David Ronson Applied Software MSF21377 The Optimal Revit to Fab Workflow Gabriel Hernandez Applied Software David Ronson Applied Software Learning Objectives Design to Fabrication workflows General modification of Fabrication parts

More information

Autodesk Inventor Drawing Manager Tips & Tricks

Autodesk Inventor Drawing Manager Tips & Tricks Alessandro Gasso Autodesk, Inc. MA1280 This class covers several workflows that answer the most common questions from the Inventor users about the Drawing Manager. You will learn how to add the scale value

More information

A Quick Spin on Autodesk Revit Building

A Quick Spin on Autodesk Revit Building 11/28/2005-3:00 pm - 4:30 pm Room:Americas Seminar [Lab] (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida A Quick Spin on Autodesk Revit Building Amy Fietkau - Autodesk and John Jansen;

More information

BIM 360 with AutoCAD Civil 3D, Autodesk Vault Collaboration AEC, and Autodesk Buzzsaw

BIM 360 with AutoCAD Civil 3D, Autodesk Vault Collaboration AEC, and Autodesk Buzzsaw BIM 360 with AutoCAD Civil 3D, Autodesk Vault Collaboration AEC, and Autodesk Buzzsaw James Wedding, P.E. Autodesk, Inc. CI4500 The modern design team does not end at the meeting room door, and by leveraging

More information

Geometry Controls and Report

Geometry Controls and Report Geometry Controls and Report 2014 InnovMetric Software Inc. All rights reserved. Reproduction in part or in whole in any way without permission from InnovMetric Software is strictly prohibited except for

More information

Autodesk University Automating Plumbing Design in Revit

Autodesk University Automating Plumbing Design in Revit Autodesk University Automating Plumbing Design in Revit All right. Welcome. A couple of things before we get started. If you do have any questions, please hang onto them 'till after. And I did also update

More information

BIM. e Submission Guideline Structural. Annex 1a. Recommended Process Revit 2010

BIM. e Submission Guideline Structural. Annex 1a. Recommended Process Revit 2010 BIM e Submission Guideline Structural Annex 1a Recommended Process Revit 2010 Building and Construction Authority 5 Maxwell Road #16-00 Tower Block MND Complex Singapore 069110 www.bca.gov.sg Revision

More information

Piping Workflow for MEP AutoCAD Piping Phil Nower Hazen and Sawyer

Piping Workflow for MEP AutoCAD Piping Phil Nower Hazen and Sawyer Piping Workflow for MEP AutoCAD Piping Phil Nower Hazen and Sawyer MP3512-L: In this class we will harness the power of MEP Data in AutoCAD. We will review the workflow to fully utilize this Data throughout

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

Autodesk Revit MEP 2014

Autodesk Revit MEP 2014 ISI ACADEMY Autodesk Revit MEP 2014 Getting Started Starting Revit Starting Revit for the First Time Opening a Project File Identifying the User Interface Components Managing User Interface Components

More information

Mastering Autodesk Navisworks 2013

Mastering Autodesk Navisworks 2013 Mastering Autodesk Navisworks 2013 Dodds, J ISBN-13: 9781118281710 Table of Contents Foreword xvii Introduction xix Part 1 Navisworks Basics 1 Chapter 1 Getting to Know Autodesk Navisworks 3 Interface

More information

CBCL Limited Sheet Set Manager Tutorial 2013 REV. 02. CBCL Design Management & Best CAD Practices. Our Vision

CBCL Limited Sheet Set Manager Tutorial 2013 REV. 02. CBCL Design Management & Best CAD Practices. Our Vision CBCL Limited Sheet Set Manager Tutorial CBCL Design Management & Best CAD Practices 2013 REV. 02 Our Vision To be the most respected and successful Atlantic Canada based employeeowned firm, delivering

More information

EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro. Rudy Prosser GISP CTT+ Instructor, Esri

EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro. Rudy Prosser GISP CTT+ Instructor, Esri EDUCATION GIS CONFERENCE Geoprocessing with ArcGIS Pro Rudy Prosser GISP CTT+ Instructor, Esri Maintenance What is geoprocessing? Geoprocessing is - a framework and set of tools for processing geographic

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.1.3 Red Hat, Inc. Feb 27, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

Revit MEP Tips, Tricks & Golden Nuggets

Revit MEP Tips, Tricks & Golden Nuggets Adam Sheather, ADG Class Description A quick fire roundup of all the little Revit MEP tips and tricks we can cover in 80mins. If you have ever wondered what that orient to view command does, how to get

More information

Autodesk Navisworks: Using Autodesk Navisworks in a BIM Workflow

Autodesk Navisworks: Using Autodesk Navisworks in a BIM Workflow Autodesk Navisworks: Using Autodesk Navisworks in a BIM Workflow Course Length: 2 days The Autodesk Navisworks Using Autodesk Navisworks in a BIM Workflow learning guide teaches you how to better predict

More information

Estimated Time Required to Complete: 45 minutes

Estimated Time Required to Complete: 45 minutes Estimated Time Required to Complete: 45 minutes This is the first in a series of incremental skill building exercises which explore sheet metal punch ifeatures. Subsequent exercises will address: placing

More information

Ansible Tower Quick Setup Guide

Ansible Tower Quick Setup Guide Ansible Tower Quick Setup Guide Release Ansible Tower 3.2.2 Red Hat, Inc. Mar 08, 2018 CONTENTS 1 Quick Start 2 2 Login as a Superuser 3 3 Import a License 5 4 Examine the Tower Dashboard 7 5 The Settings

More information

Sheet Metal Punch ifeatures

Sheet Metal Punch ifeatures Lesson 5 Sheet Metal Punch ifeatures Overview This lesson describes punch ifeatures and their use in sheet metal parts. You use punch ifeatures to simplify the creation of common and specialty cut and

More information

Optimizing Digital Drawing Files and BIM Models for Measurement and Estimating

Optimizing Digital Drawing Files and BIM Models for Measurement and Estimating Optimizing Digital Drawing Files and BIM Models for Measurement and Estimating Simon Lovegrove MRICS, AAIQS - Exactal CM4228 Drawing file formats issued for measurement and estimating purposes range from

More information

Create styles that control the display of Civil 3D objects. Copy styles from one drawing to another drawing.

Create styles that control the display of Civil 3D objects. Copy styles from one drawing to another drawing. NOTES Module 03 Settings and Styles In this module, you learn about the various settings and styles that are used in AutoCAD Civil 3D. A strong understanding of these basics leads to more efficient use

More information

Kodiak Corporate Administration Tool

Kodiak Corporate Administration Tool AT&T Business Mobility Kodiak Corporate Administration Tool User Guide Release 8.3 Table of Contents Introduction and Key Features 2 Getting Started 2 Navigate the Corporate Administration Tool 2 Manage

More information

MP BIM at the Heart of the MEP Subcontractor Business

MP BIM at the Heart of the MEP Subcontractor Business MP4229 - BIM at the Heart of the MEP Subcontractor Business Damien Legrand Sophie Montenot BIM Business Development Executive MEP BIM Manager 1 Class Summary Dive into the heart of an MEP subcontractor

More information

My Star Cards - StarCash

My Star Cards - StarCash My Star Cards - StarCash Table of Contents StarCash... 1 Star Cash... 1 StarCash Menu... 1 Related topics... 2 Order StarCash cards... 2 Order StarCash Cards... 2 StarCash Order List Screen... 2 StarCash

More information

Stratigraphy Modeling Boreholes and Cross Sections

Stratigraphy Modeling Boreholes and Cross Sections GMS TUTORIALS Stratigraphy Modeling Boreholes and Cross Sections The Borehole module of GMS can be used to visualize boreholes created from drilling logs. Also three-dimensional cross sections between

More information

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08

SCHEDULE USER GUIDE. Version Noventri Suite Schedule User Guide SF100E REV 08 SCHEDULE USER GUIDE Version 2.0 1 Noventri Suite Schedule User Guide SF100E-0162-02 REV 08 Table of Contents 1. SCHEDULE... 3 1.1 Overview... 3 1.2 Start SCHEDULE... 3 1.3 Select Project... 4 1.4 Select

More information

Materials Tutorial. Chapter 6: Setting Materials Defaults

Materials Tutorial. Chapter 6: Setting Materials Defaults Setting Materials Defaults Chapter 6: Materials Tutorial Materials display on the surfaces of objects in 3D views and can make a 3D view appear highly realistic. When applied to most objects, material

More information

6/12/2012. ADVANCED BIM PART I Setting up Navisworks Files & Working with Clash Reports Presenter: Steve Hunt Dee Cramer, Inc.

6/12/2012. ADVANCED BIM PART I Setting up Navisworks Files & Working with Clash Reports Presenter: Steve Hunt Dee Cramer, Inc. ADVANCED BIM PART I Setting up Navisworks Files & Working with Clash Reports Presenter: Steve Hunt Dee Cramer, Inc. 1 Presenter BIO Steven M. Hunt BIM/CAD Manager - Dee Cramer, Inc. in Holly, Michigan.

More information

6/12/2012. ADVANCED BIM PART I Setting up Navisworks Files & Working with Clash Reports Presenter: Steve Hunt Dee Cramer, Inc. Presenter BIO.

6/12/2012. ADVANCED BIM PART I Setting up Navisworks Files & Working with Clash Reports Presenter: Steve Hunt Dee Cramer, Inc. Presenter BIO. ADVANCED BIM PART I Setting up Navisworks Files & Working with Clash Reports Presenter: Steve Hunt Dee Cramer, Inc. Presenter BIO Steven M. Hunt BIM/CAD Manager - Dee Cramer, Inc. in Holly, Michigan. Estimating

More information

Batch Processing Converting images in a folder to JPEG

Batch Processing Converting images in a folder to JPEG Batch Processing Converting images in a folder to JPEG Request I would like to convert multiple RAW images (NEF files) to JPEG images all at once Response You can use a Batch Process to convert all RAW

More information

Kismet Interface Overview

Kismet Interface Overview The following tutorial will cover an in depth overview of the benefits, features, and functionality within Unreal s node based scripting editor, Kismet. This document will cover an interface overview;

More information

Materials Tutorial. Chapter 6: Setting Materials Defaults

Materials Tutorial. Chapter 6: Setting Materials Defaults Setting Materials Defaults Chapter 6: Materials Tutorial Materials display on the surfaces of objects in 3D views and can make a 3D view appear highly realistic. When applied to most objects, material

More information

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS v. 10.3 GMS 10.3 Tutorial Stratigraphy Modeling Boreholes and Cross Sections Become familiar with boreholes and borehole cross sections in GMS Objectives Learn how to import borehole data, construct a

More information

Introduction. Modding Kit Feature List

Introduction. Modding Kit Feature List Introduction Welcome to the Modding Guide of Might and Magic X - Legacy. This document provides you with an overview of several content creation tools and data formats. With this information and the resources

More information

Instructions.

Instructions. Instructions www.itystudio.com Summary Glossary Introduction 6 What is ITyStudio? 6 Who is it for? 6 The concept 7 Global Operation 8 General Interface 9 Header 9 Creating a new project 0 Save and Save

More information

Zooming in on Architectural Desktop Layouts Alexander L. Wood

Zooming in on Architectural Desktop Layouts Alexander L. Wood December 2-5, 2003 MGM Grand Hotel Las Vegas Alexander L. Wood Code BD41-3L Take advantage of both AutoCAD and Autodesk Architectural Desktop Layout features. We'll look at the basics of setting up AutoCAD

More information

ModelBuilder Getting Started

ModelBuilder Getting Started 2013 Esri International User Conference July 8 12, 2013 San Diego, California Technical Workshop ModelBuilder Getting Started Matt Kennedy Esri UC2013. Technical Workshop. Agenda Geoprocessing overview

More information

House Design Tutorial

House Design Tutorial House Design Tutorial This House Design Tutorial shows you how to get started on a design project. The tutorials that follow continue with the same plan. When you are finished, you will have created a

More information

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax:

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax: Learning Guide ASR Automated Systems Research Inc. #1 20461 Douglas Crescent, Langley, BC. V3A 4B6 Toll free: 1-800-818-2051 e-mail: support@asrsoft.com Fax: 604-539-1334 www.asrsoft.com Copyright 1991-2013

More information

VTube-LASER Quick Start Guide

VTube-LASER Quick Start Guide VTube-LASER Quick Start Guide This guide shows how to import a STEP file and then MEASURE and qualify demo tube 4 using the standard UNISCAN method of measuring. The steps in this workflow are from version

More information

MASA. (Movement and Action Sequence Analysis) User Guide

MASA. (Movement and Action Sequence Analysis) User Guide MASA (Movement and Action Sequence Analysis) User Guide PREFACE The MASA software is a game analysis software that can be used for scientific analyses or in sports practice in different types of sports.

More information

House Design Tutorial

House Design Tutorial Chapter 2: House Design Tutorial This House Design Tutorial shows you how to get started on a design project. The tutorials that follow continue with the same plan. When you are finished, you will have

More information

digitization station DIGITAL SCRAPBOOKING 120 West 14th Street

digitization station DIGITAL SCRAPBOOKING 120 West 14th Street digitization station DIGITAL SCRAPBOOKING 120 West 14th Street www.nvcl.ca techconnect@cnv.org DIGITAL SCRAPBOOKING With MyMemories Suite 6 The MyMemories Digital Scrapbooking software allows you to create

More information

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19

Table of Contents. Creating Your First Project 4. Enhancing Your Slides 8. Adding Interactivity 12. Recording a Software Simulation 19 Table of Contents Creating Your First Project 4 Enhancing Your Slides 8 Adding Interactivity 12 Recording a Software Simulation 19 Inserting a Quiz 24 Publishing Your Course 32 More Great Features to Learn

More information

The best-in-class and most popular timing software!

The best-in-class and most popular timing software! The best-in-class and most popular timing software! Event Setup Registration Event timing Results processing Results distribution Championship management With MYLAPS Orbits 4 you can easily time your events

More information

MEP Coordination. Ir. Dr. Sam C. M. Hui Faculty of Science and Technology

MEP Coordination. Ir. Dr. Sam C. M. Hui Faculty of Science and Technology SBS5411 Building Information Modelling for BSE http://ibse.hk/sbs5411/ MEP Coordination Ir. Dr. Sam C. M. Hui Faculty of Science and Technology E-mail: cmhui@vtc.edu.hk Oct 2018 Contents Introduction Clash

More information

Revit Structure 2014 Basics

Revit Structure 2014 Basics Revit Structure 2014 Basics Framing and Documentation Elise Moss Authorized Author SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit

More information

Autodesk University Project Navigator to the Rescue in AutoCAD Architecture: Fix Standard Mismatches in a Project

Autodesk University Project Navigator to the Rescue in AutoCAD Architecture: Fix Standard Mismatches in a Project Autodesk University Project Navigator to the Rescue in AutoCAD Architecture: Fix Standard Mismatches in a Project Good afternoon. Thank you for choosing the class Project Navigator to the Rescue in AutoCAD

More information

Autodesk Revit MEP Learning Essentials Training Course Outline

Autodesk Revit MEP Learning Essentials Training Course Outline Module 00 Revit in a Nutshell Interactive exercise on creating and documenting a basic building Module 01 Introduction to the Principles of BIM Simple Truths Behind the hype The benefits of BIM What will

More information

Materials Tutorial. Setting Materials Defaults

Materials Tutorial. Setting Materials Defaults Materials Tutorial Materials display on the surfaces of objects in 3D views and can make a 3D view appear highly realistic. When applied to most objects, material quantities will also be calculated in

More information

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives Chapter 2 Drawing Sketches for Solid Models Learning Objectives After completing this chapter, you will be able to: Start a new template file to draw sketches. Set up the sketching environment. Use various

More information

Autodesk Architectural Desktop Functionality for the Autodesk Building Systems User

Autodesk Architectural Desktop Functionality for the Autodesk Building Systems User 11/28/2005-1:00 pm - 2:30 pm Room:N. Hemispheres (Salon A1) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Autodesk Architectural Desktop Functionality for the Autodesk Building Systems

More information

Revit Structure 2012 Basics:

Revit Structure 2012 Basics: SUPPLEMENTAL FILES ON CD Revit Structure 2012 Basics: Framing and Documentation Elise Moss autodesk authorized publisher SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Structural

More information

Chief Architect X3 Training Series. Layers and Layer Sets

Chief Architect X3 Training Series. Layers and Layer Sets Chief Architect X3 Training Series Layers and Layer Sets Save time while creating more detailed plans Why do you need Layers? Setting up Layer Lets Adding items to layers Layers and Layout Pages Layer

More information

CSI: CAD Standards Implementation

CSI: CAD Standards Implementation CSI: CAD Standards Implementation Sam Lucido Haley and Aldrich, Inc. IT15277 Did you know that AutoCAD has a CAD Standards Manager? Yes, there is a panel on the Ribbon under the manage tab where you can

More information

Program - Project Management

Program - Project Management Program - Project Management Powered by Autodesk PLM 360 Coordinate and track projects throughout the lifecycle of a product New Product Introduction (NPI) is the term used to describe the complete process

More information

SkeeterSoft s National Pastime III Simulated Baseball Game

SkeeterSoft s National Pastime III Simulated Baseball Game SkeeterSoft s National Pastime III Simulated Baseball Game File Save/Import Game The following game has just been completed. After clicking the OK Button you have a choice of saving the game to a file.

More information

33-2 Satellite Takeoff Tutorial--Flat Roof Satellite Takeoff Tutorial--Flat Roof

33-2 Satellite Takeoff Tutorial--Flat Roof Satellite Takeoff Tutorial--Flat Roof 33-2 Satellite Takeoff Tutorial--Flat Roof Satellite Takeoff Tutorial--Flat Roof A RoofLogic Digitizer license upgrades RoofCAD so that you have the ability to digitize paper plans, electronic plans and

More information

User Guide US AUS Avontus Software Corporation. All Rights Reserved

User Guide US AUS Avontus Software Corporation. All Rights Reserved User Guide Scaffold Designer is a simple but powerful scaffold drawing tool that allows the design of scaffold structures of any complexity and generates a bill of materials automatically. This guide covers

More information

Autodesk Revit MEP Plumbing: Mystery Solved

Autodesk Revit MEP Plumbing: Mystery Solved Plamen Hristov Capital Engineering Consultants, Inc The plumbing portion of Revit MEP has the undeserved reputation of not ready yet." We will dispel that notion in this hands-on lab where you will have

More information

Sheet Metal OverviewChapter1:

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

More information

EZDOME User Guide v.1.2

EZDOME User Guide v.1.2 EZDOME User Guide v.1.2 EZDome is an environment tool for Poser. It will create an environment sphere which will add global lighting to your scene. EZDome can import standard sibl sets as well as standard

More information

Mastering. AutoCAD Sheet Sets THE COVER. An Expert Guide

Mastering. AutoCAD Sheet Sets THE COVER. An Expert Guide Mastering THE COVER Qui volore imagnihillit que la nimolora vellorendemporaecab imperit harum que dolor mint faccabori inveles et fugitibus dioris maiones. AutoCAD Sheet Sets An Expert Guide Contents Introduction

More information

Autodesk University See What You Want to See in Revit 2016

Autodesk University See What You Want to See in Revit 2016 Autodesk University See What You Want to See in Revit 2016 Let's get going. A little bit about me. I do have a degree in architecture from Texas A&M University. I practiced 25 years in the AEC industry.

More information

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents

GIS Module GMS 7.0 TUTORIALS. 1 Introduction. 1.1 Contents GMS 7.0 TUTORIALS 1 Introduction The GIS module can be used to display data from a GIS database directly in GMS without having to convert that data to GMS data types. Native GMS data such as grids and

More information

Fundamentals of ModelBuilder

Fundamentals of ModelBuilder Fundamentals of ModelBuilder Agenda An Overview of Geoprocessing Framework Introduction to ModelBuilder Basics of ArcToolbox Using ModelBuilder Documenting Models Sharing Models with Others Q & A Geoprocessing

More information

Hyperion System 9 Financial Data Quality Management

Hyperion System 9 Financial Data Quality Management Hyperion System 9 Financial Data Quality Management Administrator Training Guide WebLink Version 8.3, 8.31, and Hyperion System 9 Financial Data Quality Management Version 9.2.0 Hyperion Financial Management

More information

METAL FRAMING Wall+ SHOP DRAWINGS

METAL FRAMING Wall+ SHOP DRAWINGS METAL FRAMING Wall+ SHOP DRAWINGS Shop Drawings Finish your modeling with built-in shop drawing generator and deliver your wall framing estimation the same hour. Build your complete shop drawings with

More information

ArcGIS 9 Using ArcGIS StreetMap

ArcGIS 9 Using ArcGIS StreetMap ArcGIS 9 Using ArcGIS StreetMap Copyright 2001 2004 ESRI All Rights Reserved. Printed in the United States of America. The information contained in this document is the exclusive property of ESRI. This

More information

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes

v. 8.0 GMS 8.0 Tutorial GIS Module Shapefile import, display, and conversion Prerequisite Tutorials None Time minutes v. 8.0 GMS 8.0 Tutorial Shapefile import, display, and conversion Objectives Learn how to import and display shapefiles with and without ArcObjects. Convert the shapefiles to GMS feature objects. Prerequisite

More information

Quick Start for Autodesk Inventor

Quick Start for Autodesk Inventor Quick Start for Autodesk Inventor Autodesk Inventor Professional is a 3D mechanical design tool with powerful solid modeling capabilities and an intuitive interface. In this lesson, you use a typical workflow

More information

Solving tasks and move score... 18

Solving tasks and move score... 18 Solving tasks and move score... 18 Contents Contents... 1 Introduction... 3 Welcome to Peshk@!... 3 System requirements... 3 Software installation... 4 Technical support service... 4 User interface...

More information

House Design Tutorial

House Design Tutorial Chapter 2: House Design Tutorial This House Design Tutorial shows you how to get started on a design project. The tutorials that follow continue with the same plan. When you are finished, you will have

More information

Basics Pictures Media Bar

Basics Pictures Media Bar Basics 1 The right pictures can make your publication stand out from the crowd. In this tutorial, we ll show you how to: Add and replace pictures. Use the Media Bar. Pan, zoom, and crop pictures. Apply

More information

nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1

nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1 nvision Actuals Drilldown (Non-Project Speedtypes) Training Guide Spectrum+ System 8.9 November 2010 Version 2.1 Table of Contents Introduction. Page 03 Logging into Spectrum.Page 03 Accessing the NVision

More information

House Design Tutorial

House Design Tutorial Chapter 2: House Design Tutorial This House Design Tutorial shows you how to get started on a design project. The tutorials that follow continue with the same plan. When we are finished, we will have created

More information

i800 Series Scanners Image Processing Guide User s Guide A-61510

i800 Series Scanners Image Processing Guide User s Guide A-61510 i800 Series Scanners Image Processing Guide User s Guide A-61510 ISIS is a registered trademark of Pixel Translations, a division of Input Software, Inc. Windows and Windows NT are either registered trademarks

More information

9. Click Load a Picture and navigate to \Documents\Premier+\Samples\Premier+Lessons\Create.

9. Click Load a Picture and navigate to \Documents\Premier+\Samples\Premier+Lessons\Create. P a g e 1 See how to take a basic background image and make 3 different embroideries. Make a simple Quilt Design in PREMIER+ EXTRA. Create a simple sail boat embroidery, and then make it special with PREMIER+

More information

AutoCAD Architecture 2014

AutoCAD Architecture 2014 CADLearning for AutoCAD Architecture 2014 Course Details 19+ hours of training 325 video tutorials Exercise files included Instructor: Reid Addis Course Description CADLearning for AutoCAD Architecture

More information

Subdivision Cross Sections and Quantities

Subdivision Cross Sections and Quantities NOTES Module 11 Subdivision Cross Sections and Quantities Quantity calculation and cross section generation are required elements of subdivision design projects. After the design is completed and approved

More information

AUGI Tips and Tricks: The Reunion Tour Autodesk Revit Style

AUGI Tips and Tricks: The Reunion Tour Autodesk Revit Style AUGI Tips and Tricks: The Reunion Tour Autodesk Revit Style Donnia Tabor-Hanson Cope Architecture AB3279 After many years of having a successful Autodesk University class on AUGI tips and tricks featuring

More information

Advanced Topics Using the Sheet Set Manager in AutoCAD

Advanced Topics Using the Sheet Set Manager in AutoCAD Advanced Topics Using the Sheet Set Manager in AutoCAD Sam Lucido Haley and Aldrich, Inc. GEN15297 Do you still open drawings one at a time? Do you print drawings one at a time? Do you update the index

More information

LAUNCHPAD. Getting Started Guide

LAUNCHPAD. Getting Started Guide LAUNCHPAD Getting Started Guide Overview Launchpad Thank you for buying Launchpad, the iconic grid instrument for Ableton Live. You re now part of the evolution in the creation of electronic music! The

More information

Lattice Design Solid Infills. Tutorial_V2 : 13,0600,1489,1616(SP6)

Lattice Design Solid Infills. Tutorial_V2 : 13,0600,1489,1616(SP6) Lattice Design Solid Infills Tutorial_V2 : 13,0600,1489,1616(SP6) Introduction 3DXpert for SOLIDWORKS includes tools for creating optimized structures, using Lattices and Infills. Infills are structures

More information

The Magazine for Photographers November 2016

The Magazine for Photographers November 2016 The Magazine for Photographers The Magazine for Photographers CONTENTS NOVEMBER 4 Panning and Zooming in Lightroom 16 Photoshop Tool Presets 23 Step by Step: Pencil Shading Effect 32 Batch Renaming 46

More information

Section 1. Introduction and Review. Objectives: Log on to the computer Launch AutoCAD Create, open, and save a drawing Review AutoCAD basics

Section 1. Introduction and Review. Objectives: Log on to the computer Launch AutoCAD Create, open, and save a drawing Review AutoCAD basics Section 1 Introduction and Review Objectives: Log on to the computer Launch AutoCAD Create, open, and save a drawing Review AutoCAD basics Drawing Assignments: NCAA Basketball Court Plot Style Table (Check-off)

More information

1. What is SENSE Batch

1. What is SENSE Batch 1. What is SENSE Batch 1.1. Introduction SENSE Batch is processing software for thermal images and sequences. It is a modern software which automates repetitive tasks with thermal images. The most important

More information

Appendix to Chapter 1 Release 3

Appendix to Chapter 1 Release 3 Appendix to Chapter 1 Release 3 Introduction to AutoCAD Architectural Desktop Release 3 Enhancements to AutoCAD Architectural Desktop Release 3 include changes in the content of the menu bar, toolbars,

More information

RosterPro by Demosphere International, Inc.

RosterPro by Demosphere International, Inc. RosterPro by INDEX OF PAGES: Page 2 - Getting Started Logging In About Passwords Log In Information Retrieval Page 3 - Select Season League Home Page Page 4 - League Player Administration Page 5 - League

More information

Sheets Happen! Using the Sheet Set Manager

Sheets Happen! Using the Sheet Set Manager Sheets Happen! Using the Sheet Set Manager Westwood Professional Services June 2007 Using AutoCAD s Sheet Set Manager Introduction The Sheet Set Manager organizes, displays, and manages sheet sets, a named

More information

Creating Interim & Final Invoices - Basic Steps

Creating Interim & Final Invoices - Basic Steps Creating Invoices in your fp. system is a straightforward and flexible. Please follow the steps in this article, to learn the basics of building interim or final invoices. Refer to other articles to learn

More information

Getting Started. with Easy Blue Print

Getting Started. with Easy Blue Print Getting Started with Easy Blue Print User Interface Overview Easy Blue Print is a simple drawing program that will allow you to create professional-looking 2D floor plan drawings. This guide covers the

More information

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components

Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Required Components v. 10.3 GMS 10.3 Tutorial Importing, displaying, and converting shapefiles Objectives Learn how to import and display shapefiles in GMS. Learn how to convert the shapefiles to GMS feature objects. Prerequisite

More information

Montana Association of Registered Land Surveyors Conference 2013

Montana Association of Registered Land Surveyors Conference 2013 AutoCAD CIVIL 3D Survey Features - Field to Finish This session is an introduction to the Civil 3D Survey Tools. We will cover some basics of working with Survey Databases and Automated Linework. We will

More information

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board.

MRI Grid. The MRI Grid is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Abstract The is a tool in MRI Cell Image Analyzer, that can be used to associate measurements with labeled positions on a board. Illustration 2: A grid on a binary image. Illustration 1: The interface

More information