Author Topic: 2010 MEP/ACA entity DXF change?  (Read 1731 times)

0 Members and 1 Guest are viewing this topic.

commodore

  • Newt
  • Posts: 51
2010 MEP/ACA entity DXF change?
« on: November 02, 2009, 08:41:49 AM »
The following are the text window results of the DXF properties of a WALL

Result from MEP 2008...

Command: (entget (car (entsel)))

Select object: ((-1 . ) (0 . "AEC_WALL") (330 . ) (5 . "273EC4") (100 . "AcDbEntity") (67 . 0) (410 . "Model")
(8 . "A-Wall-Std") (100 . "AecDbEntity") (102 . "{AEC_SUBOBJECT") (300 .
"AecImpWallLinear") (100 . "AecImpObj") (3 . "") (100 . "AecImpEnt") (171 . 0)
(100 . "AecImpGeo") (10 809.907 46.4061 0.0) (15 0.0 -1.0 0.0) (16 1.0 0.0 0.0)
(210 0.0 0.0 1.0) (360 . ) (100 . "AecImpWall") (102 .
"{AEC_NULLOBJECT}") (102 . "{AEC_NULLOBJECT}") (40 . 84.0) (73 . 3) (42 . 4.5)
(341 . ) (74 . 3) (43 . 0.0) (102 .
"{AEC_WALL_MODIFIERS") (100 . "AecImpObj") (3 . "") (100 . "AecImpArray") (90 .
0) (102 . "AEC_WALL_MODIFIERS}") (102 . "{AEC_WALLSTYLE_OVERRIDES") (100 .
"AecImpObj") (3 . "") (100 . "AecImpArray") (90 . 0) (102 .
"AEC_WALLSTYLE_OVERRIDES}") (102 . "{AEC_WALL_INTERFERENCE") (100 .
"AecImpObj") (3 . "") (100 . "AecImpArray") (90 . 0) (102 .
"AEC_WALL_INTERFERENCE}") (343 . ) (102 .
"{AEC_WALL_MERGERS") (100 . "AecImpObj") (3 . "") (100 . "AecImpArray") (90 .
0) (102 . "AEC_WALL_MERGERS}") (102 . "{AEC_WALL_CUSTOM_GEOMETRY") (100 .
"AecImpObj") (3 . "") (100 . "AecImpArray") (90 . 0) (102 .
"AEC_WALL_CUSTOM_GEOMETRY}") (100 . "AecImpWallLinear") (102 . "{ACGECURVE3D")
(280 . 3) (10 809.907 46.4061 0.0) (10 0.0 -48.053 0.0) (102 . "ACGECURVE3D}")
(210 0.0 0.0 1.0) (102 . "AEC_SUBOBJECT}") (102 . "{AEC_SUBOBJECT") (300 .
"AecImpArray") (100 . "AecImpObj") (3 . "") (100 . "AecImpArray") (90 . 1) (102
. "{AEC_SUBOBJECT") (300 . "AecOverrideCanBoundSpaces") (100 . "AecImpObj") (3
. "") (100 . "AecOverride") (100 . "AecOverrideCanBoundSpaces") (102 .
"AEC_SUBOBJECT}") (102 . "AEC_SUBOBJECT}") (100 . "AecDbGeo") (100 .
"AecDbWall"))

The following is the result from MEP 2010, same wall style but notice how much shorter the DXF list is...

Command: (entget (car (entsel)))

Select object: ((-1 . ) (0 . "AEC_WALL") (330 . ) (5 . "94E") (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 .
"A-Wall-Std"))

Did Autodesk change the DXF format of the MEP/Architectural objects?
The basic Acad objects appear (lines, circes etc..) unaffected.
How do I now get the full list with Lisp, I need to get down to the component info in the wall DXF data.