同步源码

This commit is contained in:
ChenX
2023-04-20 15:08:17 +08:00
parent 6ce49f3885
commit 72cd78190b
61 changed files with 351 additions and 404 deletions

View File

@@ -58,6 +58,7 @@ export declare enum CommandNames {
Save = "SAVE",
SaveAs = "SAVEAS",
SaveToLocal = "SAVETOLOCAL",
SaveToDxf = "SAVETODXF",
New = "NEW",
Open = "OPEN",
OpenHistory = "OPENHISTORY",
@@ -331,6 +332,7 @@ export declare enum CommandNames {
UnFreeze = "UNFREEZE",
ShareView = "SHAREVIEW",
VisibleInRender = "VISIBLEINRENDER",
UnVisibleInRender = "UNVISIBLEINRENDER"
UnVisibleInRender = "UNVISIBLEINRENDER",
SendCADFileToKF = "SENDCADFILETOKF"
}
//# sourceMappingURL=CommandNames.d.ts.map