更新版本
This commit is contained in:
2
types/DatabaseServices/Database.d.ts
vendored
2
types/DatabaseServices/Database.d.ts
vendored
@@ -1,5 +1,6 @@
|
||||
import { Vector3 } from 'three';
|
||||
import { DuplicateRecordCloning } from '../Common/Status';
|
||||
import { AlignLineGroupTable } from './AlignLine/AlignLineGroupTable';
|
||||
import { BlockTableRecord } from './BlockTableRecord';
|
||||
import { CADFiler } from './CADFiler';
|
||||
import { CADObject } from './CADObject';
|
||||
@@ -30,6 +31,7 @@ export declare class Database {
|
||||
TemplateTable: TemplateTable;
|
||||
GroupTable: GroupTable;
|
||||
ProcessingGroupTable: ProcessingGroupTable;
|
||||
AlignLineGroupTable: AlignLineGroupTable;
|
||||
DimStyleTable: DimStyleTable;
|
||||
ModelSpace: BlockTableRecord;
|
||||
LayoutSpace: BlockTableRecord;
|
||||
|
Reference in New Issue
Block a user