首页 | 公司简介 | 数据恢复 | 成功案例 | 技术中心 | 客户服务 | 服务报价 | 联系我们 | 技术论坛  
 
  北京总部: 4006-505-808
  上 海 部: 021-58358765
  深 圳 部: 0755-83692929
  浙 江 部: 13666673722
  广 州 部: 020-83821091
  重 庆 部: 023-86870422
  福 建 部: 0591-83300680
  哈尔滨部: 13946167430
  其它地区: 4006-505-808

中国联通信息平台-HP-UX数据恢
中国石油管理局-Oracle数据库恢
工商银行山东分行-AIX删除LV数
濮阳市地方税务局-CHKDSK后数据
台湾HD公司-FreeBSD Nas无法启
promise乔鼎硬盘阵列数据恢复成
IBM EXP300 磁盘阵列数据恢复成
NAS 8100无法挂载数据卷

RAID损坏后 对数据的完整备份
LINUX FSCK数据出错灾难应急方
误删除、误格式化数据灾难应急
误GHOST、误一键恢复灾难应急方
磁盘未被格式化,是否格式化数据
raid磁盘阵列OFFLINE后的应急方
硬盘出现异响应急处理
您当前的位置:首页 >> 技术中心 >> 文件修复文栏 >> 正文

drawing interchange and file formats release 12(AutoCAD DXF 12.0版文件格式说明)

dxf file format
===============
this section describes the format of a dxf file in detail. it 
contains technical information that you need only if you write your 
own programs to process dxf files or work with entity information 
obtained by certain autolisp and ads functions.
it would probably be helpful to produce a dxf file from a small 
drawing, print it out, and refer to it occasionally while reading 
the information presented next.
general file structure
----------------------
a drawing interchange file is simply an ascii text file with a file 
type of .dxf and specially formatted text. the overall organization 
of a dxf file is as follows:
1. header section - general information about the drawing is found 
   in this section of the dxf file. each parameter has a variable 
   name and an associated value (see table 11-3 for a list of the 
   header variables).
2. tables section - this section contains definitions of named 
   items.
   o linetype table (ltype)
   o layer table (layer)
   o text style table (style)
   o view table (view)
   o user coordinate system table (ucs)
   o viewport configuration table (vport)
   o dimension style table (dimstyle)
   o application identification table (appid)
3. blocks section - this section contains block definition entities 
   describing the entities that make up each block in the drawing.
4. entities section - this section contains the drawing entities, 
   including any block references.
5. end of file
if you use dxfout's entities option, the resulting dxf file contains 
only the entities section and the end of file marker, and the 
entities section reflects only the objects you select for output.
note: if you select an insert entity, the corresponding block 
definition is not included in the output file.
a dxf file is composed of many groups, each of which occupies two 
lines in the dxf file. the first line of a group is a group code, 
which is a positive nonzero integer output in fortran i3 - that is, 
right-justified and blank filled in a three-character field (the 
exception to this is the four-digit extended entity data group 
codes, which are output in fortran i4). the second line of the group 
is the group value, in a format that depends on the type of group 
specified by the group code. although dxfout output has a fixed 
format, the dxfin format is free.
the specific assignment of group codes depends on the item being 
described in the file. however, the type of the value this group 
supplies is derived from the group code in the following way:
table 11-1. group code ranges
+================================+
| group code  | following value  |
| range       |                  |
|-------------|------------------|
| 0 - 9       | string           |
|-------------|------------------|
| 10 - 59     | floating-point   |
|-------------|------------------|
| 60 - 79     | integer          |
|-------------|------------------|
| 140 - 147   | floating-point   |
|-------------|------------------|
| 170 - 175   | integer          |
|-------------|------------------|
| 210 - 239   | floating-point   |
|-------------|------------------|
| 999         | comment (string) |
|-------------|------------------|
| 1010 - 1059 | floating-point   |
|-------------|------------------|
| 1060 - 1079 | integer          |
|-------------|------------------|
| 1000 - 1009 | string           |
+--------------------------------+

本新闻共5页,当前在第3页  1  2  3  4  5  

上一篇:drawing interchange and file formats(AutoCAD DXF 10.0版文件格式说明)
下一篇:探索NTFS
返回首页 | 联系我们 | 关于我们 | 招聘信息 | 友情链接 | 网站地图 | 合作伙伴
版权所有 北京北亚数据恢复中心
24小时免费咨询电话:4006-505-808 或 800-810-5880
中关村部:北京市海淀区中关村大街11号E世界A座832B室
皂君庙部:北京市海淀区学院南路68号吉安大厦C座(汇智楼)528室
京ICP备06061795