使用 C# 查看 CAD 文档
CAD (Computer-Aided Design) drawings are normally used to create architectural plans and models using CAD software programs. Some of the well-known AutoCAD file formats are DWG, DXF, DGN, DWF. We discussed [viewing the CAD drawings using Java][1] in a separate article. Today, in this article, we will discuss how to programmatically view CAD files using C# within .NET applications. 本文简要介绍了以下主题:
- .NET API 来渲染 CAD 文件。 * 将 CAD 文件转换为 HTML、JPG、PNG 或 PDF。 * 获取 DWG 的布局和图层。 * 渲染 DWG 图纸的 CAD 图层。 * 渲染 DWG 图纸的 CAD 布局。 [继续阅读…][2]