skip to Main Content

Save markups to database on close event – Reactjs

I am attempting to insert markups data into a cloud database by utilizing Autodesk.Viewing.TOOL_CHANGE_EVENT. However, it appears that this event is triggered before the markups data is extracted via `markupsExtension.generateData() //Make sure the extentions loaded viewer?.current?.loadModel(path.urlPath, {}, function onSuccess() {…

VIEW QUESTION
Back To Top
Search