!2557 新增:顶部工具栏增加一键建模图标

pull/2554/MERGE
林三 9 months ago committed by ChenX
parent b45ad013ed
commit 0ffacc41b3

@ -167,6 +167,7 @@ export class TopToolBar extends React.Component<{}, {}>
]; ];
store.iconList.template = [ store.iconList.template = [
{ svg: IconEnum.TemplateDesign, title: "模板设计", command: CommandNames.TemplateDesign }, { svg: IconEnum.TemplateDesign, title: "模板设计", command: CommandNames.TemplateDesign },
{ svg: IconEnum.Modeling, title: "一键建模", command: CommandNames.Modeling },
// { svg: IconEnum.TemplateReplace, title: "模板替换", command: "" }, //在模块管理器的右下角 // { svg: IconEnum.TemplateReplace, title: "模板替换", command: "" }, //在模块管理器的右下角
{ svg: IconEnum.DrawVSBox, title: "绘制空间", command: CommandNames.DrawVSBOX }, { svg: IconEnum.DrawVSBox, title: "绘制空间", command: CommandNames.DrawVSBOX },
{ svg: IconEnum.Curve2VSBox, title: "线框变空间", command: CommandNames.Curve2VSBox }, { svg: IconEnum.Curve2VSBox, title: "线框变空间", command: CommandNames.Curve2VSBox },

Loading…
Cancel
Save