AU Class
AU Class
class - AU

Streamlining Corridor Workflows with Dynamo for Civil 3D

이 강의 공유하기

설명

Corridors are a crucial aspect of many Civil 3D models, but they can sometimes be time consuming to create, modify, and manage. This class will explore how Dynamo for Civil 3D can be used to improve efficiency in all aspects of corridor design and management. This class will cover workflows for corridor creation, corridor geometry manipulation, subassembly management, quantification, and style management. We'll explore how to use the Python node to interact with corridors using the Civil 3D .NET API, expanding upon the functionality of existing nodes. Learn how to best use Dynamo to streamline your workflows and processes when working with corridors in Civil 3D.

주요 학습

  • Learn how to use Dynamo for Civil 3D to manipulate subassemblies and corridors.
  • Learn how to use the Python node to interact with corridors using the Civil 3D .NET API.
  • Discover workflows that improve efficiency when working with corridors.
  • Learn how to create corridor transitions with Dynamo for Civil 3D.

발표자

  • Elliot Grubb
    Elliot Grubb is a highly skilled BIM Development Lead at AtkinsRéalis. Elliot's expertise lies in ISO 19650 standards and Civil 3D, being responsible for Civil 3D standardization across the UK transportation business focusing on template & component production, standards, guidance and training rollout. Elliot is a strong believer in staying on the cutting edge of technology, and is continually seeking out new ways to drive process improvement. Elliot has always been fascinated with the power of technology and its ability to make a tangible difference in real-world workflows, Whether that be through automating processes using Dynamo or building more complex .NET solutions.
Video Player is loading.
Current Time 0:00
Duration 1:03:55
Loaded: 0.26%
Stream Type LIVE
Remaining Time 1:03:55
 
1x
  • Chapters
  • descriptions off, selected
  • en (Main), selected
Transcript

ELLIOT GRUBB: OK, so hello, everyone, and welcome to AU 2023, and to my class, Streamlining Corridor Workflows with Dynamo for Civil 3D. This class is really going to focus on some very specific workflows around corridors, and that should allow you to become more efficient in how you build and manage corridors and also manage things like code set styles as well.

Before we begin, I'll just introduce myself and tell you a little bit more about me. I am a BIM Development lead at Atkins in the UK Transportation business. I'm based out of Edinburgh, Scotland. I'm also an ISO 19650 certified Project Information Manager with experience on large-scale multi-million-pound highways projects in the UK.

As a Civil 3D SME, a large part of my role is being responsible for Civil 3D standardization across our UK Transportation business and being responsible for things like template production, standards, guidance, and training rollouts as well. I'm also a Dynamo for Civil 3D subject matter expert. I began using Dynamo when it was released for Civil 3D as part of Civil 3D 2020. I don't necessarily have the Revit background in Dynamo, as most other users do, and I'm passionate about automation in general, whether that be Dynamo, generative design, or even .NET programming as well.

So let's take a look at today's learning objectives. First learning objective is fairly self-explanatory. We want to discover how we can be more efficient when working with corridors by utilizing Dynamo in our day-to-day workflows. We're going to learn how to manipulate corridor geometry and manipulate subassemblies using Dynamo. We'll cover how to access corridors using the Python node, and we'll also learn how to create corridor transition sets, which were introduced in Civil 3D 2023, using Dynamo.

So that was our learning objectives, but what exactly are we going to cover and not cover? We're firstly going to run through a fairly simple workflow of creating corridors from polylines with Dynamo, before then going on to some more advanced stuff around corridor transitions via Python and also controlling subassemblies to generate transitions between polygonal shapes. We'll then run through the power of Dynamo for quantity extraction, with a fairly simple graph that gives us data that we can then visualize in PowerBI, really to illustrate the downstream uses of data that we can actually extract using Dynamo for Civil 3D.

We'll then run through how we can then manage our code set styles in Excel by utilizing Dynamo, but the one thing I really want to stress here is it's important to note that we're only going to cover some more advanced stuff here. We're not going to cover Dynamo basics. It's assumed you already have a basic understanding of Dynamo and Dynamo for Civil 3D.

We're also not going to do a full rundown of the Civil 3D and AutoCAD APIs. There's another-- there's a number of other good resources and classes and things that do break them down, if you are interested. Given that we only have one hour, there will be specific nuances that we just can't cover in the presentation due to time constraints, but all Dynamo graphs that are demonstrated today will be included in the class handout and class material, so you are free to look at those and pick them apart to your heart's content.

So let's take a look at a fairly simple but rather effective workflow around creating corridors with Dynamo simply from a polyline or a feature line. So although there's been some improvements in recent releases of Civil 3D, we all know that default tools for corridor creation can sometimes feel a bit outdated and sometimes un-user-friendly. To create a corridor from a feature such as a polyline or feature line takes a minimum of 20 clicks and three separate Civil 3D commands. And of course, we can't bulk, create multiple corridors or add multiple baselines with one command. We would have to actually repeat that process for each corridor or baseline or, indeed, region that we add.

So now you might be wondering why that's a problem. If you're modeling a section of highway, why would you want to be creating 10 corridors at once or even, indeed, create a corridor from a polyline? You would surely first design your alignment, your profile and things. This is predominantly aimed at those who are utilizing corridors to model ancillary items like ditches, barriers, fence lines, or even multiple curved islands in a car park, or a parking lot, if you're in the US.

So as I mentioned, the real use case for this isn't necessarily around new sections of highway, but scenarios where you may have a polyline or feature line geometry that you need to turn into a model of a linear item. This is particularly useful for things like street lighting, where you may have hundreds of dots to model that have initially been laid out using basic geometry such as the feature lines or polylines. It's also fairly useful for creating corridors for islands, so roundabout splitter islands, car parks, where you can obtain the levels from the surface and model those islands in one hit with a curbing subassembly.

So we're going to take a look at the graph in depth inside Dynamo in a second, but if we take a basic, high-level look at how we can achieve this, it's really, really quite simple. Firstly, we create the baseline simply by using the Alignment.ByPolycurve node. Now that's our horizontal baseline created, then we obviously need our vertical baseline.

So firstly, we create a surface profile using the Add Profile By Surface node from the Civil 3D ToolKit. Then we're going to create a design profile by simply joining the start and end elevations of the surface profile together by adding a PVI. When you look at the graph inside Civil 3D, you'll see that we have given users the option to choose whether to use the design profile or the surface profile when building that corridor.

Then it's a case of creating a corridor. We'll first create an empty corridor with CorridorExtensions.ByName, again, from the Civil 3D ToolKit, before we add the baselines we created previously. Then, finally, we add regions with the specified assembly and baselines and things.

So let's jump across to Civil 3D and take a look at this in detail. In this drawing here, I have a model that represents a street lighting network. I'll just maximize this for a second. We have a series of point-based assets connected by some dots. Now, at the moment, all that's representing these dots is a series of polylines, and what we wish to do is model these dots with a trench, a ducting trench subassembly, and model the duct itself using the corridor.

Now, creating a corridor for each of these ducts or adding each duct as a separate baseline manually would take some doing, so we're actually going to use Dynamo to create these corridors. So if we just open up Dynamo for Civil 3D here-- and we'll open up our CreateCorridors graph. Now I'm just going to make this window slightly smaller so we can see Civil 3D in the background.

So let's run through our inputs first of all. We obviously need to select the objects which we wish to create corridors from. In this case, I've already selected the 2D polylines representing our dots. I'm then going to specify the alignment name-- where we are creating multiple alignments, this is essentially just the prefix-- then the layer that we want to place the alignments on, profile style which we wish to use, the alignment style, alignment label set.

And you'll see we have this True/False node here as well. When this is set to true, multiple corridors will be created, so what I mean by that is one corridor for each polyline or feature line. So we're going to set that to True. If it were set to False, we would have one corridor with multiple baselines inside of it.

I'm then going to specify the surface from a drawing for which we wish to use to create the surface profile. In this case, I have this AU2023 surface in here, then the name for the corridor. Again, where multiple corridors have been created, this is simply just the prefix.

And we have another True/False node here, which specifies whether we wish to use the design profile-- that's the profile we create by simply joining the start and end elevations of the surface profile-- or do we wish to use the surface profile when we create our corridors. So in this case, I'm going to select False, and then finally, we have the assembly. Again, I've preselected that.

If I jump over to my Civil 3D model, you can see I have a ducting trench subassembly now. So we're just going to run this now. We'll give that a second to run through, create the alignments, create the profiles, and build the corridors.

And you can see there that we've modeled all of those ducts all in one hit. As we'll come to Toolspace inside Civil 3D and expand my Corridors, you can see we've produced 79 corridors for those 79 duct runs all in one hit using Dynamo, so, really efficient if you are modeling these isolated linear features. So moving on, then, next up we're going to take a look at corridor transition sets with Dynamo.

Now, with the 2023 release of Civil 3D we were given a new Corridor Transitions feature that allows us to create transitions by modifying subassembly parameters over station ranges, and what this allows us to do is manipulate corridor geometry without the need for targets or different regions in your corridors. Now, that's really useful, as you'll have less targets to manage, and as I said, it eliminates the need to have transition parameters on your subassemblies, things like start and end station parameters for widening, and the widening values themselves. It's also really easy to manage the transitions once they're created. There's a new section of the Panorama window in which we can change the stations' transition values, transition types, et cetera, et cetera.

And with 2024 releasing at the beginning of this year, an API was actually exposed to create these transitions. This, of course, gives us even greater flexibility and means that we can actually utilize these new corridor transitions in Dynamo. Now, being able to actually control these with Dynamo gives us real opportunity to automate things like dropped curbs, driveways, ADA curb ramps, if you're in the States, all in one click. You could have predefined Dynamo graphs set up with all the predetermined inputs required from the design standards, things like your dropped curb transition lengths and dropped curb width. All the user really needs to input is that corridor and the station of the feature that they're actually modeling.

It's also extremely useful for modeling widenings such as bus stops and laybys. As mentioned in the previous slides, there's no need to create offset alignments and widenings or add widening parameters to your subassemblies. You could quickly create this with standard dimensions using Dynamo, again, with some predetermined inputs.

Now, to create these transition sets, we're going to utilize the Python node in the Civil 3D API. As mentioned before, this will only work in Civil 3D 2024 and beyond, due to the fact that there was just no API for these transitions in earlier releases. This API was only exposed in Civil 3D 2024. So we're going to take a more in-depth look at the code in a few moments, but again, I'd like to stress that a detailed walkthrough and the graph itself is available in the handout. So you can pick this apart as much as you need to and read through it as much as you need to to get comfortable with it.

So the one thing I wanted to really cover in this class was how we can access the Dynamo corridor object in Python to then utilize those API properties and methods. And the graph we're using to create the corridor transitions, we're going to use the Select Object node to select the corridor we want to apply the transition to. Now, the output of that Select Object node that you can see in the image on the right there is a Dynamo object and is not the API corridor object that we need to apply the corridor transition.

The underlying corridor object is essentially contained inside that Dynamo object, so to obtain that underlying object, we actually need to unwrap it. And we can do this by using the InternalObjectId property, and what this does is essentially returns the underlying object ID in the DWG database. The one thing to remember here is it's not just corridors that have this InternalObjectId property. It could apply to all objects, such as alignments, surfaces, and pipes, you name it, so it is really useful if you want to pass a Dynamo object into a Python node.

So to get the internal object ID of the corridor and get the object, we can look at-- we can lock the document so there can be no other input whilst we execute this code. We then obtain the DWG database from the document and start a database transaction. It's then using that transaction that we can get the corridor object using that object ID we obtained with that InternalObjectId property I was talking about.

We then pass another parameter which tells Civil 3D to open the object for write because we want to change that object by adding the transition. If you only wanted to obtain information from the corridor such as its name, description, something like that, you can use OpenMode.ForRead. Because we want to change the object, that's why we're using ForWrite.

So now we have that corridor object we can use the API with it, and we've stored that object that we've obtained in that core that core variable you see there on the bottom line in the screenshot. Again, I must stress to read the handout, as this goes into greater detail on working in transactions and the purpose behind transactions and things as well. So now that we have that corridor object, let's actually take a look, a more in depth look at the steps required to create transitions with the API.

So firstly, we take that corridor object we obtained in the-- that we obtained in the previous step, and we get the baseline we want to apply the transition to. Now, in this case, for simplicity's sake, I've simply taken the first baseline in the corridor by using the first index in the list. I've used the Corridor.Baselines property and taken the first index using the zero you see in the square brackets there.

We then take the baseline we obtained and get the baseline region we want to apply that transition to. Again, for simplicity's sake, I've obtained the first baseline region using the baselines.BaselineRegions property, and then taking the first item in that list, index 0. In reality, you probably would want to either pass this as an input to the Python node or apply some kind of logic that searches for a specified baseline and baseline region.

So if we take a look at the next section, then, next is where we actually create that corridor transition, and we store that in this transet variable. To create that transition, we use the Corridor Transition Set Constructor from the Civil 3D API and pass the name of the transition set to be created, the baseline region from the previous step, the subassembly name, and the CorridorTransitionNameType.SubassemblyName. All this does is tells Civil 3D whether you're using the subassembly name or the subassembly class name, is that SubassemblyName parameter that we passed, is that, the name or the class name, the subassembly.

So if we move on, then, we've created that Corridor Transition Set object, but we still need to apply some additional information to actually create the transition geometry within that transition set and then apply the transition. So to do that, we use the Add Transition property of the Transition Set object that we just created and pass the subassembly parameter name we want to transition with. So that might be width, slope, anything that we want to use to transition that geometry.

So we then set the transition values using the transition we created for the specified subassembly parameter, so your start and end stations, start and end values of that parameter, and the transition type. TransitionType is a linear transition, parabolic, et cetera, et cetera. Again, in practice, you might want to pass this transition type as Input, but just to keep things simple, we've set that to Linear in our code here.

So finally, we want to append the current transition set to our transition set list and then apply these transitions to the baseline using the baselines.SetTransitions method and passing the transition set list. Then if we remember that transaction that we opened up to make these changes to the drawing itself, well, we need to actually commit those changes to the database, and that should be our transition modeled.

So let's step back and actually jump across to Civil 3D to see how this actually works in practice. So as I mentioned, these transitions can be extremely useful for modeling things like dropped curbs, curb ramps. You could have predefined Dynamo graphs set up, ready to run in Dynamo Player, that allows you to model those features. In this model, I have a simple corridor, two lanes with some footway and some curbs either side, and I've extracted corridors solids here just so you can see things a little better in this 3D view of the right here.

So I'm going to select the Dynamo Player here and find our Corridor Transitions Curb graph. And you can see the inputs we have here. We have the dropped curb length. That's simply the length of the dropped curb itself. The start chain is the start station where we want to apply that dropped curb, and our transition lengths on either side of that dropped curb.

You can see how easy it is to change the inputs there, but let's say those are OK. Let's model this transition here, so if select Run-- you can see my corridor rebuilding. You can see how easy that was to actually model that dropped curb in a couple of clicks, just by simply specifying these parameters here. In the real world, you would probably have graphs set up, as I mentioned, with predetermined values from your design standards and things.

The good thing is, as well, it's not just curbs that you can apply this to. If I come back to the Dynamo Player, now you can even use this to create widenings for laybys, bus stops, those kind of features that you would traditionally perhaps model with targeting offset alignments and widenings.

So we're going to select Corridor Transitions Layby, and we have the entry and exit lengths here, the width at the end, the width at the start, the widening length the start station, and the widening width. I'm just going to leave those input values as they are. Run this graph, you can see my corridor rebuilding now in the bottom right, and we have that transition modeled.

Now, if I come back to select my corridor, the handy thing about these transition sets is they're easy to manage and edit. So I've selected my corridor, and I'm going to choose Edit Corridor Transition in the contextual ribbon. And you can see we have that transition that we just created. The reason you don't see the curbing one anymore is because we reran the Dynamo player and the object binding receptor erased that.

What we can actually do is, by locking these values, we can simply change the start station, and you can see all of the other values move with that. So if we apply, you can see we've moved that widening 50 meters. So once they're created, they are really easy to manage as well, so the native Civil 3D tools. We're going to jump into something else here and actually look at control and subassembly parameters with Dynamo and an example of where you can use this for transitions from one shape to another.

So this is all centered around what I like to call this morphing subassembly, and it's really intended to be another tool that you can utilize for forming complex transitions between different shapes, things like curbs, barriers, perhaps retaining walls. And essentially all this subassembly does is allows you to model a morphing transition from one shape to another, and the good thing about it is that we can actually apply that to lots of different shapes. It's extremely versatile just by changing the parameters, which we're going to do with Dynamo, and I'll cover that in more detail in just a second. And the other good thing about the subassemblies, it means you don't have to create complex transition logic inside your more complex subassemblies. You can simply apply this morphing subassembly to a region in the corridor between the two regions you would like to transition between.

So how exactly does this subassembly work? It's really quite simple. All points are offset from the origin point and the subassembly composer with a delta X and delta Y offset. Each point has an initial and final parameter for its X and Y component to form the initial shape and final shape, and those points are obviously connected with links to form the shape, which we can then extract a corridor solid from.

So when we transition between the initial and final offset of each point across the core of the region, we do so with a fairly standard transition formula. We simply take the initial X component of the point, add it to the delta between the final and initial condition, and then use a fairly standard transition formula, which you will be familiar with if you've done anything in Subassembly Composer before.

So you may be wondering, where does Dynamo come into all of this? And so I mentioned controlling these parameters. That was with Dynamo. If we were to input those parameter values manually, that could start to get quite time consuming, particularly for subassemblies where you might have 10, 15 points. That's 30 parameters to deal with.

What we can actually do, then, is obtain these parameter values from the regions before and after the transition, essentially forming the initial and final shape parameters from the existing shapes already inside the corridor. So let's take a look at this in context. In this example, we have a corridor with three different regions. Region 1, on the left-hand side of my screen here, we have this high-containment curb, and we're going to use the morphing subassembly to transition between those two curbs.

Now, obviously, we need to input the correct parameters for the initial and final condition of each point in the morphing subassembly, so to do that, we're going to use Dynamo to obtain the X and y. Offset to each point on the applied subassembly in the last station of the first region, and the X and Y offset again to each point in the first applied subassembly of the last region. And all of those offsets are actually relative to the subassembly's insertion. So once we've actually obtained them, we're going to use those values to populate the parameters in the morphing subassembly using Dynamo to form that initial and final shape. We can then go and apply the subassembly to the transition region in our corridor, as you can see in the image there.

So once again, this is another scenario where we can use the API. We're going to use the API to read these values. We can get the applied subassembly from the applied assembly in the corridor, and from there, we can get the points that belong to the applied subassembly with this AppliedSubassembly.Points property. Now, I know I've been referring to applied assemblies and applied subassemblies. Those are simply the assembly that's been applied at a specified station on the corridor's baseline.

So now that we have those calculated points that are applied in the corridor, we can iterate a loop through the points and then obtain that offset from the subassembly insertion. So to do that, we use CalculatedPoint.StationOffsetElevationToSubassembly, and that basically allows us to calculate the X and Y offset for each subassembly point from that subassembly insertion. And again, because these are API members, we can use these inside Python nodes.

And now we'll just take a brief look at Python behind this. Again, I really want to stress that the class handout goes over this in much greater detail, and you have all of these graphs in the class material as well. In this particular code snippet, we're first obtaining the values for the initial shape in the transition, so we're reading the last applied subassembly in the region before the transition.

In that first section of code, we're getting the applied assembly collection for that region and counting the number of applied assemblies returned. If that number is zero, we'll set the output to an error message, as we obviously can't continue executing that. Then we obtain the last applied assembly from the last index in that collection, and then moving on to the next section, once we have that applied assembly, we can then get the applied subassemblies and store them in a variable.

So we then iterate through the list of applied subassemblies, opening each object for read. Then if the name matches the input we applied for Subassembly Name, we store that applied subassembly object in the applied subassembly variable. Again, similar to the previous stage, if the subassembly is not found, we set our output to an error message and break that loop, as we can't continue.

So once we have that applied subassembly, we use the Points property to obtain the points, simply just the points used to form that subassembly. We then iterate through that list of points to obtain that X and Y offset, and we store the results in the dictionary on the two lines you see there. The one thing you might notice here is that I'm using the Y component of the point for the X offset and the Z component for the Y offset, and that's because the X component is the station, with the Y and Z actually being the X and Y offsets.

So once we have the output from the Python node and we've cleaned up that data, it's then just a case of simply using the Set Parameter value by NameNode from the Civil 3D ToolKit to actually then go and set the parameters on a morphing subassembly. So let's jump across to Civil 3D and have a look at how this works in practice. Just going to jump across to my Morph Transition drawing.

So in this model, we have a very small section of carriageway, just 10 meters. We have the high-containment curb on the left here, and this comes down to a normal half path curb. Again, I've just extracted the corridor solids, just to make it easier to actually see what's going on, and you can see my assemblies down here as well. We have the morphing subassembly set here, and currently, the parameters on this morphing subassembly are set to be the same for the initial and final condition. If I select my corridor and just rebuild that or turn on the region, you can see the initial and final condition is the same, which forms some horrible geometry there.

So what we're actually going to do is use Dynamo to update those parameters from these two regions, so let's open up Dynamo. Open up our Morph Transition graph. Again, this is all included in the class handout, and let's just have a brief run-through.

So we have the corridor object and the transition region name, the baseline name, and the initial shape subassembly, the final shape subassembly, and the morphing assembly and subassembly name. Then get that subassembly, set all the parameters to zero before we do anything. Get the baseline region, and this is the Python script that we previously spoke about, where we can actually calculate the offsets based on the region before and the region after the transition. We'll also get the morphing subassembly because we're going to use that over here to set our parameters.

So there's four groups of nodes here. One set's the initial X, initial Y, final X, and final Y, using the output from that Python script. So let's just run this, and you can see, it's managed to obtain those values because the morphing subassembly has changed here.

And obviously, we still need to rebuild our corridor to see that change take effect, and you can see we've formed that transition simply by reading the parameters in the start and end. It can also be applied to a variety of different shapes, so let's select the ending curb type and come to our parameters and change this to Display Curb. Rebuild our corridor, and you can see that that doesn't form a nice transition now.

Come back to Dynamo. View on a graph, so update the morphing subassembly. You can see that's updated. And if we rebuild the corridor, I will take into account that change, and we have a nice transition again.

So really, really powerful, and as mentioned, you can apply this to many different shapes as well. Think things like barriers, perhaps channels, and maybe even retaining walls where you're going from one shape to another. And it's just another tool for forming these, these transitions.

So moving on, then, one thing I really wanted to, again, articulate in this class is how Dynamo can facilitate further activities downstream and how useful data that we extract using Dynamo can actually be for downstream activities. In this next section, we're going to look at extracting some basic quantitative data from our corridors and then using that downstream, particularly around visualizing the quantities in PowerBI.

So the example we're going to look at uses some fairly simple Dynamo graphs centered around extracting three key pieces of information from corridors and that's feature line lengths, solid volumes, and basic cut and fill volumes. And this is all heavily driven by codes in our subassemblies which we'll come on to in just a second. And as I mentioned, using Dynamo as the mechanism to export that data then allows us to actually visualize these quantities in tools like PowerBI.

And that actually provides a faster way to obtain quantities from your model, so there's no need to set up QTO, assign pay items to codes, materials, create sample lines, all of that kind of stuff that you would be used to if you'd used QTO inside Civil 3D. We can actually just get that data directly from the corridors using Dynamo and then use it in visualizations downstream. And as I really keep mentioning, it's driven by making full use of point and shape codes, with the exception of those Earthworks volumes, which we'll create volume surfaces for in Dynamo.

So here's an example of how we can use the data we extract from Dynamo. You can see here, we have curb lengths by type, all driven by point codes and corridor feature line lengths. We have pavement volumes, both type and pavement course, so we can accurately determine our surface course volumes, subbase volumes.

And again, this is all driven by subassembly point codes and then pulling that data out from the corridors using Dynamo and writing it to Excel before tapping into it in PowerBI. And this is a really, really basic example. You could report anything you wish from your corridor and report using this method. But you can see how powerful that is in terms of what we can visualize just from some very simple data sets that we obtain using Dynamo.

So as I mentioned in the previous slides, this is all heavily driven by point and shape codes and utilizing them properly and to their full potential. In the image on the right there, you can see how different subassembly parameters are driving the shape codes. If a user selects a different pavement type or PSV their subassembly, that's actually reflected in that shape code there. Similarly, for the curb, you can see I've actually appended the curb type to the point code, which then changes depending on the curb type selected inside the subassembly parameters on that curb subassembly.

So for reporting lengths of different curbs and barriers and any linear feature, We're going to actually report coded or feature lengths. And how we do that is, essentially, we get each corridor feature line in its code, get the Dynamo geometry of those feature lines, so that's the polycurves and the curves that make up those polycurves, the sum of the length of the curves for each polycurve, and then write the point code and the associated feature line length to Excel. Pretty simple, but as I said, it's quite powerful what we can do with that downstream.

And for the solid or shaped volumes, we'll obtain the corridor solids for the specified codes-- and again, that's all built up using the code you see in the image on the right there-- get the volume of each of those solids, and then write the code and the volumes to Excel, fairly simple. And then finally, for the cut and fill example you've seen in the dashboards, we create a corridor surface from the top links using Dynamo, before again using Dynamo to create a volume surface from that corridor surface and the existing ground surface, before writing the volumes to Excel. Now, in the example I've shown, we've only covered basic cut and fill in this example, but there's no reason you couldn't create different surfaces in Dynamo from different lengths for things like topsoil stripping, pavement excavation, et cetera, et cetera.

So let's jump across to Civil 3D and again look at this in practice. Now, in Civil 3D, I have this fairly simple corridor once again, two lanes, a curb on either side, with some footway here as well, and I've switched to my curbing code set style just so you can see the different curb types we have here. We have K8 curb, K2 curb.

Again, this is all driven by the subassemblies, and the footway's here in this light pink hatch. So, really a quite simple corridor. If I switch my code set style-- you can see I also have three pavement types as well, again, all just driven by shape codes and things.

So by including all of that information in the codes in our subassemblies, we can really start to drive some downstream quantification. And to do that, we're obviously going to use Dynamo to extract and export that data. So if I just reopen Dynamo from this drawing here-- and we're going to open our Corridor Quantities Extraction graph.

Again, I'll just run through this very, very quickly. We simply select the corridor we wish to extract the quantities from, get the point and shape codes, get the feature line geometry by code, and get polycurves, curve length, and the sum of those curves, and then the total length for each curve, before creating a dictionary and then writing that to Excel. Similarly, for the volumes, we simply get the solids by the code we extracted using this node, get the Dynamo geometry that represents that solid, and obtain the volumes and the sum of those volumes, and write the data to Excel for that specified code.

For the corridor surface from the top links, we can use Corridor.AddCorridorSurface. Again, we've just used Top, and we've set the style to No Display. Now, this Pass Through And Wait For node, this is simply a code block with this Pass Through And Wait For, and all this does is tells Dynamo to wait for the output of this node before passing the data from here into this node, because we want to make sure that that surface is actually created before we get the corridor surface by its name.

So once we've done that, we simply just create the volume surface using the existing ground surface and the course of the surface we created, get the cut and fill volumes, before passing that to Excel. So let's just run this graph.

You can see we've reported feature line shapes and surface volumes. It really is quite simple. I've put just the point code and the length, the total length of the feature lines belonging to that code. Similarly, for shapes, we just use the shape code and the volume associated to each code, and even simpler with the surface volumes, just the name of the volume surface and the cut and fill quantities.

Now if we jump across to PowerBI, you can see how we're driving dashboards using that very, very simple output. We can see the curb length by type. That's all being driven by the point code and the curb type appended to the curb point code, and we have pavement course volumes, and cut and fill volumes and pavement types as well, as embedded in the shape codes.

So let's come back across to Civil 3D. I'm just going to close this and just close my Dynamo because we're going to rerun this. Now let's come to our subassemblies and make some changes to the parameters here.

Let's make all our pavement AP, so we'll do that by selecting the Pavement Type parameter. You can see my corridor rebuilding there. And we'll make all our curbs on the left-hand side HB2 curbs.

And back to Dynamo. Reopen our Quantity Extraction graph. Just re-export that data.

Now that's finished running, now we can see we just have the type A pavement there now. Let's close this, reopen PowerBI, and refresh our data. And you can see how our pavement types change as well as our curb length by type.

So again, this example is really, really quite simple, but it's just to demonstrate the downstream uses of data that you can extract and mine from your models using Dynamo. And you could, in theory, take this to the next level and run lane reports, width reports, slope reports. Anything that you wish to report from your corridor and visualize, you could do so using this method.

So let's jump back across to PowerPoint now and look at the next example. So let's move on and look at one final workflow around creating and updating code set styles. Anyone that's ever had to build a Civil 3D template from scratch has probably had to go through the task of building corridor code set styles.

And if you're managing a lot of different code styles and, indeed, code set styles, that can become quite time consuming with the out-of-the-box tools inside Civil 3D. For example, a typical code set style in my template will contain over 600 codes. That's your point, link, and shape codes combined to deal with all the different combinations I've described in the previous example with the subassembly parameters.

Now, that is a lot of codes to manage, and as we're all aware, there's no sort and filter functionality in the default Code Set Style window and no ability to bulk-add codes. And we can't import codes from external sources such as Excel or even another DWG. Yes, we can import from subassemblies, but when you have many different code combinations driven by parameters, it can also start to get quite time consuming to import them that way as well.

So again, the solution, use Dynamo to manage your code set styles in a more user-friendly environment like Excel. We can write our code set styles to Excel and then make batch changes, create change, add codes, and then read those back into your model or your template with Dynamo. And there's some really, really good nodes set up in the Camber package that allows us to do that.

So let's take a look at the high-level process here. Using Dynamo, we simply select the code set style to export, get the code set style items, the codes that belong to that code set style, get the associated styles, label styles, pay items that are associated to each code, and then write that data to Excel. We can then update the code set styles in Excel. It's a user-friendly environment. You can sort, filter, bulk-add, as I just mentioned, and then we'll use Dynamo to read the code set style from Excel, organize that data, and then update the code set style with nodes in the Camber package, plus a little bit of Python for feature length styles and things.

So let's just take a very high-level look at the graph. It's really quite simple. We select the code set style we wish to export, get that point, link, and shape codes and all the styles, descriptions that are associated with them, everything you see, essentially, inside that Code Set Style window inside Civil 3D, then we output that data to Excel. It really is quite simple.

So once we've written that data to Excel and made the changes to the code set style in Excel, we now need to read those changes back into Civil 3D, so let's take a look at a section of the graph for point codes. Again, fairly simple, reading the data from Excel, add any new points to the code sets style, filter out the point codes before setting the description, label style, pay items, feature line style, et cetera, et cetera. Then we ensure that those new codes are created before setting our feature line style via Python and then finally our marker style as well.

So let's once again jump across to Civil 3D to look at this in practice. So now that we're in Civil 3D, I'm still using the same DWG as our previous demonstration. In this drawing, if I go to my settings, you can see I have this AU 2023 code set style here, and this contains around 600 codes, combined point, link, and shape codes.

So let's say I wanted to make some bulk changes to this code set style, adding some codes, changing some styles, et cetera. Obviously, we could do this manually by coming into the code set style, right-clicking, adding a point, but we can obviously only do that one at a time. We could use the Import Codes functionality to import from subassemblies, but that can also be quite time consuming when you have a lot of different code combinations.

So I just find this workflow of updating these in Excel a little bit quicker and a little bit more user friendly to make changes to the code set style. So I'm just going to close this, come over to Dynamo, and we'll open our WriteCodeSetStylesToExcel graph.

All we need to do is select the code set style which we wish to export. I've already specified the location of the spreadsheet, and we're just going to simply run this graph. I will write all of those codes to Excel, all the styles, feature line styles, everything that's associated with everything that you would see normally in the normal Code Set Style window inside Civil 3D.

So let's say I want to make some changes to this code set style in Excel. You can see I have point link and shape codes here, and as I mentioned, this mirrors the window you would see inside Civil 3D. So let's just add a couple of new point codes.

Call this AU2023.1, set the description of AU23, set the style, the marker style, to No Display. Let's set the feature line style to Curb Back, and we'll apply that to this point as well. Let's say we want to make some changes to some existing codes.

So we have these CSB codes here. Let's say we want to change these to a different feature line style, let's say ATK Central Reserve. We'll make those changes as well.

So let's say that's all our changes to the code set style. We'll simply just save the changes to that Excel file. Come back into Dynamo, and we'll open the graph which reads the code set style back in.

Again, I've already specified the code set style we wish to import onto, and I've already specified the input spreadsheet. Just going to make sure I have my Code Set Style window closed in Civil 3D, and we're going to run this graph to read that data in. It's going to run through each sheet in the spreadsheet and check for any changes and apply those changes.

So if we just minimize Dynamo just now and we open up AU2023 code set style, you can see that those changes we made in Excel are now applied inside Civil 3D. We added these AU2023 point codes and set the description, set the feature lines to Curb Back, and set the CSB point codes to have a feature line style of Central Reserve. So it can be really quite powerful when you're dealing with these in bulk and wanting to make bulk changes or even, indeed, sorting and filtering your code set styles.

So now that we've run through all our demos, I just wanted to share some other top tips for Dynamo for Civil 3D in general. Some must-have packages-- download the Camber and Civil 3D ToolKit packages. They contain lots and lots of nodes for Civil 3D, really, really useful stuff in there.

And I'd also recommend downloading the Monocle package for managing and tidying up your graphs. There's things in there for swapping nodes, stylizing nodes, grouping quickly. It really, really is useful and makes the activity of messing around with nodes much easier.

As far as resources go, definitely check out the Dynamo primer, which has recently been updated for Civil 3D over the past couple of months, so there's lots of new stuff in there. The Dynamo Forum, if you're not familiar with it already, there is a great user community on there, and in particular the Civil 3D subforum. We obviously covered a lot of Python today, so the Civil 3D API documentation will come in extremely useful. I've included a link in there as well.

And by all means, feel free to reach out and contact me. I've got my LinkedIn there, and I've also added my email address there. If you do have any questions, I'm always happy to help.

So with that, we'll wrap things up there. I really appreciate you taking the time to view this class. Hopefully, you have learned something of use that you can pick up in your day-to-day workflows. Thanks very much for your time, and have a great day.

______
icon-svg-close-thick

쿠기 기본 설정

오토데스크는 고객의 개인 정보와 최상의 경험을 중요시합니다. 오토데스크는 정보를 사용자화하고 응용프로그램을 만들기 위해 고객의 본 사이트 사용에 관한 데이터를 수집합니다.

오토데스크에서 고객의 데이터를 수집하고 사용하도록 허용하시겠습니까?

오토데스크에서 사용하는타사 서비스개인정보 처리방침 정책을 자세히 알아보십시오.

반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

이 쿠키는 오토데스크에서 사용자 기본 설정 또는 로그인 정보를 저장하거나, 사용자 요청에 응답하거나, 장바구니의 품목을 처리하기 위해 필요합니다.

사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

이 쿠키는 오토데스크가 보다 향상된 기능을 제공하고 사용자에게 맞는 정보를 제공할 수 있게 해 줍니다. 사용자에게 맞는 정보 및 환경을 제공하기 위해 오토데스크 또는 서비스를 제공하는 협력업체에서 이 쿠키를 설정할 수 있습니다. 이 쿠키를 허용하지 않을 경우 이러한 서비스 중 일부 또는 전체를 이용하지 못하게 될 수 있습니다.

광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

이 쿠키는 사용자와 관련성이 높은 광고를 표시하고 그 효과를 추적하기 위해 사용자 활동 및 관심 사항에 대한 데이터를 수집합니다. 이렇게 데이터를 수집함으로써 사용자의 관심 사항에 더 적합한 광고를 표시할 수 있습니다. 이 쿠키를 허용하지 않을 경우 관심 분야에 해당되지 않는 광고가 표시될 수 있습니다.

icon-svg-close-thick

타사 서비스

각 범주에서 오토데스크가 사용하는 타사 서비스와 온라인에서 고객으로부터 수집하는 데이터를 사용하는 방식에 대해 자세히 알아보십시오.

icon-svg-hide-thick

icon-svg-show-thick

반드시 필요 - 사이트가 제대로 작동하고 사용자에게 서비스를 원활하게 제공하기 위해 필수적임

Qualtrics
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Qualtrics를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Qualtrics 개인정보취급방침
Akamai mPulse
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Akamai mPulse를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Akamai mPulse 개인정보취급방침
Digital River
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Digital River를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Digital River 개인정보취급방침
Dynatrace
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Dynatrace를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Dynatrace 개인정보취급방침
Khoros
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Khoros를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Khoros 개인정보취급방침
Launch Darkly
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Launch Darkly를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Launch Darkly 개인정보취급방침
New Relic
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 New Relic를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. New Relic 개인정보취급방침
Salesforce Live Agent
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Salesforce Live Agent를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Salesforce Live Agent 개인정보취급방침
Wistia
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Wistia를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Wistia 개인정보취급방침
Tealium
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Tealium를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Upsellit
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Upsellit를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. CJ Affiliates
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 CJ Affiliates를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Commission Factory
Typepad Stats
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Typepad Stats를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Typepad Stats 개인정보취급방침
Geo Targetly
Autodesk는 Geo Targetly를 사용하여 웹 사이트 방문자를 가장 적합한 웹 페이지로 안내하거나 위치를 기반으로 맞춤형 콘텐츠를 제공합니다. Geo Targetly는 웹 사이트 방문자의 IP 주소를 사용하여 방문자 장치의 대략적인 위치를 파악합니다. 이렇게 하면 방문자가 (대부분의 경우) 현지 언어로 된 콘텐츠를 볼 수 있습니다.Geo Targetly 개인정보취급방침
SpeedCurve
Autodesk에서는 SpeedCurve를 사용하여 웹 페이지 로드 시간과 이미지, 스크립트, 텍스트 등의 후속 요소 응답성을 측정하여 웹 사이트 환경의 성능을 모니터링하고 측정합니다. SpeedCurve 개인정보취급방침
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

사용자 경험 향상 – 사용자와 관련된 항목을 표시할 수 있게 해 줌

Google Optimize
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Google Optimize을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Google Optimize 개인정보취급방침
ClickTale
오토데스크는 고객이 사이트에서 겪을 수 있는 어려움을 더 잘 파악하기 위해 ClickTale을 이용합니다. 페이지의 모든 요소를 포함해 고객이 오토데스크 사이트와 상호 작용하는 방식을 이해하기 위해 세션 녹화를 사용합니다. 개인적으로 식별 가능한 정보는 가려지며 수집되지 않습니다. ClickTale 개인정보취급방침
OneSignal
오토데스크는 OneSignal가 지원하는 사이트에 디지털 광고를 배포하기 위해 OneSignal를 이용합니다. 광고는 OneSignal 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 OneSignal에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 OneSignal에 제공하는 데이터를 사용합니다. OneSignal 개인정보취급방침
Optimizely
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Optimizely을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Optimizely 개인정보취급방침
Amplitude
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Amplitude을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Amplitude 개인정보취급방침
Snowplow
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Snowplow를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Snowplow 개인정보취급방침
UserVoice
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 UserVoice를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. UserVoice 개인정보취급방침
Clearbit
Clearbit를 사용하면 실시간 데이터 보강 기능을 통해 고객에게 개인화되고 관련 있는 환경을 제공할 수 있습니다. Autodesk가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. Clearbit 개인정보취급방침
YouTube
YouTube는 사용자가 웹 사이트에 포함된 비디오를 보고 공유할 수 있도록 해주는 비디오 공유 플랫폼입니다. YouTube는 비디오 성능에 대한 시청 지표를 제공합니다. YouTube 개인정보보호 정책

icon-svg-hide-thick

icon-svg-show-thick

광고 수신 설정 – 사용자에게 타겟팅된 광고를 제공할 수 있게 해 줌

Adobe Analytics
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Adobe Analytics를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID 및 오토데스크 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. Adobe Analytics 개인정보취급방침
Google Analytics (Web Analytics)
오토데스크 사이트에서 고객의 행동에 관한 데이터를 수집하기 위해 Google Analytics (Web Analytics)를 이용합니다. 여기에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 오토데스크는 사이트 성과를 측정하고 고객의 온라인 경험의 편리함을 평가하여 기능을 개선하기 위해 이러한 데이터를 이용합니다. 또한, 이메일, 고객 지원 및 판매와 관련된 고객 경험을 최적화하기 위해 고급 분석 방법도 사용하고 있습니다. AdWords
Marketo
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 Marketo를 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. 오토데스크는 이 데이터를 다른 소스에서 수집된 데이터와 결합하여 고객의 판매 또는 고객 서비스 경험을 개선하며, 고급 분석 처리에 기초하여 보다 관련 있는 컨텐츠를 제공합니다. Marketo 개인정보취급방침
Doubleclick
오토데스크는 Doubleclick가 지원하는 사이트에 디지털 광고를 배포하기 위해 Doubleclick를 이용합니다. 광고는 Doubleclick 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Doubleclick에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Doubleclick에 제공하는 데이터를 사용합니다. Doubleclick 개인정보취급방침
HubSpot
오토데스크는 고객에게 더욱 시의적절하며 관련 있는 이메일 컨텐츠를 제공하기 위해 HubSpot을 이용합니다. 이를 위해, 고객의 온라인 행동 및 오토데스크에서 전송하는 이메일과의 상호 작용에 관한 데이터를 수집합니다. 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 이메일 확인율, 클릭한 링크 등이 포함될 수 있습니다. HubSpot 개인정보취급방침
Twitter
오토데스크는 Twitter가 지원하는 사이트에 디지털 광고를 배포하기 위해 Twitter를 이용합니다. 광고는 Twitter 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Twitter에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Twitter에 제공하는 데이터를 사용합니다. Twitter 개인정보취급방침
Facebook
오토데스크는 Facebook가 지원하는 사이트에 디지털 광고를 배포하기 위해 Facebook를 이용합니다. 광고는 Facebook 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Facebook에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Facebook에 제공하는 데이터를 사용합니다. Facebook 개인정보취급방침
LinkedIn
오토데스크는 LinkedIn가 지원하는 사이트에 디지털 광고를 배포하기 위해 LinkedIn를 이용합니다. 광고는 LinkedIn 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 LinkedIn에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 LinkedIn에 제공하는 데이터를 사용합니다. LinkedIn 개인정보취급방침
Yahoo! Japan
오토데스크는 Yahoo! Japan가 지원하는 사이트에 디지털 광고를 배포하기 위해 Yahoo! Japan를 이용합니다. 광고는 Yahoo! Japan 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Yahoo! Japan에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Yahoo! Japan에 제공하는 데이터를 사용합니다. Yahoo! Japan 개인정보취급방침
Naver
오토데스크는 Naver가 지원하는 사이트에 디지털 광고를 배포하기 위해 Naver를 이용합니다. 광고는 Naver 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Naver에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Naver에 제공하는 데이터를 사용합니다. Naver 개인정보취급방침
Quantcast
오토데스크는 Quantcast가 지원하는 사이트에 디지털 광고를 배포하기 위해 Quantcast를 이용합니다. 광고는 Quantcast 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Quantcast에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Quantcast에 제공하는 데이터를 사용합니다. Quantcast 개인정보취급방침
Call Tracking
오토데스크는 캠페인을 위해 사용자화된 전화번호를 제공하기 위하여 Call Tracking을 이용합니다. 그렇게 하면 고객이 오토데스크 담당자에게 더욱 빠르게 액세스할 수 있으며, 오토데스크의 성과를 더욱 정확하게 평가하는 데 도움이 됩니다. 제공된 전화번호를 기준으로 사이트에서 고객 행동에 관한 데이터를 수집할 수도 있습니다. Call Tracking 개인정보취급방침
Wunderkind
오토데스크는 Wunderkind가 지원하는 사이트에 디지털 광고를 배포하기 위해 Wunderkind를 이용합니다. 광고는 Wunderkind 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Wunderkind에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Wunderkind에 제공하는 데이터를 사용합니다. Wunderkind 개인정보취급방침
ADC Media
오토데스크는 ADC Media가 지원하는 사이트에 디지털 광고를 배포하기 위해 ADC Media를 이용합니다. 광고는 ADC Media 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 ADC Media에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 ADC Media에 제공하는 데이터를 사용합니다. ADC Media 개인정보취급방침
AgrantSEM
오토데스크는 AgrantSEM가 지원하는 사이트에 디지털 광고를 배포하기 위해 AgrantSEM를 이용합니다. 광고는 AgrantSEM 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 AgrantSEM에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 AgrantSEM에 제공하는 데이터를 사용합니다. AgrantSEM 개인정보취급방침
Bidtellect
오토데스크는 Bidtellect가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bidtellect를 이용합니다. 광고는 Bidtellect 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bidtellect에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bidtellect에 제공하는 데이터를 사용합니다. Bidtellect 개인정보취급방침
Bing
오토데스크는 Bing가 지원하는 사이트에 디지털 광고를 배포하기 위해 Bing를 이용합니다. 광고는 Bing 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Bing에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Bing에 제공하는 데이터를 사용합니다. Bing 개인정보취급방침
G2Crowd
오토데스크는 G2Crowd가 지원하는 사이트에 디지털 광고를 배포하기 위해 G2Crowd를 이용합니다. 광고는 G2Crowd 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 G2Crowd에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 G2Crowd에 제공하는 데이터를 사용합니다. G2Crowd 개인정보취급방침
NMPI Display
오토데스크는 NMPI Display가 지원하는 사이트에 디지털 광고를 배포하기 위해 NMPI Display를 이용합니다. 광고는 NMPI Display 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 NMPI Display에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 NMPI Display에 제공하는 데이터를 사용합니다. NMPI Display 개인정보취급방침
VK
오토데스크는 VK가 지원하는 사이트에 디지털 광고를 배포하기 위해 VK를 이용합니다. 광고는 VK 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 VK에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 VK에 제공하는 데이터를 사용합니다. VK 개인정보취급방침
Adobe Target
오토데스크는 사이트의 새 기능을 테스트하고 이러한 기능의 고객 경험을 사용자화하기 위해 Adobe Target을 이용합니다. 이를 위해, 고객이 사이트를 방문해 있는 동안 행동 데이터를 수집합니다. 이 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역, IP 주소 또는 장치 ID, 오토데스크 ID 등이 포함될 수 있습니다. 고객은 기능 테스트를 바탕으로 여러 버전의 오토데스크 사이트를 경험하거나 방문자 특성을 바탕으로 개인화된 컨텐츠를 보게 될 수 있습니다. Adobe Target 개인정보취급방침
Google Analytics (Advertising)
오토데스크는 Google Analytics (Advertising)가 지원하는 사이트에 디지털 광고를 배포하기 위해 Google Analytics (Advertising)를 이용합니다. 광고는 Google Analytics (Advertising) 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Google Analytics (Advertising)에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Google Analytics (Advertising)에 제공하는 데이터를 사용합니다. Google Analytics (Advertising) 개인정보취급방침
Trendkite
오토데스크는 Trendkite가 지원하는 사이트에 디지털 광고를 배포하기 위해 Trendkite를 이용합니다. 광고는 Trendkite 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Trendkite에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Trendkite에 제공하는 데이터를 사용합니다. Trendkite 개인정보취급방침
Hotjar
오토데스크는 Hotjar가 지원하는 사이트에 디지털 광고를 배포하기 위해 Hotjar를 이용합니다. 광고는 Hotjar 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Hotjar에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Hotjar에 제공하는 데이터를 사용합니다. Hotjar 개인정보취급방침
6 Sense
오토데스크는 6 Sense가 지원하는 사이트에 디지털 광고를 배포하기 위해 6 Sense를 이용합니다. 광고는 6 Sense 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 6 Sense에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 6 Sense에 제공하는 데이터를 사용합니다. 6 Sense 개인정보취급방침
Terminus
오토데스크는 Terminus가 지원하는 사이트에 디지털 광고를 배포하기 위해 Terminus를 이용합니다. 광고는 Terminus 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 Terminus에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 Terminus에 제공하는 데이터를 사용합니다. Terminus 개인정보취급방침
StackAdapt
오토데스크는 StackAdapt가 지원하는 사이트에 디지털 광고를 배포하기 위해 StackAdapt를 이용합니다. 광고는 StackAdapt 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 StackAdapt에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 StackAdapt에 제공하는 데이터를 사용합니다. StackAdapt 개인정보취급방침
The Trade Desk
오토데스크는 The Trade Desk가 지원하는 사이트에 디지털 광고를 배포하기 위해 The Trade Desk를 이용합니다. 광고는 The Trade Desk 데이터와 고객이 사이트를 방문하는 동안 오토데스크가 수집하는 행동 데이터 모두에 기초하여 제공됩니다. 오토데스크가 수집하는 데이터에는 고객이 방문한 페이지, 시작한 체험판, 재생한 동영상, 구매 내역 및 IP 주소 또는 장치 ID가 포함될 수 있습니다. 이 정보는 The Trade Desk에서 고객으로부터 수집한 데이터와 결합될 수 있습니다. 오토데스크는 디지털 광고 경험에 대한 사용자화를 개선하고 고객에게 더욱 관련 있는 광고를 제시하기 위해 The Trade Desk에 제공하는 데이터를 사용합니다. The Trade Desk 개인정보취급방침
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

정말 더 적은 온라인 경험을 원하십니까?

오토데스크는 고객 여러분에게 좋은 경험을 드리고 싶습니다. 이전 화면의 범주에 대해 "예"를 선택하셨다면 오토데스크는 고객을 위해 고객 경험을 사용자화하고 향상된 응용프로그램을 제작하기 위해 귀하의 데이터를 수집하고 사용합니다. 언제든지 개인정보 처리방침을 방문해 설정을 변경할 수 있습니다.

고객의 경험. 고객의 선택.

오토데스크는 고객의 개인 정보 보호를 중요시합니다. 오토데스크에서 수집하는 정보는 오토데스크 제품 사용 방법, 고객이 관심을 가질 만한 정보, 오토데스크에서 더욱 뜻깊은 경험을 제공하기 위한 개선 사항을 이해하는 데 도움이 됩니다.

오토데스크에서 고객님께 적합한 경험을 제공해 드리기 위해 고객님의 데이터를 수집하고 사용하도록 허용하시겠습니까?

선택할 수 있는 옵션을 자세히 알아보려면 이 사이트의 개인 정보 설정을 관리해 사용자화된 경험으로 어떤 이점을 얻을 수 있는지 살펴보거나 오토데스크 개인정보 처리방침 정책을 확인해 보십시오.