#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 = 1
CAD 单位值枚举
最新推荐文章于 2025-07-24 11:33:19 发布
本文深入探讨了在CAD.NET中如何使用和理解单位值枚举,详细解析了不同单位类型及其在CAD应用中的作用,帮助开发者更精确地处理CAD数据。

最低0.47元/天 解锁文章
756

被折叠的 条评论
为什么被折叠?



