更新:同步代码变更,修复iaop问题

This commit is contained in:
FishOrBear
2021-04-25 10:38:47 +08:00
parent 91bae565fd
commit e19f64a55d
139 changed files with 572 additions and 418 deletions

View File

@@ -1,4 +1,11 @@
import { DeepCloneFiler } from "./DeepCloneFiler";
import { ObjectId } from "./ObjectId";
export declare class WblockCloneFiler extends DeepCloneFiler {
}
/**
* 用于插入图纸,对所有的软引用变成硬引用,以保证所有的关联对象都能被插入进来
*/
export declare class WblockCloneFiler2 extends DeepCloneFiler {
WriteObjectId(id: ObjectId): this;
}
//# sourceMappingURL=WblockCloneFiler.d.ts.map