PythonEventHooks
Canonical path: NemAll_Python_AllplanSettings.PythonEventHooks
Bases: Enum
Defintion of the Python event hooks
ePostAllplanStart : Event that is sent after Allplan is started ePreAllplanClose : Event that is sent before Allplan is closed ePostDrawingFilesLoad: Event that is sent after new drawing files are loaded ePreDrawingFilesSave : Event that is sent before the drawing files are saved ePostProjectLoad : Event that is send after a new project is loaded ePreProjectClose : Event that is send before a project is closed ePostDocumentUpdate : Event that is send after a document update
Attributes:
-
ePostAllplanStart– -
ePostDocumentUpdate– -
ePostDrawingFilesLoad– -
ePostProjectLoad– -
ePreAllplanClose– -
ePreDrawingFilesSave– -
ePreProjectClose–
Placeholder