2021-03-0407:13 PM - last edited on 2021-09-1409:57 AM by Noemi Balogh
I get an API_NotifyElementType * returned by my ElementEventHandlerProc(const API_NotifyElementType *elemType) function
From there I need to get to a ModelerAPI::Element
I know I can get an API_Element from the API_NotifyElementType *, but that is not the object type I need (unless I can get from API_Element to ModelerAPI::Element)