GiD - The personal pre and post processor

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

GiD_Event_AfterDataManagerConnect: will be called when the DataManager’s share has been mounted locally

proc GiD_Event_AfterDataManagerConnect { path } {
    # path = Unit in windows ( Z: for instance)
    # path = $HOME/GiD Cloud in linux or macOS
}


GiD_Event_AfterDataManagerDisconnect: will be called when the DataManager’s share has been dismounted. Note that if several GiD’s are launched, only the last GiD to quit will dismount the DataManager’s share and will trigger this event.

proc GiD_Event_AfterDataManagerDisconnect { } {
    # only the last GiD to quit will trigger this event.
}


  • No labels