mxcad API 文档 / McRxObject
Class: McRxObject
表示一个 Rx 对象的基类。
Hierarchy
McRxObject
Table of contents
Constructors
Properties
Accessors
Methods
Constructors
constructor
• new McRxObject(imp?
)
构造函数。
Parameters
Name | Type | Description |
---|---|---|
imp? | any | 内部实现对象。 |
Properties
imp
• imp: any
= 0
内部实现对象。
Accessors
dxf0
• get
dxf0(): string
获取 DXF 代码 0 的值。
Returns
string
objectName
• get
objectName(): string
获取对象名称。
Returns
string
Methods
constructor_MxCADResbuf
▸ Protected
constructor_MxCADResbuf(imp
): void
Parameters
Name | Type |
---|---|
imp | any |
Returns
void
getImp
▸ getImp(): any
获取内部实现对象。
Returns
any
内部实现对象。
getJson
▸ getJson(): string
获取 JSON 格式的字符串。
Returns
string
JSON 格式的字符串。
initTempObject
▸ initTempObject(imp
): void
初始化临时对象。
Parameters
Name | Type | Description |
---|---|---|
imp | any | 内部实现对象。 |
Returns
void
isKindOf
▸ isKindOf(sObjectName
): boolean
Parameters
Name | Type |
---|---|
sObjectName | string |
Returns
boolean
isNull
▸ isNull(): any
Returns
any
setJson
▸ setJson(str
): boolean
设置 JSON 格式的字符串。
Parameters
Name | Type | Description |
---|---|---|
str | string | JSON 格式的字符串。 |
Returns
boolean
是否设置成功。