Author Topic: Exploding AEC Objects  (Read 11984 times)

0 Members and 1 Guest are viewing this topic.

cmwade77

  • Swamp Rat
  • Posts: 1443
Exploding AEC Objects
« on: June 13, 2018, 04:27:00 PM »
I am getting frustrated by how AEC objects invade our drawings, I am wondering if anyone has a LISP routine to explode AEC objects? Yes, I know I could use the -exporttoautocad command, but that creates a new file and I simply want to explode the AEC objects in the existing file.

dgorsman

  • Water Moccasin
  • Posts: 2437
Re: Exploding AEC Objects
« Reply #1 on: June 13, 2018, 05:59:05 PM »
Entities, or objects?  Not all objects can be exploded e.g. the ones created by the "-dwgunits" command.
If you are going to fly by the seat of your pants, expect friction burns.

try {GreatPower;}
   catch (notResponsible)
      {NextTime(PlanAhead);}
   finally
      {MasterBasics;}

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Exploding AEC Objects
« Reply #2 on: June 13, 2018, 06:03:40 PM »
All AEC objects can usually be exploded with the -exporttoautocad command, basically I want everything that command does to happen without having to create a new drawing.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Exploding AEC Objects
« Reply #3 on: June 14, 2018, 08:25:19 AM »
Perhaps the AECOBJEXPLODE command?



pendean

  • Mosquito
  • Posts: 20
  • "I am not a number, I am a free man"
Re: Exploding AEC Objects
« Reply #4 on: June 14, 2018, 08:37:45 AM »
Which version of autocad has AECOBJEXPLODE? Using Plain AutoCAD here, not a command.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Exploding AEC Objects
« Reply #5 on: June 14, 2018, 08:44:30 AM »
Nobody said anything about vanilla AutoCAD.
The AEC objects are coming from some AEC equipped application, use it to execute this command.

Coder

  • Swamp Rat
  • Posts: 827
Re: Exploding AEC Objects
« Reply #6 on: June 14, 2018, 11:28:15 AM »
Perhaps the AECOBJEXPLODE command?
I am using Autocad 2017  :-(

Quote
Command: AECOBJEXPLODE
Unknown command "AECOBJEXPLODE".  Press F1 for help.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Exploding AEC Objects
« Reply #7 on: June 14, 2018, 11:30:18 AM »
Quote from: Coder
I am using Autocad 2017

You'll have to use Civil 3D (or perhaps AutoCAD Arch?) to run this command.

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Exploding AEC Objects
« Reply #8 on: June 14, 2018, 11:37:19 AM »
Sorry, I should have explained this is indeed with Vanilla AutoCAD, this command (and a completely command line version of it) should be included in vanilla AutoCAD, but since it isn't, I am wondering if someone else has figured out a way to eliminate these AEC viruses and yes, I consider them a virus, as if you xRef a file with AEC objects into your drawing, your drawing now has AEC objects, even if you detach the xRef.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Exploding AEC Objects
« Reply #9 on: June 14, 2018, 11:39:14 AM »
So if you only have vanilla AutoCAD, how are these AEC objects getting into your drawings?

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Exploding AEC Objects
« Reply #10 on: June 14, 2018, 12:00:14 PM »
We receive files from other companies all the time, they either use these verticals or their drawings somehow got infected by this, as I said before, I can only call it a virus.

rkmcswain

  • Swamp Rat
  • Posts: 978
Re: Exploding AEC Objects
« Reply #11 on: June 14, 2018, 12:15:32 PM »
I suppose you are the sub, and you can't make them send you clean drawing files?

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Exploding AEC Objects
« Reply #12 on: June 14, 2018, 12:19:48 PM »
Exactly, we don't get that level of control, many of our clients either refuse or don't know how to do so. We also have so many infected drawings on our system that our files get infected quickly. Honestly, these are harder to eliminate than the Education Stamp was when that was an issue.

MP

  • Seagull
  • Posts: 17750
  • Have thousands of dwgs to process? Contact me.
Re: Exploding AEC Objects
« Reply #13 on: June 14, 2018, 12:25:32 PM »
To start there's this. That said, post an example if you can and I'll put it on the coroner's table. Cheers.
Engineering Technologist • CAD Automation Practitioner
Automation ▸ Design ▸ Drafting ▸ Document Control ▸ Client
cadanalyst@gmail.comhttp://cadanalyst.slack.comhttp://linkedin.com/in/cadanalyst

cmwade77

  • Swamp Rat
  • Posts: 1443
Re: Exploding AEC Objects
« Reply #14 on: June 14, 2018, 12:32:15 PM »
The problem with that is it appears to erase the AEC objects, unfortunately, these may be doors, walls, windows, etc. that we need to explode into linework instead of AEC objects.