yadvdinesh
Aerospace
- Apr 13, 2015
- 31
I am working on an NXOpen application(C++) to copy all the parts from a subassy & paste those parts in another sub assy. Both the subassys are under the same root component. the requirement is such that when the parts are copy pasted from one subassy to another, parts should get pasted exactly at the same location where original parts are present. When I am trying to copy parts on clipboards using CreateCopyCutBuilder in NX I am getting memory access violation error. Attached is the code fragment. Can anyone pz suggest me where I am going wrong or is there any other way by which I can meet my requirement