F. S. Farimani
Mechanical
- Jul 17, 2020
- 9
Following this post, I am wondering if it is possible to have a "replicate" button in NX?
Sadly UG/NX has been passed over to so many different companies, and SIEMENS PLM deprecates functionalities quite often. As a result we end up with some designs containing deprecated features that are editable, but the UI is not accessible directly. In other words when one double clicks on the feature in the Part Navigator a GUI comes up allowing you to edit the feature's properties. So the function for the GUI panel should be still available. But there is no direct command to create that feature again.
There are plenty of programing interfaces in NX, though I am mostly interested in the NXOpen Python interface. It would be great if we could create a replicate button, where the user could select any feature in the Part Navigator and then the processes and the GUIs that would be used to create that feature would be invoked. For example, in this case, one could click on the SM Flange feature, and the GUI(s) to create a new one would be brought up letting the user to select the edge and the direction and other parameters again to replicate a new SM Flange.
Sadly UG/NX has been passed over to so many different companies, and SIEMENS PLM deprecates functionalities quite often. As a result we end up with some designs containing deprecated features that are editable, but the UI is not accessible directly. In other words when one double clicks on the feature in the Part Navigator a GUI comes up allowing you to edit the feature's properties. So the function for the GUI panel should be still available. But there is no direct command to create that feature again.
There are plenty of programing interfaces in NX, though I am mostly interested in the NXOpen Python interface. It would be great if we could create a replicate button, where the user could select any feature in the Part Navigator and then the processes and the GUIs that would be used to create that feature would be invoked. For example, in this case, one could click on the SM Flange feature, and the GUI(s) to create a new one would be brought up letting the user to select the edge and the direction and other parameters again to replicate a new SM Flange.