Nahid Mubin
Mechanical
Renaming a NX file is really difficult. Where as it is very is to rename a solidworks file from Windows. You can right click on a solidworks file then rename the file solidworks conext menu (See the picture below).
If you rename through this process every part, assembly and drawing file connected to this renamed file, even if it hundreds or thousands, will be updated automatically and no link will be broken. So, I am thinking to develop such an option for Siemens NX. So, the process will be-
1. To Make a windows right mouse "NX" context menu which will provide a rename option
2. When a NX file will be renamed a (Python) Program/Journal will be run.
3. The program/Journal will collect all the files connected to this renamed file.
4. The program/Journal will Update the links of all the connected files.
But I don't have idea how to do this, specially for point 3 and 4. Can anyone give me some idea or advise how to do that?
If you rename through this process every part, assembly and drawing file connected to this renamed file, even if it hundreds or thousands, will be updated automatically and no link will be broken. So, I am thinking to develop such an option for Siemens NX. So, the process will be-
1. To Make a windows right mouse "NX" context menu which will provide a rename option
2. When a NX file will be renamed a (Python) Program/Journal will be run.
3. The program/Journal will collect all the files connected to this renamed file.
4. The program/Journal will Update the links of all the connected files.
But I don't have idea how to do this, specially for point 3 and 4. Can anyone give me some idea or advise how to do that?