你不会连dwg文件是什么都不知道吧?
Reply From: Gorman, Ray Date: Oct/28/03 - 13:49 (GMT)
Re: dwl? That is a lock file that Acad creates no matter where it is opened from. It prevents others from modifying the file while it is open. Doesn't matter that it is not on the network, it will create one in the current working directory. It goes away when the drawing has been closed properly. It will stay if Acad crashes... which never happens, right?
可以将图形输出为 DXF(图形交换格式)文件。DXF 文件是包含图形信息的文本文件,其他的 CAD 系统可以读取文件中的信息。 如果其他人正使用能够识别 DXF 文件的 CAD 程序,那么以 DXF 格式保存图形就可以共享该图形。
控制 DXF 格式的浮点精度最多可达 16 位小数,并可以 ASCII 格式或二进制格式保存该图形。如果不想保存整个图形, 可以只输出选定对象以删除无关的材质。
可以使用 AutoCAD 创建 Web 图形格式 (DWF) 文件。DWF 文件是二维矢量文件,用户可使用这种格式在 Web 或 Intranet 网络上发布 AutoCAD 图形。任何人都可以使用 Volo? View? 或 Autodesk? Express Viewer? 打开、查看和打印 DWF 文件。 使用 Volo View 或 Autodesk Express Viewer,还可以在 Microsoft Internet Explorer 5.01 或更高版本中查看 DWF 文件。 DWF 文件支持实时平移和缩放以及对图层和命名视图显示的控制。