#region 程序集 acdbmgd.dll, v20.1.0.0
// C:\Program Files\Autodesk\AutoCAD 2016\acdbmgd.dll
#endregion
using Autodesk.AutoCAD.Runtime;
using System;
using System.ComponentModel;
namespace Autodesk.AutoCAD.DatabaseServices
{
[TypeConverter(typeof(UnitsConverter))]
[Wrapper("AcDb::UnitsValue")]
public enum UnitsValue
{
// 未定义
Undefined = 0,
// 英寸
Inches =
CAD 单位值枚举
最新推荐文章于 2023-01-13 09:26:16 发布
本文深入探讨了在CAD.NET中如何使用和理解单位值枚举,详细解析了不同单位类型及其在CAD应用中的作用,帮助开发者更精确地处理CAD数据。
摘要由CSDN通过智能技术生成