Author Topic: AEC messgae  (Read 4186 times)

0 Members and 1 Guest are viewing this topic.

Coder

  • Swamp Rat
  • Posts: 827
AEC messgae
« on: January 05, 2012, 03:24:53 AM »
Hello guys .

Sometimes when I am trying to save as a copy of a drawing to old version of Autocad  I receive a message says " which means" This
would create or add AEC objects to the drawing , and after that I noticed if I copy and past objects inside the same drawing it would
take a very long long long time to proceed the action.

Besides all of that , the size of the drawing would be increased each time open and close the drawing .

How to purge or delete these AEC objects from the drawing ?

Many thanks .

pBe

  • Bull Frog
  • Posts: 402
Re: AEC messgae
« Reply #1 on: January 05, 2012, 08:26:19 AM »
DXFOUT works for me

trogg

  • Bull Frog
  • Posts: 255
Re: AEC messgae
« Reply #2 on: January 05, 2012, 10:01:44 AM »
try the command

-EXPORTTOAUTOCAD <enter>

and then follow the prompts...

This will make a new version (copy) of your drawing that still has all your objects - they simply don't have the AEC baggage that comes along with them.

Note: In AutoCAD, don't forget the minus sign before the command...

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: AEC messgae
« Reply #3 on: January 05, 2012, 06:22:50 PM »
Better still use DWGconvert and process all drawings for that project at once. I know this command is in 2012 and possibly in 2011 as well.

alanjt

  • Needs a day job
  • Posts: 5352
  • Standby for witty remark...
Re: AEC messgae
« Reply #4 on: January 05, 2012, 10:40:20 PM »
Better still use DWGconvert and process all drawings for that project at once. I know this command is in 2012 and possibly in 2011 as well.
  :kewl:
Civil 3D 2019 ~ Windohz 7 64bit
Dropbox

Coder

  • Swamp Rat
  • Posts: 827
Re: AEC messgae
« Reply #5 on: January 06, 2012, 05:48:37 AM »
Thank you all guys .

Isn't there a programming solution for that problem without exporting to another drawing ?

Thanks so much

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: AEC messgae
« Reply #6 on: January 06, 2012, 12:49:04 PM »
Not a reliable one that I have found.

Nibster

  • Guest
Re: AEC messgae
« Reply #7 on: January 06, 2012, 01:34:26 PM »
can't you manipulate files with lisp?  AECTOACAD command exports a cleaned drawing to the same folder with a preset prefix (or suffix)

BlackBox

  • King Gator
  • Posts: 3770
Re: AEC messgae
« Reply #8 on: January 06, 2012, 03:05:52 PM »
_AecExportToAutoCAD20##:?

Example:

Code: [Select]
(command "_AecExportToAutoCAD2007")

Edit to add - This works for both Land Desktop Companion 2009, and Civil 3D 2010-2012; tested using LDC 2009, and C3D 2011.
"How we think determines what we do, and what we do determines what we get."

Nibster

  • Guest
Re: AEC messgae
« Reply #9 on: January 06, 2012, 03:29:50 PM »
in 2012 it's just as i typed up above.  it exports according to whatever version you're using

BlackBox

  • King Gator
  • Posts: 3770
Re: AEC messgae
« Reply #10 on: January 06, 2012, 03:37:04 PM »
in 2012 it's just as i typed up above.  it exports according to whatever version you're using

... Hence my suggestion, Nibs. :wink:

From first post:

Sometimes when I am trying to save as a copy of a drawing to old version of Autocad  I receive a message says ...
"How we think determines what we do, and what we do determines what we get."

Nibster

  • Guest
Re: AEC messgae
« Reply #11 on: January 06, 2012, 03:46:15 PM »
ah! darn that short term memory retention... :lol:

BlackBox

  • King Gator
  • Posts: 3770
Re: AEC messgae
« Reply #12 on: January 06, 2012, 03:51:05 PM »
ah! darn that short term memory retention... :lol:

 :angel:
"How we think determines what we do, and what we do determines what we get."

Matt__W

  • Seagull
  • Posts: 12955
  • I like my water diluted.
Re: AEC messgae
« Reply #13 on: January 06, 2012, 04:46:17 PM »
AECTOACAD gives you options to bind xrefs, version, etc...
Autodesk Expert Elite
Revit Subject Matter Expert (SME)
Owner/FAA sUAS Pilot @ http://skyviz.io

BlackBox

  • King Gator
  • Posts: 3770
Re: AEC messgae
« Reply #14 on: January 06, 2012, 04:56:02 PM »
AECTOACAD gives you options to bind xrefs, version, etc...

I did not know that - so I tried it - and the AecToAcad command also works back on LDC 2009 (oldest version I have)... I had no clue! Never used the command before today.  :oops:

I appreciate the clarification, Matt (sorry Nibs!). LoL :beer:
"How we think determines what we do, and what we do determines what we get."

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: AEC messgae
« Reply #15 on: January 06, 2012, 05:28:21 PM »
AECTOACAD gives you options to bind xrefs, version, etc...
DWGConvert also gives these options and doesn't require the creation of new files (although you can do so, if you would like).

Nibster

  • Guest
Re: AEC messgae
« Reply #16 on: January 06, 2012, 08:18:41 PM »
but, DWGCONVERT doesn't clean up AEC content.  :-)