增加户型部分
This commit is contained in:
17
types/Common/CommandNames.d.ts
vendored
17
types/Common/CommandNames.d.ts
vendored
@@ -2,9 +2,12 @@ export declare enum CommandNames {
|
||||
Puge = "PUGE",
|
||||
KJLExport = "KJLEXPORT",
|
||||
KJLImport = " KJLIMPORT",
|
||||
KJLCongfig = "KJLCONFIG",
|
||||
KJLMaterialMap = "KJLMATERIALMAP",
|
||||
Clearkjltoken = "CLEARKJLTOKEN",
|
||||
Group = "GROUP",
|
||||
DXFImport = "DXF",
|
||||
DWGImport = "DWG",
|
||||
Insert = "INSERT",
|
||||
Line = "LINE",
|
||||
XLine = "XLINE",
|
||||
@@ -35,6 +38,8 @@ export declare enum CommandNames {
|
||||
Erase = "ERASE",
|
||||
EraseNoSelect = "ERASENOSELECT",
|
||||
Break = "BREAK",
|
||||
BreakAll = "BREAKALL",
|
||||
DragGrip = "DRAGGRIP",
|
||||
Stretch = "STRETCH",
|
||||
SelectStretch = "SELECTSTRETCH",
|
||||
ZoomObject = "ZOOMOBJECT",
|
||||
@@ -262,6 +267,7 @@ export declare enum CommandNames {
|
||||
DownloadConfig = "DOWNLOADCONFIG",
|
||||
UploadConfig = "UPLOADCONFIG",
|
||||
TestM = "TESTM",
|
||||
TestFB = "TESTFB",
|
||||
Z0 = "Z0",
|
||||
M0 = "M0",
|
||||
PackageGroupMove0 = "PACKAGEGROUPMOVE0",
|
||||
@@ -275,6 +281,15 @@ export declare enum CommandNames {
|
||||
AxesTranslate = "AXESTRANSLATE",
|
||||
AxesRotate = "AXESROTATE",
|
||||
AxesScale = "AXESSCALE",
|
||||
GizmoCSSwith = "GIZMOCSSWITH"
|
||||
GizmoCSSwith = "GIZMOCSSWITH",
|
||||
DrawWall = "DRAWWALL",
|
||||
DrawWallInside = "DRAWWALLINSIDE",
|
||||
DrawRectWall = "DRAWRECTWALL",
|
||||
Curve2Wall = "CURVE2WALL",
|
||||
SetWallThick = "SETWALLTHICK",
|
||||
DrawIHole = "DRAWIHOLE",
|
||||
DrawLHole = "DRAWLHOLE",
|
||||
DrawUHole = "DRAWUHOLE",
|
||||
Gallery = "GALLERY"
|
||||
}
|
||||
//# sourceMappingURL=CommandNames.d.ts.map
|
Reference in New Issue
Block a user