开发:增加导出类型
This commit is contained in:
6
types/DatabaseServices/Database.d.ts
vendored
6
types/DatabaseServices/Database.d.ts
vendored
@@ -5,6 +5,7 @@ import { CADFiler } from './CADFiler';
|
||||
import { CADObject } from './CADObject';
|
||||
import { CameraSnapshootRecord } from './CameraSnapshoot/CameraSnapshootRecord';
|
||||
import { DeepCloneFiler } from './DeepCloneFiler';
|
||||
import { DimStyleTable } from './DimStyle/DimStyleTable';
|
||||
import { GroupTable } from './GroupTable';
|
||||
import { HistoricManage } from './HistoricManage';
|
||||
import { IdMaping } from './IdMaping';
|
||||
@@ -27,6 +28,7 @@ export declare class Database {
|
||||
TemplateTable: TemplateTable;
|
||||
GroupTable: GroupTable;
|
||||
ProcessingGroupTable: ProcessingGroupTable;
|
||||
DimStyleTable: DimStyleTable;
|
||||
ModelSpace: BlockTableRecord;
|
||||
LayoutSpace: BlockTableRecord;
|
||||
Lights: BlockTableRecord;
|
||||
@@ -38,8 +40,10 @@ export declare class Database {
|
||||
private idIndex;
|
||||
private idMap;
|
||||
constructor(buildDefaultDrawing?: boolean, defaultDatabase?: boolean, disableHistoric?: boolean);
|
||||
private InitDimStyle;
|
||||
private InitMaterial;
|
||||
private InitLight;
|
||||
SettingDefaultMaterial(): void;
|
||||
SettingDefaultStyleAndMaterial(): void;
|
||||
Destroy(): void;
|
||||
FileWrite(file?: CADFiler): CADFiler;
|
||||
FileRead(file: CADFiler): this;
|
||||
|
Reference in New Issue
Block a user