| Mode Change can be caught with the event "AfterUpdateGrObjects", current modename can be retrieved with CC "Modeling" GET_VIEW_MODE. Copy the sample code below in the external coupling attribute of the library to proceed.
ON_EVENT "AfterUpdateGrObjects" { CC "Modeling" debug GET_VIEW_MODE } |
|