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

    AutoCAD Civil 3D Customization

    Reply
    Active Contributor
    raghulan
    Posts: 26
    Registered: ‎01-11-2012

    Export Civil3D pipe network with Object Data to Shapefile(SHP)

    294 Views, 2 Replies
    09-24-2012 10:52 PM

    Hello Ppl, 

     

     Any advice on how to export Civil3D pipe network with Object Data as Shapefile.

    Any code snippets will be of great help.

     

    cheers

    Regards,

    Raghulan Gowthaman Cert IV TAA, B.E,.
    Senior Civil BIM Consultant | Geo Spatial - IT Specialist
    CSI Global pty Limited. - Singapore | Sydney
    Web : www.csigs.com.au
    www.civil3dforum.com | www.e4forums.com
    Please use plain text.
    ADN Support Specialist
    Posts: 206
    Registered: ‎06-09-2009

    Re: Export Civil3D pipe network with Object Data to Shapefile(SHP)

    09-27-2012 03:38 AM in reply to: raghulan

    Hi,

     

    There's no API to achieve this directly. You might have to create an AutoCAD entity from Civil 3D Pipe object which will have the Object Data attached. After that you can use ManagedMap API to export to SDF or SHP format. You can see some relevant code snippet in our ADN DevBlog :

     

    http://adndevblog.typepad.com/infrastructure/2012/04/export-dwg-to-sdf-using-autodeskgismapimportexp...

     

    http://adndevblog.typepad.com/infrastructure/2012/03/exporting-dwg-to-sdf-using-epf-file-using-map-3...

     

    http://adndevblog.typepad.com/infrastructure/2012/03/how-to-use-command-line-version-of-mapexport-fo...


    Thanks,



    Partha Sarkar
    Developer Technical Services
    Autodesk Developer Network

    Please use plain text.
    Active Contributor
    raghulan
    Posts: 26
    Registered: ‎01-11-2012

    Re: Export Civil3D pipe network with Object Data to Shapefile(SHP)

    09-27-2012 06:15 PM in reply to: Partha.Sarkar

    Thanks Partha,

     

    There isnt much available for map3d and civil. I have seen those posts and I worked around it.

    but the problem is ...I cannot get the geomtry data of the pipe from the api. i can only get the geometry data of autocad objects but not civil3d objects....how to go about it...cheers..

    Regards,

    Raghulan Gowthaman Cert IV TAA, B.E,.
    Senior Civil BIM Consultant | Geo Spatial - IT Specialist
    CSI Global pty Limited. - Singapore | Sydney
    Web : www.csigs.com.au
    www.civil3dforum.com | www.e4forums.com
    Please use plain text.