AU Class
AU Class
class - AU

Water Project Lifecycle Connected Data with Civil 3D, GIS, Dynamo, Python, and IFC

Share this class

Description

This class will showcase a connected data workflow used to deliver large water and sewer infrastructure projects from design to commissioning. This is accomplished with a systematic use of Civil 3D software and ArcGIS integration, asset data governance, and Industry Foundation classes (IFC) for digital-twin commissioning. The sewer and water designs are first developed in Civil 3D. Dynamo and Python are used to attach a class library as property set data and generate a spreadsheet model database. The spreadsheet is linked to an Esri geodatabase through geoprocessing and Python. This geodatabase is updated with field-collected attribute data and as-built data via Esri Field Maps. The computational process is reversed to update the spreadsheet and subsequently the Civil 3D model. The model is delivered as-built, and an IFC version containing the asset data is exported for the owner's digital-twin ecosystem.

Key Learnings

  • Learn how to combine Civil 3D, Dynamo, Python, ArcGIS, and Esri products.
  • See how effective project data governance can facilitate asset management delivery.
  • Learn about automation with Dynamo and Python, including automating model-data manipulation using computational design methods.
  • Learn how to facilitate collaboration and information sharing between stakeholders.

Speakers

  • Michael Desilets
    Michael Desilets is a Geospatial Professional who has been involved in the Energy, Environmental and Transportation sectors for the last 27 years. Most recently, Michael has been a technical director for large geospatial design and asset management projects across North America including; The Trans Mountain Pipeline, Renewable Zoning Bylaw Reviews for several municipalities and the Long Island Rail Road (LIRR) Third Track Expansion. Most of Michael's career has focused on the design of management tools that support the integration of complex geospatial data into enterprise information systems. He has designed or been directly involved in the execution of several systems to support regulatory compliance, engineering studies and linear corridor analysis. During the early part of his career, Michael was involved in the design and execution of predictive ecological mapping programs that integrated first generation machine learning techniques.
Video Player is loading.
Current Time 0:00
Duration 32:09
Loaded: 0.51%
Stream Type LIVE
Remaining Time 32:09
 
1x
  • Chapters
  • descriptions off, selected
  • en (Main), selected
Transcript

JUSTIN RACELIS: Welcome, everyone to CES600175. This is the water project lifecycle, connected data with civil 3D, GIS, Dynamo, Python, and IFC. So I'm Justin Racelis. I'm an infrastructure digital practice manager with Stantec. I help drive a lot of the initiatives related to design automation, and computational design, and emerging technologies within the infrastructure business at Stantec. And hey, Mike, do you want to introduce yourself real quick?

MICHAEL DESILETS: Thanks, Justin. Yeah, my name is Mike Desilets. I've been working with Stantec for the better part of 15 years. And I'm a geospatial business strategist. Basically, that's dealing with information systems and all types of geospatial technologies. Happy to be here today.

JUSTIN RACELIS: So safe harbor statement. I believe I'm supposed to say do not make any purchasing decisions based on any content that we provide here, et cetera. So customary at Stantec is to give something that we call a safety moment at the beginning of every presentation.

So I just want to tell everyone to be safe when booking rideshare or participating in any kind of rideshare service. Just because you may be coming from some event and think that you're safe because you're in a vehicle. And that may not be the case. You may need to intervene and direct or implore the driver to do a certain thing. Otherwise, you may end up in a situation such as getting involved in a car accident while in rideshare. So here at-- here at Vegas, people are going to be moving around all the time. So just stay safe out there.

All right, so to give a high level overview of what we're going to be discussing here with this presentation, we want to show how you can utilize transmitting data between various different platforms to create a connected data system within a software ecosystem that is not inherently connected. But we can do a lot of things to push and pull data and make some programmatic and intelligent decisions with our model and attribution based on any number of mechanisms.

So firstly, we'll-- just with design data development, with this example project that we'll showcase, we will be utilizing a model-based-- or information model that is was used for the design and documentation. And Mike, do you want to explain a little bit about the geodatabase?

MICHAEL DESILETS: Yeah, thanks, Justin. So we were going to go through the evolution of some of the change management scenarios that people often find in dealing with this life cycle situation. As we have moved through this a couple of times on some projects, the structures of relational databases definitely have their place. But we've also found that there needs to be more fluid ways of moving information through the life cycle in addition to the actual design process, from the beginning all the way to the end in delivery. So we were looking at an enhanced strategy of using a relational or geodatabase technology.

JUSTIN RACELIS: Yeah, thanks, Mike. So with that, and the design-- the information model that we're utilizing for the design, we're able to connect field data with the design model. And we're going to show how this can be done utilizing any number of techniques. But most importantly, this kind of streamlines a lot of the post-delivery to operations and maintenance requirements that we tend to see on a lot of projects these days.

And in order to protect the information of some of our clients who may have some security concerns, we're going to be showing a workflow that's derived from a number of things that we're doing across multiple projects, but in this case, applied to a sample project that's long been constructed in the past and designed by Stantec, just to give an idea of how one could use these concepts to do-- to develop a connected data environment with a similar type of project, or maybe even a completely different type of project.

So yeah, just to give an idea of a little bit of the technology stack that we're working with here. So we have some of the Autodesk products, the Civil 3D, Navisworks, Dynamo, as you can expect from a design environment. And then we have, for data management and attribution, we're using the ESRI suite and Excel tables when needed. And then for collaboration, we're utilizing a lot of computational methods through Python and packaging information with GeoJSON and IFC.

So this is that sample project that I had mentioned. It's just a small segment of a very large sewer network. And this is right in front of the World Trade Center. So this is something that, again, that Stantec had worked on quite some time ago. So you can see, it's a very large chamber connected to some pipes and some manholes.

And right here on the right side, you can see a lot of attribution has been assigned to these models. So what we're going to be showcasing here is what you can do with, in this case, Civil 3D property sets. But if you were working in Revit, you could-- this would be extensible storage in Revit.

Any way that you can use custom user defined attributes to match the client requirements for their asset schema, and yeah, just up here on the left side, that's the original plan sets and alongside an image taken right from the model. So that we can see a little bit of the context here.

So what we're doing with Dynamo essentially is we're taking all of this information. And we need to somehow package it in a way that it can be read as a GeoJSON by platforms that require the GeoJSON schema to be followed to a certain extent. So the first thing that we're doing is we're getting grabbing the pipe objects. And then some user inputs are needed, such as the target, the location of the GeoJSON files, and the list of the property names that were developed that we're using for the pipe network.

And then with Python, we're going to be doing a bunch of fun stuff with it. And yeah, so as I mentioned again, GeoJSON kind of-- it performs a very central role in what we're doing because effectively, as we're going to show over the next few minutes, we're going to-- we've developed a Python interpreter for Civil 3D pipe networks and GeoJSON, which that same concept could be applied to quite a number of things.

But in this case, we're working with pipe networks. And GeoJSON is used extensively within the industry. And Mike, do you want to give maybe a little bit of background on how this gets used on the geospatial side?

MICHAEL DESILETS: Absolutely, Justin. Yes, one of the good things that we had worked a lot on was looking at different types of proprietary formats. And there's been a lot of work between Autodesk and ESRI to deal with the integration there. So with doing that, looking at the kind of open data structure that JSON format had put out there, some of the more complex topology types that people depend on looked to be finally evolved within the GeoJSON format.

It was great because it's nice and lightweight. And kind of really works with a lot of the different platforms that we're dealing with. And instead of looking at how to fit and squeeze data from one design environment to the next, we ended up finding that this GeoJSON format, not only did it carry the rich attribution in a simple structure. The geometry was also able to be packaged. So very, very elegant solution. Yeah, thanks, Justin.

JUSTIN RACELIS: So yeah, as I mentioned before, we effectively have built a translator with Python. And it's very flexible. I mean, this is really just-- logically speaking, it's any number of ways that you can think of to take civil object data and instantiate it within the GeoJSON schema. So I'll just step through some of the functions that we had to build in order to get this workflow up and running.

So some of the main things that we needed to accomplish with this is the first thing is just identify the pipe network object. So look at what's in the model and identify the models that actually need to be transmitted via GeoJSON and ignore the rest. So that's really just parsing through lots of information.

The next would be to create the GeoJSON itself and then populate it with the geometric and property data. So yeah, we did that through a number of functions that we've defined in Python. So the first is-- it just needs to look through the object properties and values and collect them as dictionary keys and values.

And this portion right here was a little bit interesting because while we are using property sets to represent the asset attributes, there are a number of object properties that are not property sets that are used-- that need to be transmitted as well. So we kind of needed to look through both of those and figure out which ones are necessary and need to be transmitted.

And next, we just need to-- following that GeoJSON schema, we needed to build the GeoJSON header and then create the feature object itself and then go through all of the Civil 3D objects that have been identified and then populate-- format them and populate them as objects within that GeoJSON feature database.

And the result is just between these two right here, you're selecting the model in Civil 3D. That's the original property-- set of properties that I've highlighted here on the left side. And that's significant because we're going to keep-- we're going to keep revisiting these particular properties throughout the rest of the presentation. And on the right side, this is just the GeoJSON opened up in text editor.

So you can see the correlation between the two that the property sets that we needed have been exported and are mirrored inside of that GeoJSON format. So the end goal of doing this is collecting all this information and using it in GeoJSON. And we want to go to the field and do something with it. So that's our goal is we want to take the model and we want to use it somehow using the ESRI field apps and utilize some of the geospatial technologies that we have available to us. Yeah, and go ahead, Mike, you want to go ahead and take over and talk about the geodatabase management?

MICHAEL DESILETS: Yeah, that sounds great. So as I mentioned before, we understand the power of the relational database technology. ESRI relies on geodatabases for its rigid geometric management and attribute management. One of the things we had to do is respect a little bit of that, but trying to move the information from the design environments up into the field collection environments, as well as look at things within the GIS.

We decided to move things through to REST services. And we were able to easily do that with the GeoJSON import functions from ESRI. If you want to move to the next slide, Justin. We found out that we are really at a time where the REST services. And the combination of the GeoJSON structure has really enabled the accessibility to such a wide variety of technologies that by moving data into the REST service from the GeoJSON, now we're able to put in the hands of a wider audience or a wider group of users on a project, handheld devices, desktop applications, web applications, really a lot of independence and freedom there.

And this is just part of the evolution of client services and database technology into web-centric patterns as the graphics are showing. What that really means is we're not using proprietary formats anymore, one size fits all type of applications or platforms. And that's just increasing our collaboration. This gives us efficiencies in the data movement. And again, that's what you've been detailing, Justin, is how we move the geometry and the attribution in the simplest, most lightweight format. If you can move to the next slide, I'll just briefly touch on the quick functions available in the ESRI product.

The idea, if you haven't used REST services before, they've been around almost longer than and WFS standards. And they are a very powerful way to make sure rich geometry is usable in a variety of formats with ESRI's cloud services product, the ArcGIS online environment, which runs some of these lightweight mobile applications relies on REST services. So moving it from import from Civil 3D up to REST services is a very easy process with the GeoJSON format.

Yeah, so then what we do is we deal with web app-- web maps and web applications that can allow a user to go out in the field, edit information based on observed measurements. And one of the things to be very aware of is that if you're doing spatial proximity measurements, to make sure that you're using the right type of instrumentation and the right type of survey professionals. Thanks, Justin.

JUSTIN RACELIS: Oh yeah, sorry, so in this case, what we're showing doing here with the survey team is this is emulating a workflow in the field where, for example, a surveyor would come out. And during the as-built collection, data collection phase of a project, the surveyor would shoot the point here. For instance, if we needed to find a point that represented the insertion of a structure, and that varies differently from what was designed, the surveyor would traditionally would have provided that as red lines on a sheet and then had somebody in the office just draft up the changes in the plan.

But in this case, what we're doing is we're utilizing the ability to capture this information in the field. So rather than that information being typed-- just handwritten into some type of notepad or a piece of paper, here, we can just input it directly into the ESRI field maps. So yeah.

MICHAEL DESILETS: Maybe I'll just add on that as well is that these devices that typically had been used by more advanced survey grade exercises, we can now put some of the data collection that's more relevant to a wider group of project team members into smaller, more affordable devices, and still be able to capture a lot of attribution that might not be part of scope for survey-based operations. Thanks, Justin.

JUSTIN RACELIS: Yeah, sure. Yeah, so here are just some-- showing some of the points that get modified via the ESRI App. So on the left side, that's like the insertion point, the x and y. And then updated on the right side, this is, again, kind of emulating that surveyor as-built workflow of collecting the insertion points.

And then here, these are some attributes that I think are, again, we highlighted earlier when we selected the structure-- or the chamber element in the model. And in this case, these are some standard design criteria that are typical of New York City sewer chamber design. So anyone who's familiar with the area would kind of recognize this.

So the idea is that if-- the as-built of the chamber may have some slight variance from the original design. So if you want to capture what those new parameters are for that determine the shape of-- or the geometry of the chamber that can be done as well and collected as effectively as metadata through the ESRI field maps.

And yeah here, so moving onto model is as-built. So essentially, bringing that information back from the field, so as we showed talked about before, we took all of that information and in the field and updated the web map with it. And in this form, it's still-- all we're doing is we're just updating a simple point and polyline-- or point and line geometry in the map.

But because we're utilizing the attribution to transmit the design change-- or not the design-- the as-built changes to inform the designer, we're no longer dealing with heavy models and lossy conversions. It's just what changed. And then we're looking through what changed and using the Civil 3D functionality to update that.

So this is the JSON that we get back. And one of the interesting things here is that what we encountered is a limitation with web-- with the web services in ESRI in terms of the attribute field name character length. So even though a character limit of 255 is actually supported, in this case, it's only 31. So we did have to adjust for that a little bit in our workflow.

So what we ended up doing with that was basically just building that into the script. So it would understand that some of these attribute fields got truncated and correct that. So now, we're basically just doing the reverse of the workflow that we did initially in the beginning. We took the pipe objects. We needed to identify the ones that are being used in this particular scenario, and then grabbing the updated GeoJSONs, and then using Python to look through them and understand what has actually changed.

So here, yeah, going through some of the functions that we-- as part of our Python workflow for this side of the process is just loading the-- loading the GeoJSONs and grabbing those feature dictionaries, which is the way that they're kind of contained in GeoJSON. So then, it looks at every single structure. And this is something that's going to be specific to Civil 3D pipe network elements.

And so even though, technically, when you move a-- when you change the insertion point of a structure, it's going to move the pipe as well. So in the field, moving the-- inputting the data or inputting the updated coordinates for the structure wouldn't require us to also add the changes to the pipe because we're going to handle that on the Civil 3D side.

So it's going to look at all the structures and determine if the insertion point is different. It's going to just grab-- grab that structure and then move it based on the updated coordinates that are listed in the attributes in the GeoJSON. And then it's going to do the same thing but look at the properties.

So it finds all the properties that have changed. And then if they have changed, we assume in this case because we're going back to the model from GeoJSON that those are newer. And those are the ones that need to be revised. So then we'll go through all the objects once we identify those properties that need to be changed and then apply those functions to all of those Civil 3D objects.

Yeah, so this is just a quick video just showing, running the actual script, so finding those changes and importing them, and then that those properties that were highlighted, again, those were, again, what we're using in our example here. So that's-- you can see that those have been modified. So not only did the structure shift, but the properties that captured in the field also came through.

So this is kind of indicative of what we can do with this type of workflow. Where it's just transmitting parameters through GeoJSON and then utilizing the capabilities of the native modeling or information modeling platform to make those changes for you. So that, again, you don't deal with lossy model file format conversions.

And lastly, what do we do with that information now? So we have this updated model in Civil 3D. And one of-- at this point in the project, what you're doing is you need to deliver either as-built or archival level of model information for the client. So the client may have requirements that they need IFC 4.3. Or they need a geodatabase, which a lot of our clients do need that.

And the useful thing about this workflow is that the geodatabase is inherently part of it. So just by instantiating this process in the first place, we already have created effectively that geodatabase deliverable. And if we need to export to IFC, that can be done from Civil 3D directly once the as-built conditions have been captured.

And also if you, unfortunately, were still developing sheets like many of us are and you needed to update those sheets, updating the model if your views of the sewer were cut with sheets and Civil 3D with the sheet-- the sheet tools, then those would update as well once the model has been updated.

So yeah, moving on to just finally, what do we do with the post-delivery side, just sending those-- transmitting those IFCs or the geodatabases to the clients. And just to recap, what we did is we went over how we're taking design content from information models. We are capturing that somehow in a format that is ideal for geospatial applications. And then we are taking those changes in the field via the ESRI mobile apps. And then we're programmatically taking those changes and using Civil 3D to modify the original model to reflect those as-built conditions. And then finally, taking those-- that updated as-built model and delivering that in the formats that are needed for by our clients.

So just side by side right here, this is showing what the original and updated 3D model in the ESRI environment on the left side. So just showing that there are some capabilities on the ESRI-- on the ESRI platform to view 3D models as well. And then on the right side, this is just the IFC export. So this is in the Open IFC Viewer. And again, looking at those properties that-- all of that-- all those property sets come through. So in this case, we're-- this is asset attributes.

So if you have a client that have dictated a certain set of asset templates that you need to follow, you can use property sets to-- as the foundation for that in your workflow and then use a workflow like this to exchange information with different phases of the project. So construction, as-built, et cetera.

And as far as the business case for this, I mean, again, there are a lot of clients that do have IFC deliverables where they want different schemas. That they want to follow different schemas and have them delivered as IFC models. There are geospatial deliverables that this would align with.

So especially with some of the ways that the ASCE 38 and by year spec would kind of require some of the properties to be instantiated in the field for utility mapping and things like that, I mean, all of those are directly applicable using this workflow. And then of course it streamlines your whole as-built process. So no more red lines-- drawing red lines on a plan.

I mean, if this was a different type of infrastructure project that utilized a different-- was using different types of models, I mean, there are-- there are ways that this workflow can be repurposed for that as well. And I think I'll touch on that a little bit at the end. And yeah, Mike, do you want to give a little blurb about mixed reality?

MICHAEL DESILETS: Yeah, thanks a lot, Justin. So what we wanted to really do is really push the envelope with some of the asset management deliverables that we had as well, which Justin just alluded to, there are standard requirements for some of those. They don't necessarily require the same level of geometric precision or even the structure of it, but the qualification of the assets themselves.

But with the process that we've been detailing, what we are also then finding with something, especially like an IFC, native to a lot of applications that can work with virtual reality, augmented reality technology very well. So what we can do is also introduce the idea of asset management or public engagement opportunities at any stage of the project with the designs. And that in this particular case, this picture on the side, we're just kind of showing that you can utilize some pretty potent BIM or IFC deliverables to allow for reality comparisons.

So really, got a quiz here for everybody. Just throw it out there, and say, based on the picture that you got here, can you tell us which one is the real one and which one is the augmented reality building? And we can definitely work through and go through which one is which, but just trying to highlight that the realism behind these models now is getting so great, the technology is so great that, really, this should help a wide variety of model verification as well as any number of means from marketing to public engagement. Yeah, that was exciting for us as well. Thanks, Justin.

JUSTIN RACELIS: Yeah, thanks, Mike. And lastly, again, I did mention that I wanted to show how you could use this similar type of workflow and apply it to a different-- to a different type of infrastructure or a different scenario. So as a quick example, this on the right side, this is a very simple parametric subassembly that is designed to identify the different retaining wall cases in this theoretical location where a retaining wall is needed.

It will design the foundation for you, essentially. So what would we want to do with this? Well, a lot of times, we have some transit and transportation owners that are developing GIS and assets requirements for even linear features like these, which are a little bit-- something that's a little bit difficult to capture in just a simple point and line geometry.

But the attribution, if that's really where we want to get smart about how we convey that via a polygon, what we can do is we can take this use the same workflow and embed that attribution that represents the geometry and the type of foundation in a similar fashion through a polygon entity within ESRI web map.

So that corridor, for instance, imagine running through the same workflow here by building out a process for grabbing the alignment of that wall and then also the attribution that the subassembly was tailored to be able to output for readability within Dynamo. We can take that same linear feature and then using a different function, just take those points and collate them in a fashion so that each segment captures the start and the end point of the retaining wall design.

And then the same process, export to geoJSON, and then upload that to the web-- to the web map. And yeah, here on the left side, it's just a pretty similar scenario. It's just now you're out in the field. And you have the ability to take a look at a retaining wall that's represented in plan, just a simple line.

But if there's information that you want to capture about it during construction, you could do a similar workflow here. So there's any CAD or based-- CAD or BIM-based system that has the ability to scripting, especially with Python or any other language that has the-- makes it easy to communicate information via external text files, this is some of the ways-- some of the things that you could do with that. And yeah, so that's all the content that we had. So yeah, thanks for listening. Thanks, everyone.

MICHAEL DESILETS: Thank you.

______
icon-svg-close-thick

Cookie preferences

Your privacy is important to us and so is an optimal experience. To help us customize information and build applications, we collect data about your use of this site.

May we collect and use your data?

Learn more about the Third Party Services we use and our Privacy Statement.

Strictly necessary – required for our site to work and to provide services to you

These cookies allow us to record your preferences or login information, respond to your requests or fulfill items in your shopping cart.

Improve your experience – allows us to show you what is relevant to you

These cookies enable us to provide enhanced functionality and personalization. They may be set by us or by third party providers whose services we use to deliver information and experiences tailored to you. If you do not allow these cookies, some or all of these services may not be available for you.

Customize your advertising – permits us to offer targeted advertising to you

These cookies collect data about you based on your activities and interests in order to show you relevant ads and to track effectiveness. By collecting this data, the ads you see will be more tailored to your interests. If you do not allow these cookies, you will experience less targeted advertising.

icon-svg-close-thick

THIRD PARTY SERVICES

Learn more about the Third-Party Services we use in each category, and how we use the data we collect from you online.

icon-svg-hide-thick

icon-svg-show-thick

Strictly necessary – required for our site to work and to provide services to you

Qualtrics
We use Qualtrics to let you give us feedback via surveys or online forms. You may be randomly selected to participate in a survey, or you can actively decide to give us feedback. We collect data to better understand what actions you took before filling out a survey. This helps us troubleshoot issues you may have experienced. Qualtrics Privacy Policy
Akamai mPulse
We use Akamai mPulse to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Akamai mPulse Privacy Policy
Digital River
We use Digital River to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Digital River Privacy Policy
Dynatrace
We use Dynatrace to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Dynatrace Privacy Policy
Khoros
We use Khoros to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Khoros Privacy Policy
Launch Darkly
We use Launch Darkly to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Launch Darkly Privacy Policy
New Relic
We use New Relic to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. New Relic Privacy Policy
Salesforce Live Agent
We use Salesforce Live Agent to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Salesforce Live Agent Privacy Policy
Wistia
We use Wistia to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Wistia Privacy Policy
Tealium
We use Tealium to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Tealium Privacy Policy
Upsellit
We use Upsellit to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Upsellit Privacy Policy
CJ Affiliates
We use CJ Affiliates to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. CJ Affiliates Privacy Policy
Commission Factory
We use Commission Factory to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Commission Factory Privacy Policy
Google Analytics (Strictly Necessary)
We use Google Analytics (Strictly Necessary) to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Google Analytics (Strictly Necessary) Privacy Policy
Typepad Stats
We use Typepad Stats to collect data about your behaviour on our sites. This may include pages you’ve visited. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our platform to provide the most relevant content. This allows us to enhance your overall user experience. Typepad Stats Privacy Policy
Geo Targetly
We use Geo Targetly to direct website visitors to the most appropriate web page and/or serve tailored content based on their location. Geo Targetly uses the IP address of a website visitor to determine the approximate location of the visitor’s device. This helps ensure that the visitor views content in their (most likely) local language.Geo Targetly Privacy Policy
SpeedCurve
We use SpeedCurve to monitor and measure the performance of your website experience by measuring web page load times as well as the responsiveness of subsequent elements such as images, scripts, and text.SpeedCurve Privacy Policy
Qualified
Qualified is the Autodesk Live Chat agent platform. This platform provides services to allow our customers to communicate in real-time with Autodesk support. We may collect unique ID for specific browser sessions during a chat. Qualified Privacy Policy

icon-svg-hide-thick

icon-svg-show-thick

Improve your experience – allows us to show you what is relevant to you

Google Optimize
We use Google Optimize to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Google Optimize Privacy Policy
ClickTale
We use ClickTale to better understand where you may encounter difficulties with our sites. We use session recording to help us see how you interact with our sites, including any elements on our pages. Your Personally Identifiable Information is masked and is not collected. ClickTale Privacy Policy
OneSignal
We use OneSignal to deploy digital advertising on sites supported by OneSignal. Ads are based on both OneSignal data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that OneSignal has collected from you. We use the data that we provide to OneSignal to better customize your digital advertising experience and present you with more relevant ads. OneSignal Privacy Policy
Optimizely
We use Optimizely to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Optimizely Privacy Policy
Amplitude
We use Amplitude to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Amplitude Privacy Policy
Snowplow
We use Snowplow to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Snowplow Privacy Policy
UserVoice
We use UserVoice to collect data about your behaviour on our sites. This may include pages you’ve visited. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our platform to provide the most relevant content. This allows us to enhance your overall user experience. UserVoice Privacy Policy
Clearbit
Clearbit allows real-time data enrichment to provide a personalized and relevant experience to our customers. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID.Clearbit Privacy Policy
YouTube
YouTube is a video sharing platform which allows users to view and share embedded videos on our websites. YouTube provides viewership metrics on video performance. YouTube Privacy Policy

icon-svg-hide-thick

icon-svg-show-thick

Customize your advertising – permits us to offer targeted advertising to you

Adobe Analytics
We use Adobe Analytics to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, and your Autodesk ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Adobe Analytics Privacy Policy
Google Analytics (Web Analytics)
We use Google Analytics (Web Analytics) to collect data about your behavior on our sites. This may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. We use this data to measure our site performance and evaluate the ease of your online experience, so we can enhance our features. We also use advanced analytics methods to optimize your experience with email, customer support, and sales. Google Analytics (Web Analytics) Privacy Policy
AdWords
We use AdWords to deploy digital advertising on sites supported by AdWords. Ads are based on both AdWords data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that AdWords has collected from you. We use the data that we provide to AdWords to better customize your digital advertising experience and present you with more relevant ads. AdWords Privacy Policy
Marketo
We use Marketo to send you more timely and relevant email content. To do this, we collect data about your online behavior and your interaction with the emails we send. Data collected may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, email open rates, links clicked, and others. We may combine this data with data collected from other sources to offer you improved sales or customer service experiences, as well as more relevant content based on advanced analytics processing. Marketo Privacy Policy
Doubleclick
We use Doubleclick to deploy digital advertising on sites supported by Doubleclick. Ads are based on both Doubleclick data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Doubleclick has collected from you. We use the data that we provide to Doubleclick to better customize your digital advertising experience and present you with more relevant ads. Doubleclick Privacy Policy
HubSpot
We use HubSpot to send you more timely and relevant email content. To do this, we collect data about your online behavior and your interaction with the emails we send. Data collected may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, email open rates, links clicked, and others. HubSpot Privacy Policy
Twitter
We use Twitter to deploy digital advertising on sites supported by Twitter. Ads are based on both Twitter data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Twitter has collected from you. We use the data that we provide to Twitter to better customize your digital advertising experience and present you with more relevant ads. Twitter Privacy Policy
Facebook
We use Facebook to deploy digital advertising on sites supported by Facebook. Ads are based on both Facebook data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Facebook has collected from you. We use the data that we provide to Facebook to better customize your digital advertising experience and present you with more relevant ads. Facebook Privacy Policy
LinkedIn
We use LinkedIn to deploy digital advertising on sites supported by LinkedIn. Ads are based on both LinkedIn data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that LinkedIn has collected from you. We use the data that we provide to LinkedIn to better customize your digital advertising experience and present you with more relevant ads. LinkedIn Privacy Policy
Yahoo! Japan
We use Yahoo! Japan to deploy digital advertising on sites supported by Yahoo! Japan. Ads are based on both Yahoo! Japan data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Yahoo! Japan has collected from you. We use the data that we provide to Yahoo! Japan to better customize your digital advertising experience and present you with more relevant ads. Yahoo! Japan Privacy Policy
Naver
We use Naver to deploy digital advertising on sites supported by Naver. Ads are based on both Naver data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Naver has collected from you. We use the data that we provide to Naver to better customize your digital advertising experience and present you with more relevant ads. Naver Privacy Policy
Quantcast
We use Quantcast to deploy digital advertising on sites supported by Quantcast. Ads are based on both Quantcast data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Quantcast has collected from you. We use the data that we provide to Quantcast to better customize your digital advertising experience and present you with more relevant ads. Quantcast Privacy Policy
Call Tracking
We use Call Tracking to provide customized phone numbers for our campaigns. This gives you faster access to our agents and helps us more accurately evaluate our performance. We may collect data about your behavior on our sites based on the phone number provided. Call Tracking Privacy Policy
Wunderkind
We use Wunderkind to deploy digital advertising on sites supported by Wunderkind. Ads are based on both Wunderkind data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Wunderkind has collected from you. We use the data that we provide to Wunderkind to better customize your digital advertising experience and present you with more relevant ads. Wunderkind Privacy Policy
ADC Media
We use ADC Media to deploy digital advertising on sites supported by ADC Media. Ads are based on both ADC Media data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that ADC Media has collected from you. We use the data that we provide to ADC Media to better customize your digital advertising experience and present you with more relevant ads. ADC Media Privacy Policy
AgrantSEM
We use AgrantSEM to deploy digital advertising on sites supported by AgrantSEM. Ads are based on both AgrantSEM data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that AgrantSEM has collected from you. We use the data that we provide to AgrantSEM to better customize your digital advertising experience and present you with more relevant ads. AgrantSEM Privacy Policy
Bidtellect
We use Bidtellect to deploy digital advertising on sites supported by Bidtellect. Ads are based on both Bidtellect data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Bidtellect has collected from you. We use the data that we provide to Bidtellect to better customize your digital advertising experience and present you with more relevant ads. Bidtellect Privacy Policy
Bing
We use Bing to deploy digital advertising on sites supported by Bing. Ads are based on both Bing data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Bing has collected from you. We use the data that we provide to Bing to better customize your digital advertising experience and present you with more relevant ads. Bing Privacy Policy
G2Crowd
We use G2Crowd to deploy digital advertising on sites supported by G2Crowd. Ads are based on both G2Crowd data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that G2Crowd has collected from you. We use the data that we provide to G2Crowd to better customize your digital advertising experience and present you with more relevant ads. G2Crowd Privacy Policy
NMPI Display
We use NMPI Display to deploy digital advertising on sites supported by NMPI Display. Ads are based on both NMPI Display data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that NMPI Display has collected from you. We use the data that we provide to NMPI Display to better customize your digital advertising experience and present you with more relevant ads. NMPI Display Privacy Policy
VK
We use VK to deploy digital advertising on sites supported by VK. Ads are based on both VK data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that VK has collected from you. We use the data that we provide to VK to better customize your digital advertising experience and present you with more relevant ads. VK Privacy Policy
Adobe Target
We use Adobe Target to test new features on our sites and customize your experience of these features. To do this, we collect behavioral data while you’re on our sites. This data may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, your IP address or device ID, your Autodesk ID, and others. You may experience a different version of our sites based on feature testing, or view personalized content based on your visitor attributes. Adobe Target Privacy Policy
Google Analytics (Advertising)
We use Google Analytics (Advertising) to deploy digital advertising on sites supported by Google Analytics (Advertising). Ads are based on both Google Analytics (Advertising) data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Google Analytics (Advertising) has collected from you. We use the data that we provide to Google Analytics (Advertising) to better customize your digital advertising experience and present you with more relevant ads. Google Analytics (Advertising) Privacy Policy
Trendkite
We use Trendkite to deploy digital advertising on sites supported by Trendkite. Ads are based on both Trendkite data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Trendkite has collected from you. We use the data that we provide to Trendkite to better customize your digital advertising experience and present you with more relevant ads. Trendkite Privacy Policy
Hotjar
We use Hotjar to deploy digital advertising on sites supported by Hotjar. Ads are based on both Hotjar data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Hotjar has collected from you. We use the data that we provide to Hotjar to better customize your digital advertising experience and present you with more relevant ads. Hotjar Privacy Policy
6 Sense
We use 6 Sense to deploy digital advertising on sites supported by 6 Sense. Ads are based on both 6 Sense data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that 6 Sense has collected from you. We use the data that we provide to 6 Sense to better customize your digital advertising experience and present you with more relevant ads. 6 Sense Privacy Policy
Terminus
We use Terminus to deploy digital advertising on sites supported by Terminus. Ads are based on both Terminus data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that Terminus has collected from you. We use the data that we provide to Terminus to better customize your digital advertising experience and present you with more relevant ads. Terminus Privacy Policy
StackAdapt
We use StackAdapt to deploy digital advertising on sites supported by StackAdapt. Ads are based on both StackAdapt data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that StackAdapt has collected from you. We use the data that we provide to StackAdapt to better customize your digital advertising experience and present you with more relevant ads. StackAdapt Privacy Policy
The Trade Desk
We use The Trade Desk to deploy digital advertising on sites supported by The Trade Desk. Ads are based on both The Trade Desk data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that The Trade Desk has collected from you. We use the data that we provide to The Trade Desk to better customize your digital advertising experience and present you with more relevant ads. The Trade Desk Privacy Policy
RollWorks
We use RollWorks to deploy digital advertising on sites supported by RollWorks. Ads are based on both RollWorks data and behavioral data that we collect while you’re on our sites. The data we collect may include pages you’ve visited, trials you’ve initiated, videos you’ve played, purchases you’ve made, and your IP address or device ID. This information may be combined with data that RollWorks has collected from you. We use the data that we provide to RollWorks to better customize your digital advertising experience and present you with more relevant ads. RollWorks Privacy Policy

Are you sure you want a less customized experience?

We can access your data only if you select "yes" for the categories on the previous screen. This lets us tailor our marketing so that it's more relevant for you. You can change your settings at any time by visiting our privacy statement

Your experience. Your choice.

We care about your privacy. The data we collect helps us understand how you use our products, what information you might be interested in, and what we can improve to make your engagement with Autodesk more rewarding.

May we collect and use your data to tailor your experience?

Explore the benefits of a customized experience by managing your privacy settings for this site or visit our Privacy Statement to learn more about your options.