1EZDXF-INFO(1)                    User Commands                   EZDXF-INFO(1)
2
3
4

ezdxf info – show information and optional stats of DXF files as loaded by

ezdxf(1)

7

SYNOPSIS

9       ezdxf info [-h] [-v] [-s] [FILE] [FILE...]
10

DESCRIPTION

12       Show information and optional stats of DXF files as loaded by ezdxf(1),
13       this  may  not  represent  the  original  content  of the file, use the
14       ezdxf-browse(1) command to see the original content.   The  upgrade  is
15       necessary  for very old DXF versions prior to R12 and for the “special”
16       versions R13 and R14.  The -s option shows some  statistics  about  the
17       DXF  content  like  entity  count or table count.  Use the -v option to
18       show more of everything.
19

OPTIONS

21   POSITIONAL ARGUMENTS
22       FILE   DXF file to process, wildcards * and ?  are supported
23
24   OPTIONAL ARGUMENTS
25       -h, --help
26              show a help message and exit
27
28       -v, --verbose
29              give more output
30
31       -s, --stats
32              show content stats
33

ENVIRONMENT

35       See ezdxf(1).
36

FILES

38       See ezdxf(1).
39

EXAMPLES

41       This is the verbose output for an old DXF R10 file and shows  that  the
42       loading  process created some required structures which do not exist in
43       DXF R10 files, like the BLOCK_RECORD table or the OBJECTS section:
44
45              $ ezdxf info -v -s test_R10.dxf
46
47              Filename: "test_R10.dxf"
48              Loaded content was upgraded from DXF Version AC1006 (R10)
49              Release: R12
50              DXF Version: AC1009
51              Maintenance Version: <undefined>
52              Codepage: ANSI_1252
53              Encoding: cp1252
54              Unit system: Imperial
55              Modelspace units: Unitless
56              $LASTSAVEDBY: <undefined>
57              $HANDSEED: 0
58              $FINGERPRINTGUID: {9EADDC7C-5982-4C68-B770-8A62378C2B90}
59              $VERSIONGUID: {49336E63-D99B-45EC-803C-4D2BD03A7DE0}
60              $USERI1=0
61              $USERI2=0
62              $USERI3=0
63              $USERI4=0
64              $USERI5=0
65              $USERR1=0.0
66              $USERR2=0.0
67              $USERR3=0.0
68              $USERR4=0.0
69              $USERR5=0.0
70              File was not created by ezdxf >= 0.16.4
71              File was not written by ezdxf >= 0.16.4
72              Content stats:
73              LAYER table entries: 18
74                0
75                Defpoints
76                LYR_00
77                LYR_01
78                LYR_02
79                LYR_03
80                LYR_04
81                LYR_05
82                LYR_06
83                LYR_07
84                LYR_08
85                LYR_09
86                LYR_10
87                LYR_11
88                LYR_12
89                LYR_13
90                LYR_14
91                LYR_15
92              LTYPE table entries: 13
93                BORDER
94                ByBlock
95                ByLayer
96                CENTER
97                CONTINUOUS
98                CUTTING
99                DASHDOT
100                DASHED
101                DIVIDE
102                DOT
103                HIDDEN
104                PHANTOM
105                STITCH
106              STYLE table entries: 1
107                STANDARD
108              DIMSTYLE table entries: 1
109                Standard
110              APPID table entries: 1
111                ACAD
112              UCS table entries: 0
113              VIEW table entries: 0
114              VPORT table entries: 1
115                *Active
116              BLOCK_RECORD table entries: 2
117                *Model_Space
118                *Paper_Space
119              Entities in modelspace: 78
120                ARC (2)
121                CIRCLE (2)
122                LINE (74)
123              Entities in OBJECTS section: 20
124                ACDBDICTIONARYWDFLT (1)
125                ACDBPLACEHOLDER (1)
126                DICTIONARY (11)
127                LAYOUT (2)
128                MATERIAL (3)
129                MLEADERSTYLE (1)
130                MLINESTYLE (1)
131

SEE ALSO

133       ezdxf(1)
134
135       ezdxf-pp(1), ezdxf-audit(1), ezdxf-draw(1),  ezdxf-view(1),  ezdxf-pil‐
136       low(1),    ezdxf-browse(1),    ezdxf-browse-acis(1),    ezdxf-strip(1),
137       ezdxf-config(1)
138
139
140
141                                September 2022                   EZDXF-INFO(1)
Impressum