Designing in Revit Using Parametric Formulas. Tim Waldock. PTW Architects

Size: px
Start display at page:

Download "Designing in Revit Using Parametric Formulas. Tim Waldock. PTW Architects"

Transcription

1 TM Designing in Revit Using Parametric Formulas Tim Waldock PTW Architects

2 Introduction This presentation will examine the use of complex formulas to drive parametric components for the purpose of exploring design in Revit. How far can we go? Parametric formulas in Revit families could be used to assist anything from sketch design, iterative facade design to more mundane detail design situations such as building regulation compliance.

3 Inspiration Channel 7, Australian Technology Park, Sydney by PTW Architects

4 Inspiration KfW Bankengruppe Tower, Frankfurt by Sauerbruch Hutton

5 Scope This presentation will cover the following topics: Limitations in formulas in Revit; Techniques for getting around those limitations; Error checking in formulas; Formulas in conventional Revit families; Formulas in Adaptive components; Examples in use; V2012 features: changes to adaptive components; family type parameters; rounding in formulas; unattached voids.

6 Complex Formulas - Limitations Limitations of parametric Formulas in Revit include: Can t input negative values for location/offset dimensions; Can t input an array value less than 2; Can t use formulas in a material parameter; Can t choose from a predefined list of options; Reporting parameters seldom work in formulas; Conditional statements do not work with text or material parameters.

7 Complex Formulas Tips & Tricks Solutions to Limitations of parametric formulas in Revit: Negative offsets using a reference plane/line List of options by multiple yes/no combinations List of options by numbers Material parameters by visibility and yes/no settings Material parameters by type Array of 0 or 1 by visibility Error Checking Allowable range (NB. Warn users) Prevent minus values; prevent values that make a line too short Tricks with formulas Embedded (Nested) If, Not, And, Or conditional statements Locking values Notes for users Converting units

8 Formulas Negative Offsets Solutions to Limitations of parametric formulas in Revit: Negative offsets using a non-reference reference plane/line Calculation for offset

9 Formulas Multiple Options Solutions to Limitations of parametric formulas in Revit: List of options by multiple yes/no combinations

10 Formulas Multiple Options Solutions to Limitations of parametric formulas in Revit: List of multiple options by number and visibility

11 Formulas Multiple Options Solutions to Limitations of parametric formulas in Revit: Material parameters by visibility and yes/no settings

12 Formulas Error Checking Instructions to users Preventing invalid numbers

13 Formulas Multiple Options By Type Solutions to Limitations of parametric formulas in Revit: Material parameters by type

14 Formulas Array of One A user may want only one instance in an array within a family. Revit arrays do not allow this, and the formula breaks if a value of 1 (or 0) is input: Single instance overlaid by array Visibility controls to choose between single or array

15 Nested Arrays Using all these techniques, we can create a complex repeating pattern of elements that has patterns within it. By nesting arrays inside each other you can get parts of a pattern to repeat, and you can slowly build up complexity. Nested arrays means nested groups....

16 Nested Component Arrays Nested arrays means nested groups? Nested components

17 Nested Component 2 way Arrays Nested, nested, nested, nested components

18 Nested Component 2 way Arrays Nested, nested, nested, nested components

19 Nested Component 2 way Arrays Regular patterns Irregular Patterns

20 Unattached Voids in Families Arrays can be made of solid objects or voids or both. New Revit v2012 feature: Unattached voids in families This allows arrays of void objects Can be used to cut mass objects, walls etc (but not casework). Cut with Voids When Loaded

21 Nested Arrays - Voids Nested arrays can be made of voids exactly as for the solid pattern.

22 Nested Void Arrays Tricks & Tips Visibility setting does not work with voids Phil Read s void depth parameter trick for on/off Hosting Void arrays on curved surfaces Voids as extrusions Voids as blends

23 Error Checking Formulas - Warnings Visibility switch for warning message

24 Space Planning By using techniques with arrays, nesting and error-checking it is possible to create components that can be used to help the design process while keeping track of specific design criteria. In the following example the component could represent corridor double-loaded with rooms these could represent hotel rooms or else health-care bedrooms; and there may be a maximum corridor length allowed.

25 Space Planning In a project, the component has grip handles to control its length. Formulas calculate how many rooms it can fit into the designated length It stops short with an actual length to match the number of rooms. Once it goes over a specified maximum length, the corridor changes colour (warning) using an if statement formula to change visibility or type.

26 Space Planning Parameters for standard room sizes Areas to be scheduled & rooms counted per run of corridor Room module nested components must be Shared components to schedule in project. instance parameters for linking when nested Only needs to be done at the first level of nesting

27 Space Planning Irregular Layouts Choice Parameters for each room Arrays not possible Maximum control

28 Space Planning Irregular Layouts Many parameters & formulas tedious to set up

29 Space Planning Alternating Arrays A / B / A / B pattern Easier to set up Good balance between flexibility and usability Two arrays fitting together (spacing = double room width) Use Error checking and Array of one Nesting of components

30 Space Planning Alternating Arrays Nesting of components one each side Visibility controls for each side

31 Space Planning Alternating Arrays Details can be added eg. Bathrooms (back to back) Schedules of rooms in project

32 Adaptive Components Adaptive components were introduced for patching up irregular edges of conceptual mass surface patterns In v2012 they can be used for anything in the project environment Opens up all sorts of new possibilities in Revit Limitations Workarounds for limitations Tips and Tricks with Adaptive Components Examples of use: Escape Paths Space Planning Reactor Patterns

33 Adaptive Components - Limitations Because adaptive components came from conceptual massing environment, they have inherited many limitations: Cannot use arrays Cannot place flip controls Cannot lock to orthogonal when placing adaptive components Two built in origin reference planes do not define origin Conflict with Adaptive point 1 Very hard to lock location of nested components in adaptive families Very hard to lock orientation of nested components in adaptive families (flex in the family gives different results to in project) Double-nesting in adaptive components nested component orientation and location becomes increasingly unpredictable Not possible to lock adaptive points to work plane (?)

34 Adaptive Components - Workarounds Arrays poor man s array Arrays - Nest normal components into adaptive components host to points; Nested components must be shared component with instance parameters to work properly in adaptive components Set up points/intersections to snap to when placing to control accuracy. To get around issues with the two built in reference planes always put Adaptive point 1on the intersection of the two origin reference planes, and point 2 along one of the planes. NB. All demos show the adaptive points being placed at random bad practise. To control orientation/location of nested components nested component location is relative to reference plane origin, not adaptive point 1 : Place adaptive point 1 on origin reference intersections; point 2 along X axis Place nested components on origin reference intersections; or: Place nested components on a reference line between adaptive points, and rotate after placing; lock component origin to adaptive point then it may maintain orientation between points;

35 Adaptive Components - Arrays Poor man s array place multiple elements; use visibility controls and counters to control numbers Or Nest non-adaptive components

36 Adaptive Components - Examples Escape Paths Place points; make adaptive Line between points 1 & 2 (3D snapping) Make subcategory Escape Path dashed red Set line to subcategory Place dimension between points 1 & 2 Make instance reporting parameter Repeat between all points Create parameter for total length Formula to add up total This will give plan distance Always Vertical

37 Adaptive Components - Examples Escape Paths 3D escape paths Number of segments Caveat

38 Adaptive Components - Nesting Component nesting Link length parameters Always vertical OFF

39 Adaptive Components - Nesting 3 Point Adaptive Component Double -nesting

40 Adaptive Components Reactor Pattern Reactor Pattern The book Elements of Parametric Design * describes a number of parametric design patterns (see credits at end). One of these is the Reactor pattern, which Makes an object respond to the proximity of another object. Zach Kron has applied this to Revit, using Reporting Parameters and Adaptive Components * Here we develop the concept

41 Adaptive Components Reactor Pattern Reactor Pattern Poor man s array Nested components Control Points

42 Adaptive Components Reactor Pattern Reactor component

43 Adaptive Components Coloured Fins This principle can be applied to a real life example coloured fins shown at the beginning

44 Adaptive Components Coloured Fins Distance settings to control change Or by formula: Proportional Sine wave

45 Adaptive Components Coloured Fins Or by formula: Proportional Sine wave

46 Adaptive Components Rounding Rounding Function: Round, Roundup, Roundown Balance out Sine wave

47 Credits and references Zach Kron - Buildz blog. Index of parametric design patterns Zach Kron in turn references the following work, which is not specific to Revit: In Robert Woodbury, Onur Yuce Gun, Brady Peters, and Roham Skeikholeslami s book Elements of Parametric Design, the authors explore what it means to work/design/model/transform in a medium that is about CHANGE. Their thesis is that parametric thinking is an old method of designing and that computers simply enable this methodology. In typical CAD packages it is easy to create lots of geometry, but it is very difficult to change geometry. It is this shifting and changing of data structures as a response to intentions and performance requirements that makes for great design tools, and is the backbone of parametric design. Phil Read: Into the Void AU2010

48 Next Time..... Organic Buildings.

49 TM Questions? Tim Waldock PTW Architects

Designing in Revit Using Parametric Formulas

Designing in Revit Using Parametric Formulas Designing in Revit Using Parametric Formulas Class Description To examine the use of complex formulas to drive parametric components for the purpose of exploring design in Revit. How far can we go? We

More information

Adaptive Components Making Them Work For You. Chris Mawson Arup

Adaptive Components Making Them Work For You. Chris Mawson Arup Adaptive Components Making Them Work For You Chris Mawson Arup Essential Viewing Visit the following websites for essential, awesome tips and tricks! Zach Kron s blog :- buildzblogsport.com David Light

More information

All In the Family: Creating Parametric Components In Autodesk Revit

All In the Family: Creating Parametric Components In Autodesk Revit All In the Family: Creating Parametric Components In Autodesk Revit Matt Dillon D C CADD AB4013 The key to mastering Autodesk Revit Architecture, Revit MEP, or Revit Structure is the ability to create

More information

REVIT ARCHITECTURE 2016

REVIT ARCHITECTURE 2016 Page 1 of 6 REVIT ARCHITECTURE 2016 Revit Architecture 2016: CREATE A CHAMFERED COLUMN COMPONENT About creating a chamfered column family typical to the Victorian cottage style. Add the column to your

More information

Autodesk REVIT (Architecture) Mastering

Autodesk REVIT (Architecture) Mastering Autodesk REVIT (Architecture) Mastering Training details DESCRIPTION Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring

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

Revit family creation standards

Revit family creation standards Revit family creation standards Version 14 - UK Edition bimstore bible 1 bimstore bible (Version 14) by bimstore Created August 2016 copyright bimstore 2016 All rights reserved No part of this publication

More information

Lesson 1 Parametric Modeling Fundamentals

Lesson 1 Parametric Modeling Fundamentals 1-1 Lesson 1 Parametric Modeling Fundamentals Create Simple Parametric Models. Understand the Basic Parametric Modeling Process. Create and Profile Rough Sketches. Understand the "Shape before size" approach.

More information

An Introduction to Autodesk Revit Massing, Surface Divisions, and Adaptive Components

An Introduction to Autodesk Revit Massing, Surface Divisions, and Adaptive Components An Introduction to Autodesk Revit Massing, Surface Divisions, and Adaptive Components Chad Smith KarelCAD, Australia AB2463-L As the Revit massing tools become more polished and robust, users are becoming

More information

Parametric Modeling Design and Modeling 2011 Project Lead The Way, Inc.

Parametric Modeling Design and Modeling 2011 Project Lead The Way, Inc. Parametric Modeling Design and Modeling 2011 Project Lead The Way, Inc. 3D Modeling Steps - Sketch Step 1 Sketch Geometry Sketch Geometry Line Sketch Tool 3D Modeling Steps - Constrain Step 1 Sketch Geometry

More information

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling

Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Autodesk Conceptual Design Curriculum 2011 Student Workbook Unit 2: Parametric Exploration Lesson 1: Parametric Modeling Overview: Parametric Modeling In this lesson, you learn the basic principles of

More information

Version 13 - UK Edition. Revit family creation standards

Version 13 - UK Edition. Revit family creation standards Version 13 - UK Edition Revit family creation standards bimstore bible (Version 13) by bimstore Created August 2015 Printed August 2015 copyright bimstore 2015 All rights reserved No part of this publication

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

Autodesk Revit Building Family Editor - From the Beginning

Autodesk Revit Building Family Editor - From the Beginning 11/29/2005-8:00 am - 11:30 am Room:Americas Seminar [Lab] (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Autodesk Revit Building Family Editor - From the Beginning Stephen Stafford

More information

Revit Architecture 2016 Parametric Families

Revit Architecture 2016 Parametric Families Page 1 of 6 Revit Architecture 2016 Parametric Families Revit Architecture 2016: Create a Railing Post and a Railing Type This White Paper follows on from my previous White paper for October where we created

More information

Creating New Types of System Families 157

Creating New Types of System Families 157 Creating New Types of System Families 157 Stair Types Stairs are complex building elements and require a deep understanding of local standards, rules, and requirements. Check the local building code requirements

More information

Twice Baked: Creating Your Own Adaptive Components and Panels with Autodesk Revit

Twice Baked: Creating Your Own Adaptive Components and Panels with Autodesk Revit Twice Baked: Creating Your Own Adaptive Components and Panels with Autodesk Revit Robert Manna Stantec Zachary Kron - Autodesk AB4391-L (Session 1 & 2) This hands-on lab builds on the topics covered in

More information

Bellevue Community College Summer 2009 Interior Design 194 SPECIAL TOPIC: SKETCHUP

Bellevue Community College Summer 2009 Interior Design 194 SPECIAL TOPIC: SKETCHUP Class Session: TTh 6:00 pm 8:00 pm Credit Hours: Two (2) Location: A262 Door Code: 349499 (through A254) Instructor: Greg Wharton Office: by appointment Hours: by appointment or email email: gwharton@gmail.com

More information

Mastering Parametric Trusses

Mastering Parametric Trusses Class Description With the introduction of the Truss Tool into all streams of Revit now is the time to understand how to build your own parametric truss families. This Lab Session will go through the steps

More information

Use Parametric notation. Interpret the effect that T has on the graph as motion.

Use Parametric notation. Interpret the effect that T has on the graph as motion. Learning Objectives Parametric Functions Lesson 3: Go Speed Racer! Level: Algebra 2 Time required: 90 minutes One of the main ideas of the previous lesson is that the control variable t does not appear

More information

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow

Autodesk Inventor 6 Essentials Instructor Guide Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the follow Chapter Four: Creating Placed Features Chapter Outline This chapter provides instruction on the following topics and provides exercises for students to practice their skills. Day Two Topic: How to create

More information

Integrated BIM and Parametric Modeling: Course Samples with Multiple Methods and Multiple Phases

Integrated BIM and Parametric Modeling: Course Samples with Multiple Methods and Multiple Phases 198 DIGITAL APTITUDES + OTHER OPENINGS Integrated BIM and Parametric Modeling: Course Samples with Multiple Methods and Multiple Phases WEI YAN Texas A&M University INTRODUCTION AND PROBLEM STATEMENT The

More information

Tutorial Second Level

Tutorial Second Level AutoCAD 2018 Tutorial Second Level 3D Modeling Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to learn

More information

Conceptual Design Modeling in Autodesk Revit Architecture 2010

Conceptual Design Modeling in Autodesk Revit Architecture 2010 Autodesk Revit Architecture 2010 Conceptual Design Modeling in Autodesk Revit Architecture 2010 In building design, visualizing a form in the earliest stages enhances a designer s ability to communicate

More information

Virginia Western Community College ARC 221 Architectural CAD Applications Software I

Virginia Western Community College ARC 221 Architectural CAD Applications Software I Virginia Western Community College ARC 221 Architectural CAD Applications Software I Prerequisites CAD 241 Course Description Teaches the principles and techniques of architectural drawing practices through

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

Elise Moss Revit Architecture 2017 Basics From the Ground Up SDC. Better Textbooks. Lower Prices.

Elise Moss Revit Architecture 2017 Basics From the Ground Up SDC. Better Textbooks. Lower Prices. Elise Moss Revit Architecture 2017 Basics From the Ground Up 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 the following websites

More information

Au Bon Panel: Baking Your Own Adaptive Components and Panels with Autodesk Revit Architecture

Au Bon Panel: Baking Your Own Adaptive Components and Panels with Autodesk Revit Architecture Au Bon Panel: Baking Your Own Adaptive Components and Panels with Autodesk Revit Architecture Robert Manna Burt Hill Zach Kron Autodesk Lab Assistants: Steve Stafford AEC Advantage Simon Whitbread Beca

More information

Creating Pipe Fittings in Revit MEP

Creating Pipe Fittings in Revit MEP Session 11 Creating Pipe Fittings in Revit MEP Class Description Pipe fittings are the one of the most complex and misunderstood component families in Revit. This presentation will begin by outlining the

More information

Echo Chamber Complex Parametric Arrays in Autodesk Revit

Echo Chamber Complex Parametric Arrays in Autodesk Revit Echo Chamber Complex Parametric Arrays in Autodesk Revit Andreas Dieckmann Chair for CAAD, RWTH Aachen University Zachary Kron Autodesk AB2410 To a large extent, buildings consist of repetitions of identical

More information

AutoCAD 2013 Tutorial - Second Level: 3D Modeling

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

More information

Back to Flat Producing 2D Output from 3D Models

Back to Flat Producing 2D Output from 3D Models Back to Flat Producing 2D Output from 3D Models David Cohn Modeling in 3D is fine, but eventually, you need to produce 2D drawings. In this class, you ll learn about tools in AutoCAD that let you quickly

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

Creating Specific Views and Match Lines

Creating Specific Views and Match Lines Creating Specific Views and Match Lines As you can see, the Autodesk Revit Architecture platform is all about the views. In fact, by using Revit, not only are you replacing the application you use for

More information

ARCH_ _COMP-PRAC REVIT SYLLABUS

ARCH_ _COMP-PRAC REVIT SYLLABUS ARCH_4605-5605_COMP-PRAC REVIT SYLLABUS The Revit Portion of Computational Practice is divided into 3-Parts: Part 1 Classes 01-06 [RE&EM] Revit Essentials & Existing Models Part 2 Classes 07-12 [RF&AC]

More information

LAB: Throw Your Family a Curve- Part A

LAB: Throw Your Family a Curve- Part A Session 14 LAB: Throw Your Family a Curve- Part A Class Description Have you ever tried to control the shape of a curved form parametrically in the Family Editor? If so you have no doubt discovered that

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 6. Preview Guide. Contents

Autodesk Revit 6. Preview Guide. Contents Autodesk Revit 6 Preview Guide Contents Contents... 1 Welcome to Autodesk Revit... 3 About This Guide... 3 Autodesk Revit Terms... 3 What s New for 6.0... 4 Multi-user Element Borrowing... 4 Design Options...

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 Inventor Tips & Tricks Placing Features On

Autodesk Inventor Tips & Tricks Placing Features On 1 Autodesk Inventor Tips & Tricks Placing Features On Cylindrical Shapes The adoption of parametric, feature based solid modeling will present many challenges to the new user as they are confronted for

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

3 AXIS STANDARD CAD. BobCAD-CAM Version 28 Training Workbook 3 Axis Standard CAD

3 AXIS STANDARD CAD. BobCAD-CAM Version 28 Training Workbook 3 Axis Standard CAD 3 AXIS STANDARD CAD This tutorial explains how to create the CAD model for the Mill 3 Axis Standard demonstration file. The design process includes using the Shape Library and other wireframe functions

More information

Massing for Revit MEP. Simon Whitbread

Massing for Revit MEP. Simon Whitbread TM Massing for Revit MEP Simon Whitbread Got Your Attention? Good! The Wire Frame Model 1. Open the existing file: C:\RTCAUS2011\20-Massing for Revit MEP\01 Massing for Revit MEP.rvt 2. Open the Level

More information

Modeling a Gear Standard Tools, Surface Tools Solid Tool View, Trackball, Show-Hide Snaps Window 1-1

Modeling a Gear Standard Tools, Surface Tools Solid Tool View, Trackball, Show-Hide Snaps Window 1-1 Modeling a Gear This tutorial describes how to create a toothed gear. It combines using wireframe, solid, and surface modeling together to create a part. The model was created in standard units. To begin,

More information

Equipment Support Structures

Equipment Support Structures Equipment Support Structures Overview Conventions What's New? Getting Started Setting Up Your Session Creating a Simple Structural Frame Creating Non-uniform Columns Creating Plates with Openings Bracing

More information

Equipment Support Structures

Equipment Support Structures Page 1 Equipment Support Structures Preface Using This Guide Where to Find More Information Conventions What's New? Getting Started Setting Up Your Session Creating a Simple Structural Frame Creating Non-uniform

More information

Technique or Feature Where Introduced

Technique or Feature Where Introduced Part 6: Keypad 4 Mirrored features Patterned features First extrusion Rounded corners In the earpiece part, you defined a radial pattern, one that created new instances of a feature at intervals around

More information

May the Force Be With You: Autodesk Revit Tips and Tricks

May the Force Be With You: Autodesk Revit Tips and Tricks May the Force Be With You: Autodesk Revit Tips and Tricks David Cohn AB122-1R Do you want to become a Revit master? In this fun and informative class, you ll learn a host of Revit tips and tricks that

More information

Autodesk Revit Families: A Step-by-Step Introduction

Autodesk Revit Families: A Step-by-Step Introduction Autodesk Revit Families: A Step-by-Step Introduction Paul F. Aubin Paul F. Aubin Consulting Services AB3737-L Maybe you know how powerful the Revit Family Editor is, but until now you have avoided it or

More information

Inventor 201. Work Planes, Features & Constraints: Advanced part features and constraints

Inventor 201. Work Planes, Features & Constraints: Advanced part features and constraints Work Planes, Features & Constraints: 1. Select the Work Plane feature tool, move the cursor to the rim of the base so that inside and outside edges are highlighted and click once on the bottom rim of the

More information

1. Study the image below and table on the next page. Complete the following tasks.

1. Study the image below and table on the next page. Complete the following tasks. Activity 8.2 Parametric Constraints Introduction Have you ever received an advertisement in the mail that looked like it was tailored specifically for you? How could the company afford to spend so much

More information

Interior Design Using Autodesk Revit 2014 Introduction to Building Information Modeling for Interior Designers

Interior Design Using Autodesk Revit 2014 Introduction to Building Information Modeling for Interior Designers Interior Design Using Autodesk Revit 2014 Introduction to Building Information Modeling for Interior Designers Aaron R. Hansen ASID, CDT Daniel John Stine CSI, CDT Multimedia Disc SDC P U B L I C AT I

More information

Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours)

Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours) Faculty Start Date End Date No of Students Revit Architecture Syllabus Total duration: 80 hours (Theory 40 Hours + Lab 40 Hours) Introduction About BIM Introduction to Autodesk Revit Architecture Revit

More information

Reed Construction Data (RCD) Revit Modeling Guidelines 1.0

Reed Construction Data (RCD) Revit Modeling Guidelines 1.0 Reed Construction Data (RCD) Revit Modeling Guidelines 1.0 Table of Contents Page 1. Overview.. 1-2 2. Family Files and Templates.. 2 3. System Families.. 2 4. Determining the Amount of Detail to Include

More information

Interior Design Using Autodesk Revit 2017

Interior Design Using Autodesk Revit 2017 Interior Design Using Autodesk Revit 2017 Introduction to Building Information Modeling for Interior Designers Daniel John Stine CSI, CDT Aaron R. Hansen ASID, CDT SDC P U B L I C AT I O N S Better Textbooks.

More information

Pro/ENGINEER Concepts

Pro/ENGINEER Concepts 1 Pro/ENGINEER Concepts Becoming a Pro/ENGINEER user means learning to think in terms of how the components of a design interact, and to think ahead to how those interactions may change. At the simplest

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

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

May the Force Be With You Revit Tips and Tricks

May the Force Be With You Revit Tips and Tricks May the Force Be With You Revit Tips and Tricks David Cohn Do you want to become a Revit master? In this fun and informative class, you ll learn a host of Revit tips and tricks that you can take home and

More information

Simply Rhino Rhino for Architecture

Simply Rhino Rhino for Architecture Simply Rhino Rhino for Architecture This course, completely revised for Rhino 6, is geared to architectural professionals including architects, structural engineers, urban designers, building envelope

More information

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept.

Introduction to Solid Modeling Parametric Modeling. Mechanical Engineering Dept. Introduction to Solid Modeling Parametric Modeling 1 Why draw 3D Models? 3D models are easier to interpret. Simulation under real-life conditions. Less expensive than building a physical model. 3D models

More information

WILDFIRE 4.0. Sheetmetal Assembly of a Bucket. Yves Gagnon, M.A.Sc. SDC

WILDFIRE 4.0. Sheetmetal Assembly of a Bucket. Yves Gagnon, M.A.Sc. SDC INTRODUCTION TO PRO/SHEETMETAL WILDFIRE 4.0 Sheetmetal Assembly of a Bucket Yves Gagnon, M.A.Sc. SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com Estimated time:

More information

Introduction to Autodesk Revit Structure

Introduction to Autodesk Revit Structure 11/30/2005-5:00 pm - 6:30 pm Room:N. Hemispheres (Salon E2) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Nicolas Mangon - Autodesk SD35-1 This year, Autodesk is introducing the

More information

Implicit Generalized Cylinders using Profile Curves

Implicit Generalized Cylinders using Profile Curves Implicit Generalized Cylinders using Profile Curves Cindy M. Grimm Presentation by: Miranda Steed Previous Work Traditional definitions using cross sections most suited to CAD/CAM modeling Profile curve

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

Revit Modeling Guideline January 1 Revit Modeling Guideline 1 Table of Contents Complex foundation elements... 3 Steel elements and reference lines... 4 Architectural walls... 5 Basic walls with complex geometry... 5 Slanted walls...

More information

Additional Surface Tools

Additional Surface Tools Additional Surface Tools Several additional surface tools, techniques, and related functions are available. This supplement provides a brief introduction to those functions. Panel Part Features Replace

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

An Approach to Content Creation for Trainz

An Approach to Content Creation for Trainz An Approach to Content Creation for Trainz Paul Hobbs Part 6 GMax Basics (Updates and sample files available from http://www.44090digitalmodels.de) Page 1 of 18 Version 3 Index Foreward... 3 The Interface...

More information

Get Connected Autodesk Revit MEP Connectors Demystified

Get Connected Autodesk Revit MEP Connectors Demystified Get Connected Autodesk Revit MEP Connectors Demystified Shawn C. Zirbes CAD Technology Center, Inc. ASST MP59319 Having trouble getting your Autodesk Revit MEP families to connect to systems in your project?

More information

RHINO; AN INTRODUCTION + FAKING TRABECULAE; EndOfLine.info;

RHINO; AN INTRODUCTION + FAKING TRABECULAE; EndOfLine.info; RHINO; AN INTRODUCTION + FAKING TRABECULAE; EndOfLine.info; Rhinoceros is a relatively simple program with an AUTOCAD based interface. The disadvantage of this type of interface is a series of terms need

More information

GstarCAD Complete Features Guide

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

More information

Update to Creo Parametric 4.0 from Creo Parametric 2.0

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

More information

Autodesk Inventor 2016

Autodesk Inventor 2016 Parametric Modeling with Autodesk Inventor 2016 Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to learn

More information

Revit and Dynamo For Landscape Architecture AR20475

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

More information

3ds Max Cottage Step 1. Always start out by setting up units: We re going with this setup as we will round everything off to one inch.

3ds Max Cottage Step 1. Always start out by setting up units: We re going with this setup as we will round everything off to one inch. 3ds Max Cottage Step 1 Always start out by setting up units: We re going with this setup as we will round everything off to one inch. File/Import the CAD drawing Be sure Files of Type is set to all formats

More information

MECHANICAL CALCULATIONS USING REVIT

MECHANICAL CALCULATIONS USING REVIT MECHANICAL CALCULATIONS USING REVIT PRESENTATION OVERVIEW ASHRAE 62.1 VENTILATION RATE PROCEDURE VS. ASHRAE 170 SPACE VENTILATION CREATE SPACES CREATE ZONE LEGEND CREATE A SPACE LEGEND HOW TO CREATE AND

More information

Parametric Modeling. With. Autodesk Inventor. Randy H. Shih. Oregon Institute of Technology SDC PUBLICATIONS

Parametric Modeling. With. Autodesk Inventor. Randy H. Shih. Oregon Institute of Technology SDC PUBLICATIONS Parametric Modeling With Autodesk Inventor R10 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com 2-1 Chapter 2 Parametric

More information

lundi 7 janvier 2002 Blender: tutorial: Building a Castle Page: 1

lundi 7 janvier 2002 Blender: tutorial: Building a Castle Page: 1 lundi 7 janvier 2002 Blender: tutorial: Building a Castle Page: 1 www.blender.nl this document is online at http://www.blender.nl/showitem.php?id=4 Building a Castle 2000 07 19 Bart Veldhuizen id4 Introduction

More information

3D Modeling and Design Glossary - Beginner

3D Modeling and Design Glossary - Beginner 3D Modeling and Design Glossary - Beginner Align: to place or arrange (things) in a straight line. To use the Align tool, select at least two objects by Shift left-clicking on them or by dragging a box

More information

Leveraging 2D Data in 3D Modeling

Leveraging 2D Data in 3D Modeling Leveraging D Data in 3D Modeling Leveraging D Data in 3D Modeling As more and more companies switch to 3D modeling the question of utilizing existing D data and referenced D data from collaborative sources

More information

What s new in EZCAM Version 18

What s new in EZCAM Version 18 CAD/CAM w w w. e z c a m. com What s new in EZCAM Version 18 MILL: New Curve Machining Wizard A new Curve Machining Wizard accessible from the Machining menu automates the machining of common part features

More information

Residential Design Using Autodesk Revit 2015

Residential Design Using Autodesk Revit 2015 Residential Design Using Autodesk Revit 2015 Includes video instruction Multimedia Disc Daniel John Stine CSI, CDT SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Includes

More information

WILDFIRE 3.0. Sheetmetal Assembly of a Bucket. Yves Gagnon, M.A.Sc. SDC

WILDFIRE 3.0. Sheetmetal Assembly of a Bucket. Yves Gagnon, M.A.Sc. SDC INTRODUCTION TO PRO/SHEETMETAL WILDFIRE 3.0 Sheetmetal Assembly of a Bucket Yves Gagnon, M.A.Sc. SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com Estimated time:

More information

Steps to Print (without supports) This will take you from Meshmixer to the PSU PrintDepot

Steps to Print (without supports) This will take you from Meshmixer to the PSU PrintDepot Steps to Print (without supports) This will take you from Meshmixer to the PSU PrintDepot Read this first to understand some of the dilemmas a model can have and ways to avoid printing problems: http://www.3dshook.com/2016/05/how-to-optimize-a-3d-model-for-3dprinting/#normal

More information

create 2 new grid lines

create 2 new grid lines STEP 1: open your class-01 Project file _ go to Level 1 _ select grid line 1 _ type CO (copy) _ repeat for grid line 3 as shown in image 1 Architectural Column STEP 2: from the Ribbon under the Home tab

More information

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Piping Design Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Dassault Systèmes 1994-2001. All rights reserved. Site Map Piping Design member member

More information

Building Information ModelingChapter1:

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

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

ARCHITECTURE & GAMES. A is for Architect Simple Mass Modeling FORM & SPACE. Industry Careers Framework. Applied. Getting Started.

ARCHITECTURE & GAMES. A is for Architect Simple Mass Modeling FORM & SPACE. Industry Careers Framework. Applied. Getting Started. A is for Architect Simple Mass Modeling One of the first introductions to form and space usually comes at a very early age. As an infant, you might have played with building blocks to help hone your motor

More information

Global Parameters, global control!

Global Parameters, global control! Global Parameters, global control! Paul F Aubin www.paulaubin.com Class Description One of the most exciting new features to appear in Revit in some time is Global Parameters. What are global parameters

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

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

SIEMENS. Modeling assemblies. Self-Paced Training. spse01540

SIEMENS. Modeling assemblies. Self-Paced Training. spse01540 SIEMENS Modeling assemblies Self-Paced Training spse01540 Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle Management Software

More information

Structural & Thermal Analysis using the ANSYS Workbench Release 11.0 Environment. Kent L. Lawrence

Structural & Thermal Analysis using the ANSYS Workbench Release 11.0 Environment. Kent L. Lawrence ANSYS Workbench Tutorial Structural & Thermal Analysis using the ANSYS Workbench Release 11.0 Environment Kent L. Lawrence Mechanical and Aerospace Engineering University of Texas at Arlington SDC PUBLICATIONS

More information

What is the Box Model?

What is the Box Model? CSS Box Model What is the Box Model? The box model is a tool we use to understand how our content will be displayed on a web page. Each HTML element appearing on our page takes up a "box" or "container"

More information

Autodesk Revit Architecture 2011 Getting Started Video Tutorials

Autodesk Revit Architecture 2011 Getting Started Video Tutorials Autodesk Revit Architecture 2011 Getting Started Video Tutorials Instructor Handout Created by: Marvi Basha, Klaus Hyden und Philipp Müller Autodesk Student Experts TU Graz September 2010 Introduction:

More information

Throw your Family a Curve

Throw your Family a Curve Throw your Family a Curve Taming unruly curves in parametric Revit families Paul F. Aubin SESSION DESCRIPTION Have you ever tried to control the shape of a curved form parametrically in the Family Editor?

More information

Model data extraction. Mass property data. Mass property data. Mass property data. Integral Processes. Units and volume

Model data extraction. Mass property data. Mass property data. Mass property data. Integral Processes. Units and volume Model data extraction Most solid modelers permit information to be extracted directly from the model database. Graphic profile data 2D drawings annotation Solid model database details the distribution

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