增加户型部分
This commit is contained in:
2
types/DatabaseServices/Database.d.ts
vendored
2
types/DatabaseServices/Database.d.ts
vendored
@@ -1,6 +1,5 @@
|
||||
import { Vector3 } from 'three';
|
||||
import { DuplicateRecordCloning } from '../Common/Status';
|
||||
import { BlockTable } from './BlockTable';
|
||||
import { BlockTableRecord } from './BlockTableRecord';
|
||||
import { CADFiler } from './CADFiler';
|
||||
import { CADObject } from './CADObject';
|
||||
@@ -23,7 +22,6 @@ import { WblockCloneFiler } from './WblockCloneFiler';
|
||||
export declare class Database {
|
||||
private defaultDatabase;
|
||||
hm: HistoricManage;
|
||||
BlockTable: BlockTable;
|
||||
MaterialTable: MaterialTable;
|
||||
TextureTable: TextureTable;
|
||||
TemplateTable: TemplateTable;
|
||||
|
Reference in New Issue
Block a user