Revit - Understanding Parameters

Size: px
Start display at page:

Download "Revit - Understanding Parameters"

Transcription

1 Parameters are the i in BiM. Parameters store information which can be scheduled, exported to other applications or viewed as properties of an object like the height of a wall or the width of a door. Not only do you need to understand how Revit parameters work but more importantly you need to figure out the best practices for using those parameters that will achieve good outputs for your schedules, data drops orintegration. I will concentrate on how Revit implements parameters first and then in a number of posts work up to tasks like outputting to schedules including, utilizing parameters in tags, filtering and changing views based on parameters. Revit - Understanding Parameters Definitions; Parameter Is a setting that determines the appearance or behaviour of an element, type, or view. Project Parameters Are user-defined fields that you add to multiple categories of elements, sheets, or views in a project. These parameters are specific to the project and cannot be shared with other projects. For example: You can create a project parameter named Approved By for views. In the properties for each view you can enter a value for this parameter to indicate who approved the view. You can use a project parameter in multi-category or single-category schedules. However, you cannot use project parameters in tags for model elements. Family Parameters Are user-defined fields that you add to families. They are stored in the family file, and cannot be used in any other element or environment apart from the family it was created in. Shared Parameters Are user-defined fields that you add to families or projects and then share with other families and projects. They are stored in a file independently of the family file or Revit project; this allows you to access the file from different families or projects. In addition, shared parameters can be used in tags for model elements, and they can display in schedules. Type Parameters Are settings that control the appearance or behaviour of all elements of a particular family type. Type parameters are common to many elements in a family. A type parameter affects all instances (individual elements) of that family in the project and any future instances that you place in the project. Instance Parameters Are settings that control the appearance or behaviour of an individual element in a project. The instance parameters and type parameters of an element combine to establish its element properties. Instance parameters can vary with the location of an element in a building or project. An instance property affects only one selected element, or the element that you are about to place. For example: Suppose that you select a beam and click (Element Properties). You change one of the instance parameters and click OK. Only that beam is affected, even if the project contains other instances (individual beams) of the same type. Another example: The dimensions of a window are type parameters, while its elevation from the level is an instance parameter. Similarly, cross-sectional dimensions of a beam are type parameter, while beam length is an instance parameter.

2 In terms of what type of parameter to use when, that all comes down to what you want to use that parameter for. For example: If you are creating a structural connection family, let's say a simple face based plate, you will add parameters for the dimensions of the plate, length, width, thickness. If you use a family parameter for this, the parameters will flex, and do everything that a shared parameter will do apart from one key thing, a family parameter cannot be used anywhere else but in the family where it is created. If you were to use a shared parameter instead, these parameters can be scheduled, and because the parameters are stored in your company shared parameter.txt file, they can be used on future structural connection families you create. You can now create a structural connection schedule and add these shared parameters to the schedule. PARAMETERS IN REVIT Parameters are placeholders for data and should have descriptive names e.g. Asset Tag, Building Code, Serial Number, etc. Revit comes with numerous families such as walls, doors, furniture, etc. which are very useful to get you started. All those families include parameters which can get generate schedules in a fraction of the time it would have taken using traditional CAD systems. Unlike traditional CAD systems, schedules are not extracted or generated, the parameter data in the schedule is the model and vice versa. You can add your own parameters to the families that come with Revit or create new families with their own parameters. If you have come from the AutoCAD world, you may be familiar with attributes which are placeholders for text e.g. Door Number for a Door. For AutoCAD attributes to work they have to be part of a block. The block can then be inserted many times into a drawing, each instance of that block can then contain different information for the attribute e.g. door number 01, 02, 03, etc. While it may take a little time to get comfortable with the parameter concept in Revit at first, the flexibility of parameters is far more powerful than AutoCAD attributes. Parameter Types Revit contains two types of parameters, Instance and Type. The best way to describe the difference is through everyday examples. Type Parameter A Type Parameter is common to a type of door. D6 may refer to a double door type which is 1810mm wide x 2110mm high. The double door family may contain numerous other configurations for the size of a double door but this particular door type is 1810mmx2110mm. Instance Parameter

3 When you place the D6 type door in a wall in Revit, the individual door is an instance of door type D6. The instance of the door has its own unique properties which extend on the door type properties e.g. The door number is DG01. If you have ever created a door schedule or schedule of any components that have types, this concept should be reasonably straightforward. You will also remember the pain staking effort to effort required to manually manage the coordination between drawings and schedules. Only 100% certainty of coordination would ensure a good nights sleep, so schedules had to be checked and rechecked in their entirety. Much of this painstaking effort is now removed as Revit is excellent at coordination. How does it all look in Revit? Click on a door in Revit. You can use the sample project if you haven't already started to use Revit. In the Properties panel, you will see the Instance Parameters for the Door. All these values are particular to this door and this door only. Revit includes a Mark which is a unique identifier for the door. The first time you create a schedule for doors, the Mark values will be automatically assigned based on the the order the doors were created. You can renumber the Marks to match your door numbering system but you may want to hold off on this as Revit can quite cleverly number doors based on combinations of parameters e.g. the Mark can be appended to the room number which can be useful in identifying the location of the door. Note - Revit will not allow duplicate Marks and will issue a warning if a duplicate is entered.

4 To view the Type Parameters, click on Edit Type. The Type Parameters are common to all doors of this type.

5 Shared and Project Parameters Revit also has a concept of shared and project parameters. Project Parameters are particular to the current project or Revit model whereas shared parameters can be stored in a file and used for many projects. Only Shared Parameters can be used in tags, so if you want your asset code to appear on the drawings, you will need to use shared parameters. Why would anyone use Project Parameters then if the Shared Parameters offer more bang for your buck? Project Parameters are quick and easy ad should be used for ad-hoc purposes i.e. creating a zone for a rooms to allow quick generation of a zone schedule. Shared parameters require management. Office wide shared parameter file(s) should be created for information that is common to projects. For example, I have a shared instance parameter called Fire Rating. Although Revit includes a built-in parameter named Fire Rating for families such as walls and doors, the parameter is a type parameter. It is useful to have a Fire Rating parameter that can be applied to each instance of a

6 wall or door indicating that although the wall or door type can achieve a 1 hour fire rating, this instance only requires 30 minutes performance based on fire engineering calculations. I could then create a view with all the 1 hour rated instances of walls or doors in red or filter all the doors where the fire rating for the type of door does not match the required rating. Shared Parameters To create or open an existing shared parameters file, on the Manage tab, select Shared Parameters in the Settings panel. You can create a new shared parameter file from scratch or use the one I have created. Shared parameter files are simple text files but the contents are in a particular order so avoid editing them using notepad. Each Revit project can have only one shared parameter file. The shared parameter file should be stored in a location which is accessible by all those who will use it. On larger teams, you may want to make the file, folder or drive read-only for most users if you want to restrict who can edit the shared parameters.keep backups also. The Shared Parameter file contains Parameter Groups and each group contains parameters. Groups just help organise the parameters into logical divisions which is useful when you have a lot of parameters. You can move parameters between groups using the Move button.

7 To add a parameter to a group, click the new button under Parameters. Give the parameter a logical name. Parameters can be specific to a discipline which ensures that it won't be an option when applying the parameter to other disciplines e.g. Doors parameters won't be assigned to pipes. I tend to leave every parameter as Common just in case. The type of parameters is important. If you ever used database tools such as Access or MySQL, you will understand that data need types e.g. Text, Number, Boolean, etc. This allows databases to efficiently store and retrieve data and ensures similar type data can be compared. Text is the most common and flexible format but you cannot subtract one text value from another, Integer or Number should be used in that case. Note, the type cannot be changed after the shared parameter is created. If you need to change the type, delete the parameter and then recreate it. Make sure the type is what you want before you start to use the shared parameter on a project or projects.

8 Note: When creating shared parameters, avoid duplicating parameters that are already built into Revit. They will work but it is confusing as users could mistakenly enter data into one or either or both. Make users aware of the shared parameters in use throughout the office and where the file can be accessed from. There is one more step to allow the shared parameters to be used in a project. On the Manage tab, select Project Parameters in the Settings panel. Click Add. Select Shared Parameter as the Parameter Type.

9 Select the desired shared parameter. In this example I am going to select Fire Rating as an instance parameter so I can apply the fire engineers ratings to each instance of a wall.

10 You must select a group for the parameter. These are inbuilt groups which you will see in the properties panel. There is no right and wrong here, just use logic to select the right group. This can be changed afterwards. Lastly, select the categories you wish to make the parameter available to. I want Fire Rating as an instance parameter for Walls and Doors only. Now select any wall or door. Check the properties window. Under Fire Protection, you will see a property named Fire Rating.

11 Summary Parameters are the i in BiM. Revit provides a comprehensive list of built in parameters, ad-hoc parameters can be created using project parameters and shared parameters are a very powerful means of extending and standardizing the data that can be stored about any Revit object (instance) or object type (family). Video:

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

Step 2: To begin creating subregions, be sure you still have the Site Floor Plan selected and then click on the Massing and Site tab (1). Under this t

Step 2: To begin creating subregions, be sure you still have the Site Floor Plan selected and then click on the Massing and Site tab (1). Under this t Abstract: This step by step guide will help you understand how to create subregions in Revit. These subregions will allow you to represent hardscapes and turf areas in your site model. **These steps begin

More information

84 part video tutorial training course. The course is 100% free with no catches or exclusions. You don

84 part video tutorial training course. The course is 100% free with no catches or exclusions. You don Please Note: If you're new to Revit, you may be interested in my " Beginner's Guide to Revit Architecture " 84 part video tutorial training course. The course is 100% free with no catches or exclusions.

More information

BIM. The Fastest Way to Quickly & Easily Insert and Modify Elements that are used in Revit project

BIM. The Fastest Way to Quickly & Easily Insert and Modify Elements that are used in Revit project BIM The Fastest Way to Quickly & Easily Insert and Modify Elements that are used in Revit project BIM Tree Manager Working with Elements Dynamic Tree allows easily to navigate, find, modify any element

More information

Table of contents. 1: Compliancy with Revit 2018 and Revit : New Section Box : Link to Excel : Element Lookup...

Table of contents. 1: Compliancy with Revit 2018 and Revit : New Section Box : Link to Excel : Element Lookup... 2019 What's New What's New in GRAITEC Advance PowerPack 2019 Table of contents NEWS... 4 1: Compliancy with Revit 2018 and Revit 2019... 4 2: New Section Box... 4 3: Link to Excel... 6 4: Element Lookup...

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

Victaulic Tools for Revit

Victaulic Tools for Revit Victaulic Tools for Revit User Manual Revit 2016, 2017, 2018 Table of Contents Introduction Section 01 Licensing Page 3 Section 02 Pipe Tools (Pipe / Duct Splitting) Page 4 Section 03 Pipe Tools (Pipe

More information

A PRESENTATION FOR. Houston Area Revit Users Group

A PRESENTATION FOR. Houston Area Revit Users Group A PRESENTATION FOR Houston Area Revit Users Group Presented By: David Roberts BIM Coordinator Getting Off To A Good Start Staying up to date with new technology to help in our design and drafting is what

More information

Autodesk Revit 2013 BIM Management

Autodesk Revit 2013 BIM Management Autodesk Revit 2013 BIM Management Template and Family Creation SDC P U B L I C AT I O N S Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Chapter 1 Creating Custom

More information

RushForth Tools for Revit: User Guide

RushForth Tools for Revit: User Guide Table of Contents (Click to Jump to Section) PARAMETER TRANSFORMER... 3 PARAMETER TRANSFORMER: FILTER TAB... 3 PARAMETER TRANSFORMER: MODIFY TAB... 7 PARAMETER TRANSFORMER: EXCEL TAB... 11 PARAMETER TRANSFORMER:

More information

Building Information Modeling

Building Information Modeling Chapter Building Information Modeling 1 Building information modeling (BIM) is an integrated workflow built on coordinated, reliable information about a project from design through construction and into

More information

Revit 2017 Architecture Certification Exam Study Guide

Revit 2017 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2017 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

Revit 2018 Architecture Certification Exam Study Guide

Revit 2018 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2018 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

Architectural Desktop 2007

Architectural Desktop 2007 Architectural Desktop 2007 Markin' Time - Keeping on Schedule with ADT Paul Oakley S2-3 Course Summary: Designed as an introduction and/or update for both new and existing ADT users, this course provides

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

The All-in-One Solution for General Design, BIM and Mechanical

The All-in-One Solution for General Design, BIM and Mechanical The All-in-One Solution for General Design, BIM and Mechanical Bricsys represents the future of the.dwg format, with comprehensive workflows for general design, mechanical design and BIM. Here s the best

More information

Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software

Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software Covers Autodesk Advance Steel fundamentals, so you become quickly productive with the software Autodesk Advance Steel 2017 www.autodesk.com new Autodesk Advance Steel users. It is recommended that you

More information

CADS Revit Scia Engineer Link Best Practices

CADS Revit Scia Engineer Link Best Practices CADS Revit Scia Engineer Link Best Practices Copyright 2013 Computer and Design Services Limited Contents Contents... 2 1 Installation... 4 2 Work Flow... 5 2.1 Revit Architecture Model to Scia Engineer

More information

Newforma Project Information Link Quick Reference Guide

Newforma Project Information Link Quick Reference Guide Newforma Project Information Link Quick Reference Guide This topic provides a reference for Newforma Project Information Link. Purpose Newforma Project Information Link enables you to make a connection

More information

Revit MEP Project Setup Procedure

Revit MEP Project Setup Procedure NOTE: The following summarize the steps required to set up a Revit MEP project from scratch where an architectural model is linked into the MEP project. This information is not authorized by Autodesk and

More information

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

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

More information

BIM Diploma content ( included courses) : Training course Course Levels Duration Outputs Revi t Architecture

BIM Diploma content ( included courses) : Training course Course Levels Duration Outputs Revi t Architecture What is BIM? Autodesk BIM is an intelligent model-based process that helps owners and service providers achieve business results by enabling more accurate, accessible, and actionable insight throughout

More information

REVIT - ENTOURAGE & MATERIALS

REVIT - ENTOURAGE & MATERIALS TUTORIAL C-29B: REVIT - ENTOURAGE & MATERIALS This Tutorial explains how to insert Entourage Elements such as Revit People and Trains; as well as, how to apply materials to all the various Revit components

More information

Revit Architecture 2015 Basics

Revit Architecture 2015 Basics Revit Architecture 2015 Basics From the Ground Up 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

The CAP Panel Builder technology is designed to construct and manage configurations of stack panel products.

The CAP Panel Builder technology is designed to construct and manage configurations of stack panel products. About The CAP technology is designed to construct and manage configurations of stack panel products. Use the intuitive to assemble the components and control properties of stackable panels such as top

More information

AR Software Solutions. ARUtils ViewlisticVP 21/06/2018. Table of Contents ARUtils Before you start. Copyright AR Software Solutions

AR Software Solutions. ARUtils ViewlisticVP 21/06/2018. Table of Contents ARUtils Before you start. Copyright AR Software Solutions ViewlisticVP 21/06/2018 Table of Contents Before you start Copyright TABLE OF CONTENTS ARUTILS VIEWLISTICVP... 1 TABLE OF CONTENTS... 2 ARUTILS-VIEWLISTICVP THINGS TO KNOW... 3 COMMANDS... 3 IMPORT / EXPORT

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 power of BIM for structural engineering. Autodesk Revit. Structure

The power of BIM for structural engineering. Autodesk Revit. Structure The power of BIM for structural engineering. Autodesk Revit Structure Improve Efficiency, Accuracy, and Coordination Concurrent modeling for structural design, analysis, and coordinated documentation Building

More information

Revit. Website:

Revit.   Website: Revit Email: info@computertraininingwales.co.uk Website: www.computertrainingwales.co.uk Revit Beginner The objective of this Revit training course is to give delegates the fundamental skills to use the

More information

Autodesk Revit Architecture Certification Preparation

Autodesk Revit Architecture Certification Preparation John Herridge Autodesk, Inc. Glenn Katz Autodesk, Inc. AB3585 Autodesk Certification signifies your experience and expertise to employers and clients around the world and, as such, is a very powerful asset

More information

Schedule Everything!

Schedule Everything! ! (and take out the boredom) Bruce Gow Application Specialist. The Speaker. Bruce Gow Karel*Cad. Bruce Gow Architects. Bruce is an architect who trains, demonstrates, supports and implements Revit for

More information

Course BIM MEP Diploma Revit MEP Navis Works

Course BIM MEP Diploma Revit MEP Navis Works Course BIM MEP Diploma Revit MEP Navis Works BIM Electromechanical Diploma : BIM MEP diploma maximize the BIM workflow optimization and gives the engineer the full capabilities to perform MEP Model consists

More information

Ruukki Toolbox for Revit & AutoCAD. Installation, registration and basic usage

Ruukki Toolbox for Revit & AutoCAD. Installation, registration and basic usage Ruukki Toolbox for Revit & AutoCAD Installation, registration and basic usage 1. Contents 1. Download installation package 4 2. Unzip and install the application 4 3. Registration 6 4. Basic usage 10 5.

More information

Midas Link for Revit Structure

Midas Link for Revit Structure Midas Gen Technical Paper Table of Contents Introduction Getting Started Send Model to midas Gen Update Model from midas Gen Applicable data for midas Link for Revit Structure What is Updated from midas

More information

Revit Structure. Autodesk Navisworks

Revit Structure. Autodesk Navisworks What is BIM? Autodesk BIM is an intelligent model-based process that helps owners and service providers achieve business results by enabling more accurate, accessible, and actionable insight throughout

More information

User Interface Revit s user interface is adaptive, changing based on your selections and views. options. Room Tag Split Elements

User Interface Revit s user interface is adaptive, changing based on your selections and views. options. Room Tag Split Elements NU REVIT TUTORIAL Instructor: David Snell, AIA LEED AP BD+C Tutorial 1: 2016-01-25 Page 1 of 8 User Interface Revit s user interface is adaptive, changing based on your selections and views. Application

More information

Revit MEP. Autodesk Navisworks

Revit MEP. Autodesk Navisworks What is BIM? Autodesk BIM is an intelligent model-based process that helps owners and service providers achieve business results by enabling more accurate, accessible, and actionable insight throughout

More information

Stop! Before you go any further into this article, by far the easiest way to understand Revit's View Range

Stop! Before you go any further into this article, by far the easiest way to understand Revit's View Range Stop! Before you go any further into this article, by far the easiest way to understand Revit's View Range settings is to watch my YouTube video tutorial. Of course you're more than welcome to read the

More information

Security Access Manager (SAM ) System. Operations Manual

Security Access Manager (SAM ) System. Operations Manual FPO Cover Art to be supplied by SAFLOK Security Access Manager (SAM ) System Version 1.0 Operations Manual Project Description The SAM System Operations Manual was created to provide end users (apartment

More information

Technical training May - August

Technical training May - August 2017 Technical training May - August Register today! theppigroup.com/training Training centers located in Portland, OR & Seattle, WA. Why Train with PPI? PPI is the only locally owned and operated Autodesk

More information

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon

OneNote. Using OneNote on the Desktop. Starting screen. The OneNote interface the Ribbon OneNote Using OneNote on the Desktop 1. Click start on the task bar 2. Type OneNote (search is a quick way to find applications, documents and other items on your computer) 3. Select Microsoft OneNote

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

HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE

HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE HOW TO EXPORT BUYER NAMES & ADDRESSES FROM PAYPAL TO A CSV FILE If your buyers use PayPal to pay for their purchases, you can quickly export all names and addresses to a type of spreadsheet known as a

More information

BIM Diploma content ( included courses) : Training course Course Levels Duration Outputs Revit MEP

BIM Diploma content ( included courses) : Training course Course Levels Duration Outputs Revit MEP What is BIM? Autodesk BIM is an intelligent model-based process that helps owners and service providers achieve business results by enabling more accurate, accessible, and actionable insight throughout

More information

DfMA Technical Library. Help Documentation

DfMA Technical Library. Help Documentation DfMA Technical Library Help Documentation Page 1 of 43 Contents Contents... 2 Overview... 3 Users... 41 Tracking... 43 Process... 3 Roles within the system... 5 System Security... 6 Entering the System...

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

Autodesk Revit. Structure The power of BIM for structural engineering. Autodesk Revit S L N E TW R K Structure Improve Efficiency, Accuracy, and Coordination Concurrent modeling for structural design, analysis, and coordinated

More information

Using Autodesk Ecotect Analysis and Building Information Modeling

Using Autodesk Ecotect Analysis and Building Information Modeling Autodesk Ecotect Analysis 2010 Using Autodesk Ecotect Analysis and Building Information Modeling This document helps you to get the most from Autodesk Ecotect Analysis software and building information

More information

Tekla Structures and Autodesk Revit useful geometry exchange

Tekla Structures and Autodesk Revit useful geometry exchange Tekla Structures and Autodesk Revit useful geometry exchange General guidance: Updated: 2nd June, 2014 (New material is starred) David Lash Engineering Segment FROM Autodesk Revit Architectural to Tekla

More information

Structural Engineering Training courses :

Structural Engineering Training courses : Structural Engineering Training courses : Course BIM Structural Diploma Revit Structure Robot Structure Analysis Autocad Structure Detailing Navis Works BIM Structural Diploma BIM structural diploma maximize

More information

Architecture Engineering Training courses : Course BIM Architecture Diploma Revit Architecture 3D Max Vasari Navis Works Photoshop For Architects

Architecture Engineering Training courses : Course BIM Architecture Diploma Revit Architecture 3D Max Vasari Navis Works Photoshop For Architects Architecture Engineering Training courses : Course BIM Architecture Diploma Revit Architecture 3D Max Vasari Navis Works Photoshop For Architects BIM ARCHITECTURAL DIPLOMA ( Design and visualization ):

More information

HELPMATE AC USER S MANUAL

HELPMATE AC USER S MANUAL USER S MANUAL 1. INSTALLATIONS AND UPDATES 2. MAIN SCREEN -Top Menu- Utilities -Components order form: Excelmate - Old releases viewer -Low Menu- Buttons -Languages -Management of orders -Tutorials - MP

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

March 3 rd MWF MultiLayer. User Guide

March 3 rd MWF MultiLayer. User Guide March 3 rd 2018 MWF MultiLayer User Guide Table of contents 1. Introduction: The Project Settings Hub... 4 1.1 Wall Type Map... 5 1.2 Structural Templates... 5 1.1 Secondary Template... 5 1.2 Sheathing

More information

Change it. Change everything.

Change it. Change everything. AUTODESK REVIT BUILDING Change it. Change everything. Autodesk Revit Building. It s just a better way of working. In Autodesk Revit Building every schedule, drawing sheet, 2D view, and 3D view is a direct

More information

Tekla StruXML Import. User s Guide to FEM-Design - Tekla Structures Integration

Tekla StruXML Import. User s Guide to FEM-Design - Tekla Structures Integration User s Guide to FEM-Design - Tekla Structures Integration StruSoft AB www.strusoft.com Version: October 27th, 2016 2 Copyright 2016 by StruSoft. All rights reserved. Content of this publication may not

More information

Importing and Coordinating Models

Importing and Coordinating Models Bonus Chapter 6 Importing and Coordinating Models It s amazing that we re up to Bonus Chapter 6, and yet I m sure many readers are still unclear about how BIM fits in here. Yes, most of the previous chapters

More information

Introduction In this document, users will Llearn how to utilize SysQue Systems Pipe, and how to draw Pipe into their projects.

Introduction In this document, users will Llearn how to utilize SysQue Systems Pipe, and how to draw Pipe into their projects. Systems Pipe Summary Learn to utilize Systems Pipe for Revit 206. Contents Introduction SysQue Systems Pipes SysQue Systems Pipes Menu Modeling Using Systems Pipe Introduction In this document, users will

More information

Colony Counting User Manual A D I V I S I O N O F S Y N O P T I C S L T D

Colony Counting User Manual A D I V I S I O N O F S Y N O P T I C S L T D ProtoCOL Colony Counting User Manual S Y N B I O S I S A D I V I S I O N O F S Y N O P T I C S L T D All possible care has been taken in the preparation of this publication, but Synoptics Limited accepts

More information

More Practical Dynamo: Practical Uses for Dynamo Within Revit

More Practical Dynamo: Practical Uses for Dynamo Within Revit AS10613 & AS13937 More Practical Dynamo: Practical Uses for Dynamo Within Revit MARCELLO SGAMBELLURI, BIM DIRECTOR JOHN A. MARTIN & ASSOCIATES Learning Objectives Learn how to program using visual programming.

More information

Creating an ArborCAD filter from Excel.

Creating an ArborCAD filter from Excel. ArborCAD Help File Windows systems only Creating an ArborCAD filter from Excel. This help file assumes you have your tree survey data in an Excel sheet. The ArborCAD filter is a special file which holds

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

Revit Structure 3 ETABS Data Exchange

Revit Structure 3 ETABS Data Exchange Revit Structure 3 ETABS Data Exchange Overview This document describes how to exchange Building Information Modeling (BIM) data between Revit Structure 3 and ETABS, a three-dimensional physical object

More information

REVIT MODELING INDIA. Best Practices of Revit Family. Creation. Author: Premal Kayasth BIM Evangelist.

REVIT MODELING INDIA. Best Practices of Revit Family. Creation. Author: Premal Kayasth BIM Evangelist. REVIT MODELING INDIA Best Practices of Revit Family Creation Author: Premal Kayasth BIM Evangelist Introduction: The white paper aims at defining best practices and procedures to be considered at the time

More information

Software Development & Education Center. Revit 2013

Software Development & Education Center. Revit 2013 Software Development & Education Center Revit 2013 (Architecture BIM MEP Structure Family Editor) Autodesk Revit Architecture Essential Objective The primary objective of this course is to teach students

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

Run Specifi by clicking on the icon on your Desktop.

Run Specifi by clicking on the icon on your Desktop. Run Specifi by clicking on the icon on your Desktop. Note: If you are using a demo version, once the program is loaded, a message will tell you the remaining days of the evaluation period. The main screen

More information

3DA Meta Data Exporter for Revit is a registered trademark of 3DA Systems Inc. and 3dasystems.com

3DA Meta Data Exporter for Revit is a registered trademark of 3DA Systems Inc. and 3dasystems.com Copyright This manual is protected by copyright laws. No part of it may be translated, copied or reproduced, in any form or by any means, without written permission from 3DA Systems Inc. 3DA reserves the

More information

RFA & RVT Geometry Exchange Add-On for ARCHICAD 21

RFA & RVT Geometry Exchange Add-On for ARCHICAD 21 RFA & RVT Geometry Exchange Add-On for ARCHICAD 21 Copyright This document is copyright BIM6 x. 2017 All rights reserved worldwide. Revit is a trademarked name of Autodesk. You may not copy, reproduce,

More information

CaseComplete Roadmap

CaseComplete Roadmap CaseComplete Roadmap Copyright 2004-2014 Serlio Software Development Corporation Contents Get started... 1 Create a project... 1 Set the vision and scope... 1 Brainstorm for primary actors and their goals...

More information

SAP BEX ANALYZER AND QUERY DESIGNER

SAP BEX ANALYZER AND QUERY DESIGNER SAP BEX ANALYZER AND QUERY DESIGNER THE COMPLETE GUIDE A COMPREHENSIVE STEP BY STEP GUIDE TO CREATING AND RUNNING REPORTS USING THE SAP BW BEX ANALYZER AND QUERY DESIGNER TOOLS PETER MOXON PUBLISHED BY:

More information

EDSL Guide for Revit gbxml Files

EDSL Guide for Revit gbxml Files EDSL Guide for Revit gbxml Files Introduction This guide explains how to create a Revit model in such a way that it will create a good gbxml file. Many geometry issues with gbxml files can be fixed within

More information

ISSUE #8 / SPRING 2018

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

More information

User Guide. Version 2.0. Excel Spreadsheet to AutoCAD drawing Utility. Supports AutoCAD 2000 through Supports Excel 97, 2000, XP, 2003, 2007

User Guide. Version 2.0. Excel Spreadsheet to AutoCAD drawing Utility. Supports AutoCAD 2000 through Supports Excel 97, 2000, XP, 2003, 2007 User Guide Spread2Cad Pro! Version 2.0 Excel Spreadsheet to AutoCAD drawing Utility Supports AutoCAD 2000 through 2007 Supports Excel 97, 2000, XP, 2003, 2007 Professional tools for productivity! 1 Bryon

More information

Building Information Modeling

Building Information Modeling Chapter Building Information Modeling 1 Building information modeling (BIM) is an integrated workflow built on coordinated, reliable information about a project from design through construction and into

More information

Software Reference Sheet: Inserting and Organizing Data in a Spreadsheet

Software Reference Sheet: Inserting and Organizing Data in a Spreadsheet Inserting and formatting text Software Reference Sheet: Inserting and Organizing Data in a Spreadsheet Column headings are very important to include in your spreadsheet so that you can remember what the

More information

CONVEYOR BASE TUTORIAL. An Introduction to DriveWorksXpress

CONVEYOR BASE TUTORIAL. An Introduction to DriveWorksXpress CONVEYOR BASE TUTORIAL An Introduction to DriveWorksXpress CONTENTS INTRODUCTION TO DRIVEWORKSXPRESS... 3 About the Tutorial... 3 Getting Started... 4 DRIVEWORKSXPRESS NAVIGATION BAR... 5 REGISTRATION

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

Lotus Doors Revit Content Introduction & User Guide January, 2017

Lotus Doors Revit Content Introduction & User Guide January, 2017 Lotus Doors Revit Content Introduction & User Guide January, 2017 This document provides a detailed insight into the Revit content library supplied by Lotus Doors www.lotusdoors.com.au. The parametric

More information

Revit. What is Revit? What is BIM?

Revit. What is Revit? What is BIM? Revit What is Revit? Revit is a Building Information Management (BIM) program that allows users to design a building, as well as its structure, in 3D, annotate the model with 2D drafting elements, and

More information

NU REVIT TUTORIAL. Page 1 of 7

NU REVIT TUTORIAL. Page 1 of 7 NU REVIT TUTORIAL Instructor: David Snell, AIA LEED AP BD+C Tutorial 2: 2016-02-01 Page 1 of 7 Annotations All functions contained in the Annotate tab create 2D view specific elements. These elements will

More information

Autodesk Revit Architecture Training Course Outlines

Autodesk Revit Architecture Training Course Outlines Autodesk Revit Architecture Training Course Outlines Description Duration 8 Days (5 classroom + 3 online) The aim of the Autodesk Revit Architecture Professional course is to teach delegates the principles

More information

EXCITECH TOOLKIT for REVIT

EXCITECH TOOLKIT for REVIT EXCITECH TOOLKIT for REVIT Index 1. WHAT'S NEW?... 3 New in Kobi Toolkit for Revit 2018.1... 3 2. GET STARTED... 3 About Kobi Toolkit... 3 Installation... 3 User interface... 5 Activating licence... 6

More information

Who Turned the Lights Out? Lighting Analysis with Autodesk Revit MEP 2012 and Autodesk 3ds Max Design 2012

Who Turned the Lights Out? Lighting Analysis with Autodesk Revit MEP 2012 and Autodesk 3ds Max Design 2012 Who Turned the Lights Out? Lighting Analysis with Autodesk Revit MEP 2012 and Autodesk 3ds Max Design 2012 Eric Bogenschutz BSA LifeStructures MP5719 In this class, we will discuss multiple different lighting

More information

The foundation of BIM for structural engineering. Autodesk Revit. Structure 2010

The foundation of BIM for structural engineering. Autodesk Revit. Structure 2010 The foundation of BIM for structural engineering. Autodesk Revit Structure 2010 Building Information Modeling for Structural Engineering Integrated tools for modeling, coordination, analysis, design documentation,

More information

Automation Engine Products

Automation Engine Products 14.1 Products 08-2015 Contents 1. Products Basics... 3 1.1 The Products Concept... 3 1.2 Global Products and Job Products... 6 1.3 Products can have Multiple Parts... 7 2. Products Data Structure...9 2.1

More information

Scheduling Weights via Volumes in Revit

Scheduling Weights via Volumes in Revit Page 1 of 9 Scheduling Weights via Volumes in Revit Calculating the Weight of any Material by a Volume parameter Autodesk Revit Structure has many great functions and ways to model. It is also great at

More information

Getting Along: Coordinating Architectural and Structural Design with Autodesk Revit Structure

Getting Along: Coordinating Architectural and Structural Design with Autodesk Revit Structure 11/30/2005-8:00 am - 9:30 am Room:N. Hemispheres (Salon A2) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Getting Along: Coordinating Architectural and Structural Design with Autodesk

More information

CREATING A CUSTOM SMART TITLE BLOCK

CREATING A CUSTOM SMART TITLE BLOCK CREATING A CUSTOM SMART TITLE BLOCK Vectorworks tutorial by Andy Broomell Updated March 2016 Questions: andybroomell@gmail.com INTRODUCTION This tutorial provides instructions on creating a custom title

More information

Civil 3-D PROFILE CREATION

Civil 3-D PROFILE CREATION Civil 3-D PROFILE CREATION 1 Alignment Overview: As in previous CAD versions, an alignment is a line that describes where you intend the centerline of your planned work to be. That s all. But, in Civil

More information

WHY TRAIN WITH PPI? YOUR TECHNICAL HOME TEAM. CALL US TO LEARN MORE ABOUT GLOBAL E-TRAININGäS LIBRARY

WHY TRAIN WITH PPI? YOUR TECHNICAL HOME TEAM. CALL US TO LEARN MORE ABOUT GLOBAL E-TRAININGäS LIBRARY WHY TRAIN WITH PPI? PPI is the only locally owned and operated Autodesk reseller in Oregon and Western Washington! We have the largest Autodesk training centers in the Northwest! GLOBAL E-TRAINING IS THE

More information

Autodesk Revit MEP: Fast Families for Engineers David Butts Gannett Fleming

Autodesk Revit MEP: Fast Families for Engineers David Butts Gannett Fleming David Butts Gannett Fleming MP2531-L Once you start using Revit MEP, you find out that you need to learn how to create custom families and fast! This hands-on lab starts with the basics of creating custom

More information

1. Concepts and What s New Concepts What's New in E Getting Started Starting Electra Page Scale

1. Concepts and What s New Concepts What's New in E Getting Started Starting Electra Page Scale 1 1. Concepts and What s New... 6 1.1 Concepts... 6 1.2 What's New in E6... 7 2. Getting Started... 8 2.1 Starting Electra... 8 2.2 Page Scale... 8 2.3 Page Measurement Units... 9 2.4 Stencils and Drawing

More information

Imposing a job with inpo2 ATOM s wizard. Abstract from inpo2 User s Guide

Imposing a job with inpo2 ATOM s wizard. Abstract from inpo2 User s Guide Imposing a job with inpo2 ATOM s wizard. Abstract from inpo2 User s Guide Imposing with inpo2 ATOM The inpo2 ATOM Wizard allows creating complete imposition layouts and assemblies in just a few clicks.

More information

GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries

GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries Tracy Chadwick Hutchinson Community College Learning Objectives Learn how to create Dynamic Blocks that can stretch,

More information

Modeling Large-Scale Refrigeration Projects and the Necessary Steps to Stay Organized and Accurate

Modeling Large-Scale Refrigeration Projects and the Necessary Steps to Stay Organized and Accurate Nik Weller LEO A DALY MP3735 Using Autodesk Revit software to model a large-scale refrigeration project with thousands of valves to schedule all needing their own identification while also dealing with

More information

What's New in Autodesk Revit Structure 2013? Rebecca Frangipane - KJWW Engineering Consultants

What's New in Autodesk Revit Structure 2013? Rebecca Frangipane - KJWW Engineering Consultants Rebecca Frangipane - KJWW Engineering Consultants SE1485 This class will cover the new features for Autodesk Revit Structure 2013 software. We will examine new features for creating and manipulating parts,

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

Minding The Store, Autodesk Revit for Retail Users

Minding The Store, Autodesk Revit for Retail Users Minding The Store, Autodesk Revit for Retail Users BD21-3 Presenter: David Conant: Product Designer Outline: Introduction Revit and Building Information Modeling Better Tools for Better Designs Get the

More information

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links

Using Dreamweaver CC. Logo. 4 Creating a Template. Page Heading. Page content in this area. About Us Gallery Ordering Contact Us Links Using Dreamweaver CC 4 Creating a Template Now that the main page of our website is complete, we need to create the rest of the pages. Each of them will have a layout that follows the plan shown below.

More information