AutoCAD is a CAD software application for 2D and 3D design and drafting.

learn more… | top users | synonyms

2
votes
0answers
271 views

Add CAD Drawing Dataset into ArcMap using Python

I am trying to add an CAD Drawing Dataset into ArcMap using Python. Question is how to add a Auto-CAD .dwg file to ArcMap using Python Normally comes in as CAD file within a Group layer with: ...
0
votes
0answers
16 views

ArcGIS Annotation x-y offset

We are migrating autocad text to arcgis enterprise geodatabase. I notice the text will never be at the same position because annotation has a box and the text is contain in that box. may I know how ...
0
votes
0answers
23 views

Autocad Civil Surface creation problem

I'm trying to create a new surface in Autocad Civil 2012. I have elevations for a landfill, and it seems like I'm following all the correct steps. But when I check the surface out under Surface ...
0
votes
0answers
150 views

ArcGIS for Autocad 300 Lisp Functions

I was wondering what happened to ESRI_LayerstoFC AutoLisp tool in 300? It looks like it was available in 200: http://webhelp.esri.com/arcgisdesktop/9.3/index.cfm?TopicName=AutoLISP_functions How do ...
0
votes
0answers
86 views

Add AutoCAD paper space to Arcmap using Python

This post is an addition to this post. I'm trying to add the autoCAD paper space to arcmap as it contains information I require. Right now I can add the annotation layer and pull data from records, ...