mxdraw 0.1.275 → 0.1.277
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/mxdraw.d.ts +1 -1
- package/dist/mxdraw.esm.js +1 -1
- package/dist/mxdraw.umd.js +1 -1
- package/package.json +1 -1
package/dist/mxdraw.d.ts
CHANGED
|
@@ -3340,7 +3340,7 @@ declare class McEdGetPointWorldDrawObject {
|
|
|
3340
3340
|
* ```
|
|
3341
3341
|
*
|
|
3342
3342
|
*/
|
|
3343
|
-
drawMcDbEntity(mcdbEntity: any): any;
|
|
3343
|
+
drawMcDbEntity(mcdbEntity: any, isUseDatabaseCurrentProperties?: boolean): any;
|
|
3344
3344
|
/**
|
|
3345
3345
|
* 绘制一个MxCAD数据库对象
|
|
3346
3346
|
* @param mcdbEntity MxCAD数据库对象
|