You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm afraid not. VTK does have a small corner for tkinter integration in their source code however is is disabled in the VTK wheels on PyPI so if you desperately wanted this functionality you would have to compile VTK from source (which is insanely hard work) but with custom build flags. There's an example of VTK tkinter code here but it won't work because VTK no longer contains the necessary components. Presumably it did in an older version but I can't find anything before VTK 8.1 which is too recent. I'd happily support tkinter if it weren't for this.
Are there any method to add stl display to tkinter window?
The text was updated successfully, but these errors were encountered: