tgallifet
Mechanical
- Sep 20, 2006
- 7
The company will be migrating to NX from Creo.
We have several parameter-driven master/start parts and assemblies that make heavy use of Pro/Program. We have a separate application that generates text files. The files are read when regenerating the parts/assemblies, and the models automatically update/reconfigure.
We already found out that you can suppress features by expression, similar to Creo Pro/Program IF / END IF, which we use a lot.
One other function we often use in assemblies is to drive the assembled parts using parameters.
ADD PART (parameter_name)
It works like a charm if the part is assembled using its default coordinate system. When you use it within Windchill, it will automatically find the part and add it to your workspace.
Is there a similar function in NX? I tried to search for it but came up empty. It would be a major inconvenience if we had to manually replace every component and a new source of error due to manual input.
Thank you.
We have several parameter-driven master/start parts and assemblies that make heavy use of Pro/Program. We have a separate application that generates text files. The files are read when regenerating the parts/assemblies, and the models automatically update/reconfigure.
We already found out that you can suppress features by expression, similar to Creo Pro/Program IF / END IF, which we use a lot.
One other function we often use in assemblies is to drive the assembled parts using parameters.
ADD PART (parameter_name)
It works like a charm if the part is assembled using its default coordinate system. When you use it within Windchill, it will automatically find the part and add it to your workspace.
Is there a similar function in NX? I tried to search for it but came up empty. It would be a major inconvenience if we had to manually replace every component and a new source of error due to manual input.
Thank you.