Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DXF Name

Entity type

LINE

OdDbLine

CIRCLE

OdDbCircle

POINT

OdDbPoint

For more class identifiers you can run the following LISP routine inside ARES Commander.
Just select any entity type and read the matching dxf name from the command window. The dxf name is written in code (0). Executing the LISP routine for an line entity may look as follow:

((-1 . <EName: 00000000551fe260>) (0 . "LINE") (5 . "10B") (330 . <EName: 0000000034f2d000>) (100 . "AcDbEntity") (67 . 0) (410 . "Model") (8 . "0") (100 . "AcDbLine") (10 132.6 148.5 0.0) (11 303.0 255.9 0.0) (210 0.0 0.0 1.0))

...