Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

Error --Part not changed since last regen

  • Thread starter Thread starter ssnivas
  • Start date Start date
S

ssnivas

Guest
Hi,


I am using Proe Wildfire 4.0. I am trying to load an assembly using J-Link java program. It got failed to load and displayed with the message "Part not changed since last regen". The same assembly or part is able open directly without J-Link program.


The piece of code is given below.
ModelDescriptor desc = pfcModel.ModelDescriptor_Create(ModelType.MDL_ASSEMBLY, "Ae39745.asm", null);


Model model
= session.RetrieveModel(desc);


please help me how to resolve this.





Thanks,


srinivas
 

Part and Inventory Search

Sponsor

Back
Top