yadvdinesh
Aerospace
- Apr 13, 2015
- 31
I am writing an NXOpen Application using C++. The purpose of the application is to add seed part to components which are present in teamcenter but are not yet present in NX. That means there will be item id in teamcenter but it will not have any NXdataset/UG Master data. The NXOpen application should first check whether NXdata for a part exists or not. If yes then just load that part. If not then first set the seed part and then load the part. I can set the seed part and load the parts. But I am unable to check whether any NXdata set exists or not for a part. Can anyone suggest any method name from NXOpen to check it?