Continue to Site

Welcome to MCAD Central

Join our MCAD Central community forums, the largest resource for MCAD (Mechanical Computer-Aided Design) professionals, including files, forums, jobs, articles, calendar, and more.

Error --Part not changed since last regen

ssnivas

New member
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
 

Sponsor

Articles From 3DCAD World

Back
Top