mxdraw 0.1.378 → 0.1.379
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
|
@@ -3553,7 +3553,7 @@ declare class McEdGetPointWorldDrawObject {
|
|
|
3553
3553
|
* ```
|
|
3554
3554
|
*
|
|
3555
3555
|
*/
|
|
3556
|
-
drawMcDbEntity(mcdbEntity: any, isUseDatabaseCurrentProperties?: boolean): any;
|
|
3556
|
+
drawMcDbEntity(mcdbEntity: any, isUseDatabaseCurrentProperties?: boolean, isUseEntityProperties?: boolean): any;
|
|
3557
3557
|
/**
|
|
3558
3558
|
* 绘制一个MxCAD数据库对象
|
|
3559
3559
|
* @param mcdbEntity MxCAD数据库对象
|