Community Tip - Learn all about the Community Ranking System, a fun gamification element of the PTC Community. X
When running Pro/Engineer in Asynchronous mode with no_graphics option, can I use the following functions?
pfcModel.ModelActionListener.OnAfterModelRetrieveAll()
or
pfcModel.ModelActionListener.OnAfterModelRetrieve()
If so, how can I use it? Can I get some sample code?
For retrieving the model I am using,
proeSession.RetrieveModelWithOpts(proeModelDescriptor, opts);
