同步源码

This commit is contained in:
ChenX
2023-05-05 11:18:24 +08:00
parent 72cd78190b
commit b3cfd62996
94 changed files with 1179 additions and 539 deletions

View File

@@ -12,6 +12,7 @@ export declare enum IconEnum {
Circle = "Circle.svg",
PolyLine = "Polyline.svg",
Rectangle = "Rectangle.svg",
Ellipse = "Ellipse.svg",
Polygon = "polygon.svg",
Text = "Text.svg",
SpLine = "Spline.svg",
@@ -29,10 +30,12 @@ export declare enum IconEnum {
Door = "Door.svg",
YX = "YX.svg",
YXLK = "YXLK.svg",
ZXLK = "ZXLK.svg",
WineRack = "WineRack.svg",
SKT = "SKT.svg",
DimALigned = "DimAligned.svg",
DimLinear = "DimLinear.svg",
DimArc = "DimArc.svg",
DimAngle = "DimAngle.svg",
DimContinued = "DimContinued.svg",
Copy = "Copy.svg",
@@ -108,15 +111,18 @@ export declare enum IconEnum {
WireframeView = "WireframeView.svg",
SaveAs = "SaveAs.svg",
ConceptView = "ConceptView.svg",
ConceptualTransparent = "ConceptualTransparent.svg",
New = "New.svg",
AutoDim = "AutoDim.svg",
Entity = "Entity.svg",
ERPManage = "ERPManage.svg",
ERPManage2 = "ERPManage2.svg",
DXF = "DXF.svg",
SaveToDxf = "SaveToDxf.svg",
ModuleManage = "ModuleManage.svg",
QuotePrice = "QuotePrice.svg",
Reality = "Reality.svg",
PhysicalFrame = "PhysicalFrame.svg",
TemplateDesign = "TemplateDesign.svg",
Wireframe = "Wireframe.svg",
SplitOrder = "SplitOrder.svg",
@@ -200,8 +206,23 @@ export declare enum IconEnum {
DrawLWindow = "DrawLWindow.svg",
DrawLPWindow = "DrawLPCWindow.svg",
DrawUWindow = "DrawUWindow.svg",
DrawUWindow2 = "DrawUWindow2.svg",
DrawPWindow = "DrawPWindow.svg",
Gallery = "Gallery.svg"
DrawStraightWindow = "DrawStraightWindow.svg",
FrenchWindow = "FrenchWindow.svg",
CornerWindow = "CornerWindow.svg",
Gallery = "Gallery.svg",
Freeze = "Freeze.svg",
UnFreeze = "UnFreeze.svg",
ShareView = "ShareView.svg",
VSCustomNumber = "VSCustomNumber.svg",
TextModifyTool = "TextModifyTool.svg",
SwitchServers = "SwitchServers.svg",
ToggleViewFollow = "ToggleViewFollow.svg",
UnToggleViewFollow = "UnToggleViewFollow.svg",
ToggleSyncData = "ToggleSyncData.svg",
UnToggleSyncData = "UnToggleSyncData.svg",
VisibleInRender = "VisibleInRender.svg",
UnVisibleInRender = "UnVisibleInRender.svg",
TemplateCollection = "TemplateCollection.svg"
}
//# sourceMappingURL=IconEnum.d.ts.map