更新:同步代码变更,修复iaop问题
This commit is contained in:
3
types/DatabaseServices/Database.d.ts
vendored
3
types/DatabaseServices/Database.d.ts
vendored
@@ -17,6 +17,7 @@ import { PhysicalMaterialRecord } from './PhysicalMaterialRecord';
|
||||
import { ProcessingGroupTable } from './ProcessingGroup/ProcessingGroupTable';
|
||||
import { TemplateTable } from './Template/TemplateTable';
|
||||
import { TextureTable } from './TextureTable';
|
||||
import { WblockCloneFiler } from './WblockCloneFiler';
|
||||
interface OwnerContainer {
|
||||
Add(object: any, isCheckObjectCleanly?: boolean): void;
|
||||
}
|
||||
@@ -67,7 +68,7 @@ export declare class Database {
|
||||
* @param owner 克隆对象的新容器
|
||||
* @param idMap id映射
|
||||
*/
|
||||
WblockCloneObejcts(objects: CADObject[], owner: OwnerContainer, idMap: IdMaping, drc: DuplicateRecordCloning): CADObject[];
|
||||
WblockCloneObejcts(objects: CADObject[], owner: OwnerContainer, idMap: IdMaping, drc: DuplicateRecordCloning, filer?: WblockCloneFiler): CADObject[];
|
||||
/**
|
||||
* 克隆引用对象 WriteHardObjectId
|
||||
*/
|
||||
|
Reference in New Issue
Block a user