Category: Civil 3D
-
Accessing Child Object Style using .NET API
By Partha Sarkar In this particular example we will see how to access Civil 3D Surface Spot Elevation Child label style. Suppose there is a Surface Spot Elevation Child label style named "Foot Meter_Child" in a Civil 3D DWG file and we try to use the following VB.NET code snippet to find out the number…
-
Creating Surface Spot Elevation Label using Civil 3D .NET API
By Partha Sarkar In AutoCAD Civil 3D, we can create different types of Labels for a Civil 3D Surface object. In the screenshot below, we can see from Annotation Tab, using the Add Labels, we can add a spot Elevation Label, Contour Label etc. for a Surface object. Civil 3D .NET API has equivalent functions…
-
Adding boundaries to Civil 3D Surface object using .NET API
By Partha Sarkar We can add boundaries to Civil 3D Surface object using the SurfaceDefinitionBoundaries class; this class encapsulates the boundary operation list for a surface. Note that, operations are stored in the order they are performed on the surface. SurfaceDefinitionBoundaries class has overloaded function AddBoundaries(). In the following example we will see how to…
-
Import DEM to Create Surface in Civil 3D with COM API
By Daniel Du Civil 3D provides .NET API and COM API, you are recommended to use .NET API if it is available, although this post will demo how to import DEM with COM API. To use COM API, you need to add some references with interop, it is convenient to use AutoCAD .net wizard, it…
-
Convert Civil 3D SurveyFigure to Polyline object
By Partha Sarkar In some of the projects requirement, you may want to convert the Civil 3D SurveyFigure objects to AutoCAD geometric object like polyline and retain the curves, bulges etc. When you select a Civil 3D SurveyFigure object and call the LIST command in Civil 3D, you would see each segment type and associated…
-
Updating a Profile mode using Profile.UpdateMode
By Partha Sarkar AutoCAD Civil 3D Profile type has a property named UpdateMode which can be used to get or set the update mode of the profile. Here is a note from the Civil 3D API reference document help file on Profile.UpdateMode property which I would like to draw your attention - Gets for Superimposed,…
-
Accessing the ‘Object Layers’ using Civil 3D .NET API
By Partha Sarkar Civil 3D COM API IAeccSettingsObjectLayer:: Layer gives us access to get or set the layer name on which the object is drawn. However, if we take a closer look into the Object list in the 'Object Layers' tab under "Drawing Settings" dialog box in Civil 3D, we will find there are some…
-
Duplicated Add-ins tab on Civil 3D
By Augusto Goncalves With the Autodesk Exchange Store for AutoCAD Civil 3D 2013 we (and the users of our apps) can download and quickly use several apps! Nice! But you may notice that the ‘Add-ins’ tab is appearing duplicated, like below. To fix it, run CUI command, (1) select ‘C3D.cuix’, then (2) select ‘Civil 3D…
-
Connecting Cloud and Mobile with Civil 3D
By Augusto Goncalves The class at Autodesk University Las Vegas was “From Mobile and Through the Cloud to AutoCAD® Civil 3D®”. The main idea was how collect coordinate points using Mobile with GPS enabled devices running Android or iOS, then store and merge those at the Cloud to finally generate Civil 3D objects, like surfaces,…
-
Get the LandXML from Cloud to create a TIN Surface in Civil 3D
By Partha Sarkar In my previous blog post we saw how quickly and easily we can upload and store a LandXML file in Windows Azure Cloud storage. In this post we will see how we can access our LandXML files stored in Cloud and use the same to create a TIN Surface in Civil 3D.…

You must be logged in to post a comment.