Community Tip - Did you know you can set a signature that will be added to all your posts? Set it here! 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);
