53
The Power of iLogic Design Automation: How did we get Here? IM221410 Jason Hunt Designer IV, Group Lead FS-Elliott Co., LLC Alex Curtin Product Marketing Engineer FS-Elliott Co., LLC

The Power of iLogic Design Automation: How did we get Here?

  • Upload
    others

  • View
    5

  • Download
    1

Embed Size (px)

Citation preview

Page 1: The Power of iLogic Design Automation: How did we get Here?

The Power of iLogic Design Automation:

How did we get Here?IM221410

Jason Hunt

Designer IV, Group Lead

FS-Elliott Co., LLC

Alex Curtin

Product Marketing Engineer

FS-Elliott Co., LLC

Page 2: The Power of iLogic Design Automation: How did we get Here?

About the SpeakerJason Hunt

• NPD Lead Designer for a global centrifugal compressor

manufacturer, FS-Elliott Co., that is headquartered outside

of Pittsburgh, Pa.

• Based out of the Orchard Park, NY office.

• Over 25 years of compressor design experience (Rotary

and Centrifugal).

• Provides lead design services to current New Product

Development (NPD) projects and helps drive current CAD

standards and best practices in the CAD Group.

• Education background in Engineering from SUNY at Alfred,

Industrial Engineering from SUNY Buffalo State and

Business/Marketing from the McColl School of Business at

Queens University of Charlotte.

• Fourth time presenting at AU and Fifth time attending AU.

Page 3: The Power of iLogic Design Automation: How did we get Here?

About the Co-SpeakerAlex Curtin

• Product Marketing Engineer for a global centrifugal

compressor manufacturer, FS-Elliott Co., that is

headquartered outside of Pittsburgh, Pa.

• Formerly a member of the Airend New Product Development

team responsible for CFD and FEA analysis of the

compressor aerodynamic components.

• Currently pursuing a Master’s degree in Mechanical

Engineering with an emphasis on fluid mechanics and

thermodynamics from Penn State University.

• Research focus is on numerical investigation of

aerodynamic excitations in turbomachinery

• Holds Bachelor’s degrees in Aerospace and Mechanical

Engineering from West Virginia University.

Page 4: The Power of iLogic Design Automation: How did we get Here?

Key Learning Objectives

• Explore the reasons to automate

designs, via iLogic.

• How to incorporate iLogic into your

work flows.

• Learn about some helpful tips and

tricks in writing iLogic Code.

• Discover the importance and value in

using iLogic for your business.

Page 5: The Power of iLogic Design Automation: How did we get Here?

Class Summary

This is a success story where we will discuss the

following:

• Incorporating iLogic into FS-Elliott’s intelligent

modeling work flows

• FS-Elliott programming techniques.

• Specific examples and the payback in using

iLogic in FS-Elliott’s workflows.

• Reasons why FS-Elliott moved to using more

API in writing our programs.

• Specific API examples and how we applied the

API to our new and current programs.

Page 6: The Power of iLogic Design Automation: How did we get Here?

Incorporating iLogic into FS-Elliott’s

intelligent modeling work flows

Page 7: The Power of iLogic Design Automation: How did we get Here?

iLogic Definition

What is iLogic?

• iLogic enables rule driven design that provides

a simple way to capture and reuse your work. It

allows the user to standardize and automate

the design process.

• iLogic allows you to become a coding expert

without having to learn much actual code.

Page 8: The Power of iLogic Design Automation: How did we get Here?

“iLogic is key to our continued success as being

the premier global provider of centrifugal

compressor solutions. We are able to utilize

iLogic to drive complex model automation,

increasing our efficiency and accuracy. Thus

helping us achieve our goal of being the premier

global provider of centrifugal compressor

solutions.”

Why FS-Elliott uses iLogic in Design

Page 9: The Power of iLogic Design Automation: How did we get Here?

4 Pillars of Why to Use iLogic

Automation

• Everyday tasks

• Complicated tasks

Efficiency

• Labor intensive tasks

Consistency

• Modeling

• Work flows

• Output data

Accuracy

• Modeling

• Output data

Page 10: The Power of iLogic Design Automation: How did we get Here?

How FS-Elliot Uses iLogic in our Designs

iLogic Usage Criteria

• Repetitive Tasks

• Automate Complex Tasks

• Tool Creation

Page 11: The Power of iLogic Design Automation: How did we get Here?

FS-Elliott Programming Techniques

Page 12: The Power of iLogic Design Automation: How did we get Here?

Using “If” & “Else” Statements

“If” Statement

• Very Powerful Coding tool

• Typically used to check some logical statement and execute

code, if logical statement is true.

“Else” Statement

• The “Else” statement can be used to execute code whether

the statement is true or false.

• Can also be an If-Else containing additional logical checks.

Page 13: The Power of iLogic Design Automation: How did we get Here?

Using “For Next” Loops

“For Next” Loops

• One of the most frequently used loops in VBA.

• Typically used to move sequentially through a list of items &

numbers.

• “X” is the “time keeper” of the loop and is

incrementally increased throughout the loop.

• “1” is the start value of the loop

• “5” is the stop value to end the loop

Page 14: The Power of iLogic Design Automation: How did we get Here?

Using “Try-Catch” Statements

“Try-Catch” Statement

• Consists of a try block followed by one or more catch

clauses, which specify handlers for different exceptions.

• The above code will check to see if the 29 user

parameters (R1, R2, R3,………R28, R29) have been

created, using the the try block.

• If an error exists from the Try block (the user

parameter doesn’t exist) then the Catch clause will

create the user parameter.

Page 15: The Power of iLogic Design Automation: How did we get Here?

Using “Do While” Loops

“Do While” Loop

• The “Do While Loop” provides a way to continue iterating

through your code, while one or more conditions are true.

• The downside to this type of loop is that it can easily lead to

infinite loops if you are not careful.

• The below code will launch a message box stating what the

current X value is, as long as the condition of X is from 1 to

less than or equal to 5 is met.

Page 16: The Power of iLogic Design Automation: How did we get Here?

Using “Spreadsheets” to Assist in Writing Code

Why Use Spread Sheets

• Data can be read from Excel to push to Inventor

• Data can be pushed to Excel to allow the spreadsheet to

process the inputted data

• Excel can process data and uses various functions within

the spreadsheet that would normally be rather difficult to

code, using iLogic. This is an advantage to the novice

programmer.

• Allows data inputs and outputs to be entered and

read in a consistent manner.

• You can read and input data from any sheet within

the spreadsheet.

Page 17: The Power of iLogic Design Automation: How did we get Here?

Parameter Creation Using the API

API expressions to Create User Parameters

Page 18: The Power of iLogic Design Automation: How did we get Here?

FS-Elliott iLogic & API Payback

Page 19: The Power of iLogic Design Automation: How did we get Here?

iLogic Incorporation into FS-Elliott’s Work Flows

Early Phase of iLogic Knowledge

• Identified many areas where we could

automate designs

• Created Programs based purely on iLogic

• Created a lot of Master Models

• Relied heavily on Excel to assist in our

programing

• Utilized smart modeling techniques with

user parameters

Page 20: The Power of iLogic Design Automation: How did we get Here?

Diffuser Design Program

Payback

• The Original design methodology, without the iLogic program, would

take a designer about 4 hours to complete, including the drawing.

• New Methodology now takes about .5 hours to complete, including the

drawing.

• This is an 87.5 % improvement in efficiency.

Pros

• Create many diffuser models in a short amount of time.

• Models are accurate and consistent.

• CNC department gets the correct data they need every time.

• Huge improvement in efficiency.

• Getting the design finished faster helps bring your design to market

sooner than your competition.

Cons

• The program is not flexible or able to support modeling of older designs.

• You have to model the diffuser up front as a master model.

Page 21: The Power of iLogic Design Automation: How did we get Here?

Impeller Design Program

Payback

• The Original design methodology, without the iLogic program, would take

a designer about 16 hours to complete, including the drawing.

• New Methodology now takes about .5 hours to complete, including the

drawing.

• This is a 96.9 % improvement in efficiency.

Pros

• Create as many impeller models in a short amount of time.

• Models are accurate and consistent.

• CNC department gets the correct data they need every time.

• Huge improvement in efficiency.

• Getting the design finished faster, helps bring your design to market

sooner than your competition.

Cons

• The program is not flexible or able to support modeling of older designs.

• You have to model the impeller up front as a master model.

Page 22: The Power of iLogic Design Automation: How did we get Here?

Motor Mounting Hardware

Design Program

Payback

• The Original design methodology, without the iLogic program, would

take a designer about 20 hours to complete, including the drawing.

• New Methodology now takes about 2 hours to complete, including

the drawing.

• This is a 90 % improvement in efficiency.

Pros

• We took a very involved repetitive design task and automated it to

create accurate designs.

• Generates BOMs, Models and MFG assembly drawings all at once.

• Huge improvement in efficiency.

Cons

• None Observed

Page 23: The Power of iLogic Design Automation: How did we get Here?

Template Creation

Using the API

Payback

• We took the total templates from 14 to 3.

• The number of templates being reduced by 78.6 %.

Pros

• Templates are flexible

• Metric or Imperial Units

• Various Sheet Sizes

• Lower maintenance.

Cons

• None Observed

Page 24: The Power of iLogic Design Automation: How did we get Here?

Updating Inventor Drawing Standards – Using the API

Payback

• Before a 6-page drawing would take the Inventor user

approximately 2 hours.

• Update program, it now takes an Inventor user approximately .2

hours, which is a 91.5% efficiency improvement.

Pros

• Updates the Following:

• Drawing Format

• iProperties

• Dimension Styles

• Drawing Weight

• Converts drawing Dimensions, labels, FCS and more to the

correct styles.

Cons

• None Observed

Page 25: The Power of iLogic Design Automation: How did we get Here?

FS-Elliott’s shift to using more of the

API

Page 26: The Power of iLogic Design Automation: How did we get Here?

Reasons for Moving to API Usage in Writing our Code

API Benefits Over iLogic

• iLogic codes are well suited for repetitive designs with small variations. Can be very useful for replacing components or

updated parameters in already created models.

• API code allows for the model to be created fully from a program without any upfront modeling.

• This gives the API much more flexibility versus iLogic code.

Benefits for FS-Elliott

• Due to variances in design, for the iLogic impeller creation tool to be useful, 4 master models need to be created and

maintained:

• Main Blades Only, Interference Fit

• Main Blades Only, Polygon Fit

• Main Blades and Splitter Blades, Interference Fit

• Main Blades and Splitter Blades, Polygon Fit

• The iLogic program also restricts the user to a set number of points, which can limit new designs and did not work for

older designs.

• The API doesn’t require different master models and can use any number of points.

• In general the API allows for much greater flexibility.

Page 27: The Power of iLogic Design Automation: How did we get Here?

API Tips & Tricks

Page 28: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude)

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

• All the code shown here access the API functions through embedded rules within Inventor

Code to create Inventor References'Creates a reference to the active document

Dim oDoc As Document = ThisApplication.ActiveDocument

'Specifies the active document is a part file type

Dim oPartDoc As PartDocument

'Creates a reference to the part document type

oPartDoc = ThisApplication.ActiveDocument

'Creates a component definition reference. This is used when creating

sketches, parameters, planes, etc.

Dim oCompdef As ComponentDefinition = oDoc.ComponentDefinition

'Creates a part specific component definition. This is used for part specific

features like lofts or revolves.

Dim oPartDef As PartComponentDefinition

'Creates reference between part component definition and part document type.

oPartDef = oPartDoc.ComponentDefinition

Page 29: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Code to Delete All Features and Sketches'Delete Features, The below loop deletes all the features in the model to

start from scratch

Dim oFeat As PartFeature

For Each oFeat In oCompdef.Features

oFeat.Delete()

On Error Resume Next

Next

'Delete 2D Sketches, Deletes all the 2D sketches to start from scratch

Dim oSketch As PlanarSketch

For Each oSketch In oCompdef.Sketches

oSketch.Delete()

On Error Resume Next

Next

'Turns Error Checking Back On

On Error GoTo 0

Page 30: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Code to Declare Transient Geometry

Transient Geometry Help

• See the “Transient Geometry, Matrices, and Vectors” section under General Concepts in the Inventor API User’s Manual

for more information.

'Declares a transient geometry reference. This is used to create points and

other objects without creating a visible instance of the object.

Dim tg As TransientGeometry

'Links transient geometry to the open instance of inventor.

tg = ThisApplication.TransientGeometry

Page 31: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Code to Declare and Create 2D Sketches within Inventor

'Declares an inventor planar sketch aka 2D sketch

Dim oSketch1 As Inventor.PlanarSketch

'Creates a 2D sketch on the XZ Plane. WorkPlanes(#) are in the same order

they appear in the model tree under origin so YZ=1, XZ=2, and XY=3.

oSketch1 = oPartDef.Sketches.Add(oPartDef.WorkPlanes(2))

'Renames the sketch

oSketch1.Name = "Box Sketch"

Page 32: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Code to Declare Sketch Lines and a Dimension

• An Offset Dimension creates a dimension between a line and some other sketch entity such as another line, a point, a

circle, etc.

• This type of dimension can be used to create linear diameter dimensions. (i.e. The same as creating a dimensions around

a centerline manually)

• See the API Help for other dimension types.

'Declares a few 2D sketch lines

Dim oLine1 As Inventor.SketchLine

Dim oLine2 As Inventor.SketchLine

Dim oLine3 As Inventor.SketchLine

Dim oLine4 As Inventor.SketchLine

'Declares an Offset Dimension Constraint, this is like manually adding a

dimension from a line to another line

Dim oLineLength As OffsetDimConstraint

Page 33: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Code to Draw Lines and Create Dimensions'Create Box Sketch

'Here the previously declared tg is used to reference coordinates on the

plane without actually creating a sketch point or work point.

oLine1 = oSketch1.SketchLines.AddByTwoPoints(tg.CreatePoint2d(0, 0),

tg.CreatePoint2d(1, 0))

'The .EndSketchPoint property makes the previous line coincident to this new

line.

oLine2 = oSketch1.SketchLines.AddByTwoPoints(oLine1.EndSketchPoint,

tg.CreatePoint2d(1, 1))

oLine3 = oSketch1.SketchLines.AddByTwoPoints(oLine2.EndSketchPoint,

tg.CreatePoint2d(0, 1))

'The .StartSketchPoint property connects the final line to the first point of

the first line.

oLine4 = oSketch1.SketchLines.AddByTwoPoints(oLine3.EndSketchPoint,

oLine1.StartSketchPoint)

'Creates a dimension between two of the parallel lines

oLineLength = oSketch1.DimensionConstraints.AddOffset(oLine1, oLine3,

tg.CreatePoint2d(-0.5, 0.5), False)

'Creates a dimension between the other two parallel lines

oLineLength = oSketch1.DimensionConstraints.AddOffset(oLine2, oLine4,

tg.CreatePoint2d(0.5, -0.5), False)

Page 34: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Code to Project X and Z Axis to use for Additional Constraints

'Declares a Sketch Line

Dim oXaxis As SketchLine

Dim oZaxis As SketchLine

'Projects the X and Y axes on the sketch. WorkAxes(1) is the X axis.

WorkAxes(3) is the Z axis.

oXaxis = oSketch1.AddByProjectingEntity(oCompdef.WorkAxes(1))

oZaxis = oSketch1.AddByProjectingEntity(oCompdef.WorkAxes(3))

Page 35: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Code to Create Additional Geometric Constraints

• See the API Help for additional geometric constraint types.

'Create a Perpendicular Geometric constraint between line 1 and line 4

oSketch1.GeometricConstraints.AddPerpendicular(oLine1, oLine4)

'Create a Coincident Geometric constraint between the start point of line 1

and the projected X-axis.

oSketch1.GeometricConstraints.AddCoincident(oLine1.StartSketchPoint, oXaxis)

'Create a Coincident Geometric constraint between the start point of line 1

and the projected Z-axis.

oSketch1.GeometricConstraints.AddCoincident(oLine1.StartSketchPoint, oZaxis)

'Create a Horizontal Geometric constraint on line 1 to fully constrain the

sketch.

oSketch1.GeometricConstraints.AddHorizontal(oLine1)

Page 36: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Created Sketch

Page 37: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Declares Profile and Creates Extrude Feature

'Declares a profile.

Dim oProfile1 As Profile

'Adds the box sketch to the profile.

oProfile1 = oSketch1.Profiles.AddForSolid

'Declares an extrude feature

Dim oExtrude1 As ExtrudeFeature

'Creates the extrude features using the create profile, a distance of 1 cm

(or 10 mm), extrudes in the positive direction, and does a join operation.

oExtrude1 = oPartDef.Features.ExtrudeFeatures.AddByDistanceExtent(oProfile1,

1, kPositiveExtentDirection, kJoinOperation)

'Renames extrude feature

oExtrude1.Name = "Box"

Page 38: The Power of iLogic Design Automation: How did we get Here?

Create Box Example (Extrude) Cont’d

Simple Example for Creating a Box of a Set Size

• Note: This file has been uploaded as “Create Box.ipt” and includes an embedded rule with the code.

Final Part

Page 39: The Power of iLogic Design Automation: How did we get Here?

Create Cylinder Example (Revolve)

Simple Example for Creating a Cylinder with a Bore with Parameters

• Note: This file has been uploaded as “Create Cylinder.ipt” and includes an embedded rule with the code.

• This example includes how to manipulate parameters with code and use a form to execute a rule and update parameters.

• See the handout and uploaded model for the full details.

Page 40: The Power of iLogic Design Automation: How did we get Here?

FS-Elliott API Examples

Page 41: The Power of iLogic Design Automation: How did we get Here?

Impeller Creation Using the API

Sample Models/Codes for Creating an Impeller

• Note: This file has been uploaded as “Full Impeller.ipt” and includes embedded rules with the codes and the form.

Spreadsheet data files have been included for a base impeller, an impeller with splitter blades, and an impeller with a

polygon attachment.

• Note: A reduced sample model/code for just creating the impeller blade has also been including in the file “Impeller

Blade.ipt”

• See the handout and uploaded model for the full details.

Page 42: The Power of iLogic Design Automation: How did we get Here?

Impeller Creation Using the API

Code Used to Create Reference to External Spreadsheet

• The below code can be used to determine the file path of a spreadsheet and set it to a parameter to be used in the code

to create the impeller.

'Declare Inventor File Dialog

Dim oFileDlg As Inventor.FileDialog = Nothing

'Run File Selection Code

InventorVb.Application.CreateFileDialog(oFileDlg)

'Allow Selection Of Excel Files

oFileDlg.Filter = "Excel Files (*.xls;*.xlsx;*xlsm)|*.xls;*.xlsx;*xlsm"

'Get File Path, setting the initial path to the same folder that the model is

saved in.

oFileDlg.InitialDirectory = ThisDoc.Path

oFileDlg.CancelError = True

On Error Resume Next

'Show Open File Dialog Window.

oFileDlg.ShowOpen()

'Set Filename parameter to the path.

Parameter("Filename") = oFileDlg.FileName

Page 43: The Power of iLogic Design Automation: How did we get Here?

Impeller Creation Using the API

Code Used to Create Reference to External Spreadsheet

• Sets the path for spreadsheet which is referenced using the “Filename” parameter.

'Sets the excel reference to the parameter Filename.

Impeller_Coordinates = Parameter("Filename")

'Determines how many main blade points there are.

Blade_Count = GoExcel.CellValue(Impeller_Coordinates, "Main Blade", "AM3")

'Determines if the dimensions for the blade are going to be created.

Dimension_Value = GoExcel.CellValue(Impeller_Coordinates, "Inputs", "B21")

Page 44: The Power of iLogic Design Automation: How did we get Here?

Impeller Creation Using the API

Program Logic

• For-loops are used to loop through the blade points. The points themselves as well as how many points there are is read

from the spreadsheet.

• If-statements are used in various places including determining if the impeller has splitter blades, if the leading edge is

defined by data points, and what the attachment method is.

• Involves 3D and 2D sketches.

• Uses several feature types including lofts, patterns, revolves, extrudes, and fillets.

• See the handout and uploaded model for the full details.

Page 45: The Power of iLogic Design Automation: How did we get Here?

Impeller Creation Using the API

Demonstration

• First example is for an impeller with just main blades and a straight through interference attachment method.

• Second example has the same attachment but the impeller has splitter blades.

• Third example is an impeller with just main blades and a polygon attachment method.

• Creating the impeller through the API doesn’t lead to significant time savings compared to iLogic but it allows for much

greater flexibility.

Page 46: The Power of iLogic Design Automation: How did we get Here?

Diffuser Creation Using the API

Demonstration

• This program uses many of the same programming techniques as the impeller code.

• The big advantage of using the API is again the flexibility it allows for.

Page 47: The Power of iLogic Design Automation: How did we get Here?

Conclusion

Page 48: The Power of iLogic Design Automation: How did we get Here?

Conclusions

iLogic & API Payback

• The numbers don’t lie.

• iLogic and the API is a powerful tool.

• Improves your efficiencies and work flows.

What's next for you?

• Think about how iLogic and the API can help your work flows.

• Ask these questions to see if iLogic or the API can help:

• Is the work repetitive?

• Will automation save time, so a designer can focus on other

tasks?

• Is there a need or desire to improve consistency?

• Do you want to improve efficiency?

• Does the data output need to be provided in a certain manner,

every time?

• Do you need to create a lot of models in a short amount of

time?

Page 49: The Power of iLogic Design Automation: How did we get Here?

Blog Resources

Autodesk Inventor

• http://blogs.autodesk.com/inventor/

Autodesk Vault

• http://blogs.autodesk.com/vault/

Inventor Blogs

• From the Trenches with Autodesk Inventor (Curtis Waguespack):

http://inventortrenches.blogspot.com/

• CADSETTEROUT(Paul Munford):

http://cadsetterout.com/

Page 50: The Power of iLogic Design Automation: How did we get Here?

Please Fill Out Your Surveys

• Make sure your voice is heard by

completing your surveys!

• Please take the time to complete

your survey for this and every class

you attend at Autodesk University.

• Autodesk uses this information to

know what classes to offer in the

future.

Page 51: The Power of iLogic Design Automation: How did we get Here?

Got An Idea? Share it!

• Share your idea directly

with the Autodesk

Development Team

• Community can support

ideas to surface the

most relevanthttps://autode.sk/vaultidea

https://autode.sk/inventoridea

Page 52: The Power of iLogic Design Automation: How did we get Here?

Questions?

Page 53: The Power of iLogic Design Automation: How did we get Here?

Autodesk and the Autodesk logo are registered trademarks or trademarks of Autodesk, Inc., and/or its subsidiaries and/or affiliates in the USA and/or other countries. All other brand names, product names, or

trademarks belong to their respective holders. Autodesk reserves the right to alter product and services offerings, and specifications and pricing at any time without notice, and is not responsible for

typographical or graphical errors that may appear in this document.

© 2018 Autodesk. All rights reserved.