lugan2
Mechanical
- Apr 10, 2013
- 42
Hi all
How to use NX C++API to save part's components selectively. For example, I have components A, B, C created in one program routine. And I want to save A and C, but not B.
How to implement it? Can we use UF_PART_close/UF_PART_open to do it? When I want to save one component, do UF_PART_open, otherwise UF_PART_close. Is it the way to do it?
Thanks
How to use NX C++API to save part's components selectively. For example, I have components A, B, C created in one program routine. And I want to save A and C, but not B.
How to implement it? Can we use UF_PART_close/UF_PART_open to do it? When I want to save one component, do UF_PART_open, otherwise UF_PART_close. Is it the way to do it?
Thanks