Do we get CAD close event when user closes CREO?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Do we get CAD close event when user closes CREO?
CAD close event is required.
- Labels:
-
ProToolkit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You can set the callback method using ProNotificationSet()
- Tags:
- api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I couldn't find any pre or post notification for CAD close event in Pro Toolkit which can be used with ProNotificationSet.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is ProMdlErasePreAction helps. I could see no close event. or you can use save the event.
There is not point in getting a close event when the model is closed. that's why PTC might not expose this event.
- Tags:
- nothin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I understand currently there is no such event available. I am interested in a particular case when the user closes the CAD while model is still open.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
user_terminate should help. As far I remember no event is fired, but if you want to distinguish between unload und exit you must prepare your xxxtk.dat.
I would assume that this functions will not allow to overwrite PTCs ones
ProCmdCmdIdFind()
ProCmdAccessFuncAdd()
ProCmdAccessFuncRemove()
ProCmdBracketFuncAdd()
