API ドキュメンテーション > Manufacturing > Object ProRmdt > Callback ProRmdtCavLayoutPreAction
Callback ProRmdtCavLayoutPreAction
Description
This is the notification function called before the cavity layout dialog.
This function is to be supplied by the user by calling ProNotificationSet() with the notify type PRO_RMDT_CAV_LAYOUT_PRE.
Synopsis
#include <ProRmdt.h>
(*ProRmdtCavLayoutPreAction)
(
ProMoldLayout mold_layout
/* (In)
The handle to the mold layout
*/
)
Returns
Successful exit from this function.
Other
An error was encountered. The cavity layout dialog will not be called.
See Also
User Guide References
これは役に立ちましたか?