示例#1
0
文件: SwAddin.cs 项目: yatli/sw2urdf
 public void RemoveCommandMgr()
 {
     iSwApp.RemoveMenu((int)swDocumentTypes_e.swDocASSEMBLY, "Export as URDF@&File", "");
     iSwApp.RemoveMenu((int)swDocumentTypes_e.swDocPART, "Export as URDF@&File", "");
 }