mxcad API 文档 / MxCADWorldDraw
Class: MxCADWorldDraw
在 AutoCAD 中实现自定义的绘图逻辑,例如绘制图形、标注、符号等。
Table of contents
Constructors
Properties
Accessors
Methods
Constructors
constructor
• new MxCADWorldDraw(lPtrWorldDraw
)
构造函数
Parameters
Name | Type | Description |
---|---|---|
lPtrWorldDraw | number | 传递指向绘图设备的指针 |
Properties
imp
• Private
imp: any
内部对象实现
Accessors
trueColor
• get
trueColor(): McCmColor
Returns
• set
trueColor(val
): void
设置或获取颜色
Parameters
Name | Type | Description |
---|---|---|
val | McCmColor | 颜色对象(McCmColor) |
Returns
void
Methods
drawEntity
▸ drawEntity(entity
): void
绘制实例对象
Parameters
Name | Type |
---|---|
entity | McDbEntity |
Returns
void