Entity List

Function Syntax ee / eex / (elist <entity>)
Current Version 1.0
Download elist.lsp
View HTML Version elist.html
Arguments
Symbol Type Description
entity EName / DXF List Entity Name or DXF List to query

Program Description

This utility is a variation of a program of the same name written by Michael Puckett.

The function will display the DXF data of an entity, including any subentities that follow the entity (such as attributes/vertices), and any XData associated with the entity.

The function may be called from the command line using the syntax ee or eex to select primary or nested entities respectively.

Alternatively, the user may supply the subfunction with a entity name or DXF list to query.

Examples of Output

Attributed Block

(
  (-1 . <Entity name: 7ef03a30>)
  (0 . "INSERT")
  (330 . <Entity name: 7ef01cf8>)
  (5 . "3AE")
  (100 . "AcDbEntity")
  (67 . 0)
  (410 . "Model")
  (8 . "0")
  (100 . "AcDbBlockReference")
  (66 . 1)
  (2 . "Block")
  (10 -12.5676 14.1536 0.0)
  (41 . 1.0)
  (42 . 1.0)
  (43 . 1.0)
  (50 . 0.0)
  (70 . 0)
  (71 . 0)
  (44 . 0.0)
  (45 . 0.0)
  (210 0.0 0.0 1.0)
)

(
  (-1 . <Entity name: 7ef03a40>)
  (0 . "ATTRIB")
  (330 . <Entity name: 7ef03a30>)
  (5 . "3B0")
  (100 . "AcDbEntity")
  (67 . 0)
  (410 . "Model")
  (8 . "0")
  (100 . "AcDbText")
  (10 -12.0493 15.1648 0.0)
  (40 . 1.0)
  (1 . "Value2")
  (50 . 0.0)
  (41 . 1.0)
  (51 . 0.0)
  (7 . "Standard")
  (71 . 0)
  (72 . 1)
  (11 -9.14891 15.6648 0.0)
  (210 0.0 0.0 1.0)
  (100 . "AcDbAttribute")
  (280 . 0)
  (2 . "TAG2")
  (70 . 0)
  (73 . 0)
  (74 . 2)
  (280 . 1)
)

(
  (-1 . <Entity name: 7ef03a48>)
  (0 . "ATTRIB")
  (330 . <Entity name: 7ef03a30>)
  (5 . "3B1")
  (100 . "AcDbEntity")
  (67 . 0)
  (410 . "Model")
  (8 . "0")
  (100 . "AcDbText")
  (10 -12.0493 17.0678 0.0)
  (40 . 1.0)
  (1 . "Value1")
  (50 . 0.0)
  (41 . 1.0)
  (51 . 0.0)
  (7 . "Standard")
  (71 . 0)
  (72 . 1)
  (11 -9.14891 17.5678 0.0)
  (210 0.0 0.0 1.0)
  (100 . "AcDbAttribute")
  (280 . 0)
  (2 . "TAG1")
  (70 . 0)
  (73 . 0)
  (74 . 2)
  (280 . 1)
)

(
  (-1 . <Entity name: 7ef03a38>)
  (0 . "SEQEND")
  (330 . <Entity name: 7ef03a30>)
  (5 . "3AF")
  (100 . "AcDbEntity")
  (67 . 0)
  (410 . "Model")
  (8 . "0")
  (-2 . <Entity name: 7ef03a30>)
)

Dimension with Style Overrides

( 
  (-1 . <Entity name: 7ef03ac0>)
  (0 . "DIMENSION")
  (330 . <Entity name: 7ef01cf8>)
  (5 . "3C0")
  (100 . "AcDbEntity")
  (67 . 0)
  (410 . "Model")
  (8 . "0")
  (100 . "AcDbDimension")
  (280 . 0)
  (2 . "*D7")
  (10 9.65401 10.346 0.0)
  (11 4.15153 5.84847 0.0)
  (12 0.0 0.0 0.0)
  (70 . 33)
  (1 . "")
  (71 . 5)
  (72 . 1)
  (41 . 1.0)
  (42 . 14.1421)
  (73 . 0)
  (74 . 0)
  (75 . 0)
  (52 . 0.0)
  (53 . 0.0)
  (54 . 0.0)
  (51 . 0.0)
  (210 0.0 0.0 1.0)
  (3 . "Standard")
  (100 . "AcDbAlignedDimension")
  (13 0.0 0.0 0.0)
  (14 10.0 10.0 0.0)
  (15 0.0 0.0 0.0)
  (16 0.0 0.0 0.0)
  (40 . 0.0)
  (50 . 0.0)
  (-3
    (
      "ACAD"
      (1000 . "DSTYLE")
      (1002 . "{")
      (1070 . 42)
      (1040 . 1.0)
      (1070 . 44)
      (1040 . 0.2)
      (1070 . 178)
      (1070 . 4)
      (1070 . 346)
      (1005 . "18A")
      (1070 . 347)
      (1005 . "18A")
      (1002 . "}")
    )
  )
)

textsize

increase · reset · decrease

Designed & Created by Lee Mac © 2010