mxcad 1.0.353 → 1.0.354

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/mxcad.d.ts CHANGED
@@ -12304,6 +12304,13 @@ export declare class McObject {
12304
12304
  * ```
12305
12305
  */
12306
12306
  deleteLayout(sName: string): boolean;
12307
+ /**
12308
+ * 布局改名
12309
+ * @example
12310
+ * ```ts
12311
+ * ```
12312
+ */
12313
+ layoutRename(sName: string, sToName: string): boolean;
12307
12314
  /**
12308
12315
  * 绘制直线
12309
12316
  * @param dX1 起点 X 坐标