开发:增加导出类型

This commit is contained in:
ChenX
2022-11-09 11:26:00 +08:00
parent e74917cf54
commit 481587b834
114 changed files with 10752 additions and 9776 deletions

View File

@@ -9,6 +9,7 @@ export declare class SymbolTable extends CADObject {
Symbols: Map<string, SymbolTableRecord>;
Add(record: SymbolTableRecord, isCheckObjectCleanly?: boolean): Status;
Remove(record: SymbolTableRecord): void;
Destroy(): void;
GetAt(name: string): SymbolTableRecord | undefined;
Has(name: string): boolean;
AllocateName(name: string): string;