2021-01-28 10:17:21 +08:00
|
|
|
import { DeepCloneFiler } from "./DeepCloneFiler";
|
2022-02-16 11:15:31 +08:00
|
|
|
import { ObjectId } from "./ObjectId";
|
2021-01-28 10:17:21 +08:00
|
|
|
export declare class WblockCloneFiler extends DeepCloneFiler {
|
|
|
|
}
|
2022-02-16 11:15:31 +08:00
|
|
|
/**
|
|
|
|
* 用于插入图纸,对所有的软引用变成硬引用,以保证所有的关联对象都能被插入进来
|
|
|
|
*/
|
|
|
|
export declare class WblockCloneFiler2 extends DeepCloneFiler {
|
|
|
|
WriteObjectId(id: ObjectId): this;
|
|
|
|
}
|
2021-01-28 10:17:21 +08:00
|
|
|
//# sourceMappingURL=WblockCloneFiler.d.ts.map
|