AnyCAD Rapid API 2026
Help you to create a better world!
载入中...
搜索中...
未找到
AnyCAD.Drawing.DbLeader类 参考

引线实体 更多...

类 AnyCAD.Drawing.DbLeader 继承关系图:
AnyCAD.Drawing.DbEntity AnyCAD.Drawing.DbObject

Public 成员函数

 DbLeader (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
DbLeader clone (DbObject obj, DbDatabase db)
 
- Public 成员函数 继承自 AnyCAD.Drawing.DbEntity
 DbEntity (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
- Public 成员函数 继承自 AnyCAD.Drawing.DbObject
 DbObject (global::System.IntPtr cPtr, bool cMemoryOwn)
 仅供内部使用
 
void Dispose ()
 
virtual string getObjectName ()
 获取对象名称
 
virtual EnumDbObjectType getObjectType ()
 获取对象类型枚举
 
virtual string getSubclassMarker ()
 获取子类标记
 
virtual bool hasDynamicSubclass ()
 是否有动态子类
 
string toString ()
 转换为字符串格式
 
DbXData getXData ()
 获取扩展数据
 
virtual bool copy (DbObject obj)
 复制对象
 

静态 Public 成员函数

static DbLeader Cast (DbObject obj)
 
static DbLeader create (DbDatabase db, ObjectId handle)
 
static DbLeader create (DbDatabase db)
 
static DbLeader create (DbBlockTableRecord block)
 

属性

int CreationType [get, set]
 注释类型0: MTEXT, 1: TOLERANCE, 2: INSERT, 3: None
 
int PathType [get, set]
 路径类型0: straight lines, 1: spline
 
string AnnotationStyleName [get, set]
 注释样式名称
 
bool HookLineDirection [get, set]
 钩线方向
 
bool HasHookline [get, set]
 是否有钩线
 
short ArrowHeadColor [get, set]
 箭头颜色
 
DbXYZList Vertices [get, set]
 顶点列表
 
DbXYZ Normal [get, set]
 法向量/挤出方向
 
DbXYZ HorizontalDirection [get, set]
 X 方向
 
DbXYZ BlockOffset [get, set]
 块偏移
 
DbXYZ AnnotationOffset [get, set]
 注释偏移
 
double TextHeight [get, set]
 文本高度
 
double TextWidth [get, set]
 文本宽度
 
bool ArrowHeadEnabled [get, set]
 箭头是否启用
 
ObjectId AnnotationHandle [get, set]
 关联注释句柄
 
ObjectId DIMSTYLEHandle [get, set]
 标注样式句柄
 
- 属性 继承自 AnyCAD.Drawing.DbEntity
string LayerName [get, set]
 图层名称
 
ObjectId LayerHandle [get, set]
 图层对象ID
 
string LineTypeName [get, set]
 线型名称
 
ObjectId LineTypeHandle [get, set]
 线型对象ID
 
DbColor EntityColor [get, set]
 颜色(统一处理索引颜色和真彩色)
 
string BookColorName [get, set]
 颜色名称
 
EnumLineWeightType LineWeight [get, set]
 线宽
 
double LineTypeScale [get, set]
 线型比例
 
bool IsInvisible [get, set]
 是否可见
 
DbTransparency TransparencyValue [get, set]
 透明度
 
ObjectId MaterialHandle [get, set]
 材质对象ID
 
double Thickness [get, set]
 厚度
 
DbXYZ Normal [get, set]
 法向量
 
- 属性 继承自 AnyCAD.Drawing.DbObject
DbDatabase Document [get, set]
 所属文档
 
ObjectId Handle [get, set]
 对象ID
 
DbObject Owner [get, set]
 所有者对象指针
 

详细描述

引线实体

Leader 是带箭头的注释引线,通常用于指向图形中的特定位置并添加注释。