_civilpe Posted September 30 Share Posted September 30 I am writing a lisp routine to explode Civil 3D objects to then copy them to a CAD template. My lisp skips the "explode" command portion and heads straight into the copy objects to .dwt section without exploding the Civil 3D objects. How can I test my DWG to see if it contains Civil 3D objects before the lisp begins to copy objects to the .dwt file? Quote Link to comment Share on other sites More sharing options...
Steven P Posted October 1 Share Posted October 1 AECC objects? You could do an ssget with filter (ssget (list (cons 0 "*aecc*"))) to select them all (use '_X' for all the drawing) and then if the selection set is created you have what you searched for Quote Link to comment Share on other sites More sharing options...
BIGAL Posted October 2 Share Posted October 2 (edited) Inside CIV3D is the convert CIV3D objects to Autocad objects. "EXPORTTOAUTOCAD" will this help ? Please explain what objects ? Your request is to vague there is so many background functions in CIV3D. Just look at Toolspace. I have a couple of functions like make description key sets from Excel. Civ3d can export the key sets but not import. We had our CIV3D DWT set up, 250 layers, similar number blocks, linetypes and so on. Need blocks and layers to match description key sets for import field data. Use lee-mac steal to do this. Edited October 2 by BIGAL Quote Link to comment Share on other sites More sharing options...
hosneyalaa Posted October 2 Share Posted October 2 Can you support it with an example drawing? Quote Link to comment Share on other sites More sharing options...
BIGAL Posted October 3 Share Posted October 3 @_civilpe its your turn now. Quote Link to comment Share on other sites More sharing options...
SLW210 Posted October 3 Share Posted October 3 Also, post your LISP efforts as well as a .dwg. Quote Link to comment Share on other sites More sharing options...
SLW210 Posted October 3 Share Posted October 3 Why not just run a Script on all of the drawings to -EXPORTTOAUTOCAD? What would it matter if it did or did not contain AECC objects? From what I read there could be hidden Civil3D objects/information in the drawing, it could have information and not be detectable without some deeper searching. Quote Link to comment Share on other sites More sharing options...
SLW210 Posted October 7 Share Posted October 7 I noticed your profile shows you have Civil 3D 2025, maybe try ... How to convert Civil 3D drawings to standard AutoCAD format (autodesk.com) Though to do many drawings probably best to use a Script using EXPORTTOAUTOCAD, as you do not need the dash in front if using Civil 3D, but will using AutoCAD. It seems the OP has disappeared! Quote Link to comment Share on other sites More sharing options...
Steven P Posted October 7 Share Posted October 7 They do that don't they. Quote Link to comment Share on other sites More sharing options...
BIGAL Posted October 7 Share Posted October 7 Elvis took him by the hand and they have left the building. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.