mxcad 1.0.296 → 1.0.297

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
@@ -6638,6 +6638,22 @@ export declare class McDbBlockReference extends McDbEntity {
6638
6638
  * ```
6639
6639
  */
6640
6640
  clearSpatialFilterCache(): boolean;
6641
+ /**
6642
+ * 把块引用的属性拷到到另一个块引上,被拷贝的块引用必须在图形数据库中。
6643
+ * @returns
6644
+ * @example
6645
+ * ```ts
6646
+ * ```
6647
+ */
6648
+ copyAttribute(to: McDbBlockReference): boolean;
6649
+ /**
6650
+ * 删除块引用的所有属性
6651
+ * @returns
6652
+ * @example
6653
+ * ```ts
6654
+ * ```
6655
+ */
6656
+ eraseAllAttribute(): void;
6641
6657
  }
6642
6658
  /**
6643
6659
  * 表示一个 CAD 图块的剪切边界对象