With the classic UI, you are able to get ahold of the graphics property of a control and handle the Paint function to draw items on the canvas. Any way to accomplish this with the Kinetic UI?
It’s a browser you can embed an iframe and do whatever you want with it
Up to and including embed view with 3d rotate capabilities like the sketchup warehouse or thingiverse. Very possible works slick. Built a quick POC for this a while back. Uses this Online 3D Viewer
The drawing is dynamic based on the information from the dataviews that may not have been committed to the database. There are several triggers that invoke a redraw to update the graphic with the current entered information. Would this mean the entire dataset from the dataviews would need to be passed to the external web page for processing to return the updated graphic?
If you were dynamically drawing based on dataview info, you would have to find a control that works the same way but for the web. You can pass dataview info to any iframe