同步最新的WebCAD代码,包括窗户与材质槽
This commit is contained in:
4
types/DatabaseServices/Database.d.ts
vendored
4
types/DatabaseServices/Database.d.ts
vendored
@@ -21,7 +21,7 @@ import { TemplateTable } from './Template/TemplateTable';
|
||||
import { TextureTable } from './TextureTable';
|
||||
import { WblockCloneFiler } from './WblockCloneFiler';
|
||||
export declare class Database {
|
||||
private defaultDatabase;
|
||||
IsDefaultDatabase: boolean;
|
||||
hm: HistoricManage;
|
||||
MaterialTable: MaterialTable;
|
||||
TextureTable: TextureTable;
|
||||
@@ -39,7 +39,7 @@ export declare class Database {
|
||||
DefaultMaterial: PhysicalMaterialRecord;
|
||||
private idIndex;
|
||||
private idMap;
|
||||
constructor(buildDefaultDrawing?: boolean, defaultDatabase?: boolean, disableHistoric?: boolean);
|
||||
constructor(buildDefaultDrawing?: boolean, IsDefaultDatabase?: boolean, disableHistoric?: boolean);
|
||||
private InitDimStyle;
|
||||
private InitMaterial;
|
||||
private InitLight;
|
||||
|
Reference in New Issue
Block a user