!2547 开发:图标

pull/2548/head
林三 9 months ago committed by ChenX
parent f8a10cb47c
commit 63ccf87ff5

@ -1544,6 +1544,7 @@ export const CommandList: ICommand[] = [
chDes: "标注弧长",
},
{
icon: IconEnum.BoardInfoDim,
typeId: "dim",
defaultCustom: CommandNames.BoardInfoDim,
command: CommandNames.BoardInfoDim,

@ -241,5 +241,8 @@ export enum IconEnum
AssociationDrillLock = "AssociationDrillLock.svg",//关联排钻锁
AssociationDrillUnlock = "AssociationDrillUnlock.svg",//解除关联排钻锁
AllDrillUnlock = "AllDrillUnlock.svg",//解除所有锁
DrawGirder = "DrawGirder.svg"//画房梁
DrawGirder = "DrawGirder.svg",//画房梁
BoardInfoDim = "BoardInfoDim.svg",//板件标注
Modeling = "Modeling.svg",//一键建模
TemplateGroup = "TemplateGroup.svg"//组合模块
}

Loading…
Cancel
Save