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.

ProE event ProMdlRetrievePostAction

scrutinizer

New member
Does anybody know how to fire ProMdlRetrievePostAction event. When I call ProMdlRetrieve or ProMdlLoad this event does not occur. Thanks.
 
You have to register a function that will be called.

do this as follows:

ProNotificationSet(PRO_MDL_RETRIEVE_POST,(ProFunction)inst anceLoaded);



You defined instanceLoaded function to do what you need to do.
 

Sponsor

Articles From 3DCAD World

Back
Top