• Industries
  • Products
  • Buy
  • Services & Support
  • Communities
  • Discussion Groups

    AutoCAD Map 3D

    Reply
    Distinguished Contributor
    Posts: 786
    Registered: ‎07-02-2002

    ESRI to ACAD (Data)

    422 Views, 4 Replies
    10-09-2012 01:36 PM

    Just throwing it out there and I think I know the answer, but here it goes:

     

    Client is using straight up AutoCAD.

     

    Wants to bring ESRI information into a DWG (actual data not just linework).

     

    I know MAP and C3D does this with no problems and you can go open the file in AutoCAD.  Problem is the data is not visible when you open it in AutoCAD.  Switch back to C3D or MAP and you can see it again.

     

    Anyone know of a program or way to do this?

     

    Just want to make sure I cover all resources before I tell them it can't be done without scripting something for AutoCAD.

    2012 C3D
    2012 MEP
    Please use plain text.
    *Expert Elite*
    Murph
    Posts: 1,584
    Registered: ‎11-13-2006

    Re: ESRI to ACAD (Data)

    10-09-2012 03:00 PM in reply to: kcobabe

    If importing the ESRI files and creating Object Data there.s no free app (that I know of) to view the OD info. However if you use DBConnect to link to a database after you import and use Map3D to create the links Vanilla AutoCAd can still have the links to the tables linked by Map3D. (at least a few version ago it worked fine) You need to watch the 64/32 bit odbc bugs.

    Murph
    Supportting the troops daily.
    Please use plain text.
    *Expert Elite*
    antoniovinci
    Posts: 1,093
    Registered: ‎06-03-2011

    Re: ESRI to ACAD (Data)

    10-10-2012 04:32 AM in reply to: kcobabe

    Ain't no "vanilla" Autocad to try it, but give a look-over to this italian jewel, sir...

    Please use plain text.
    Valued Mentor
    TerryDotson
    Posts: 386
    Registered: ‎06-06-2010

    Re: ESRI to ACAD (Data)

    10-10-2012 10:36 AM in reply to: kcobabe

    Take a look at MapWorks Base, it will import many ESRI formats (including Shapefiles) into stock AutoCAD (2007 or higher).  The attribute data is stored on the objects as XData and can be edited and exported back.  The behavior is very similar to Map Object Data except it's accessable to any AutoCAD user.  As one example, one MapWorks user provides imported DWG files to a client that uses a custom lisp to read the data, etc.

    Please use plain text.
    Distinguished Contributor
    Posts: 231
    Registered: ‎12-02-2003

    Re: ESRI to ACAD (Data)

    10-15-2012 04:40 PM in reply to: kcobabe

    Just spit-balling here...

     

    In ArcGIS:

    -add a CAD field to the file in ArcGIS (ArcToolbox - Conversion Tools - Add CAD Fields)

    -edit that field to equal something unique in the dataset (Attribute Table - Field Calculator - i.e.. LayerName=FID)

    -export the file to CAD (ArcToolbox - Conversion Tools - Export to CAD)

     

    In AutoCAD:

    You will have to find a way to connect the Layer value back to the shp database (dbf?mdb), i.e.. Link Template.

    -maybe annotation with Value=Layer (gives you annotation with the FID at the object's point location) - this will only work with points feature though.

    Please use plain text.