Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! 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);