pythonocc-demos
pythonocc-demos copied to clipboard
Displaying CAD in VTK
I'm not sure if this is the right place to look, but here's hoping.
I'm interested in using pythonocc to update existing CAD (e.g., add some lines/surfaces, mesh geometry) and display that alongside a VTK model inside a QVTKRenderWindowInteractor.
I looked through the examples and didn't see anything like that. Do you have any suggestions of how to do that or have an example (even if the data is not consistent)?
I was looking for the same thing and ran across this https://github.com/tpaviot/pythonocc-core/issues/651 no idea if it's still the case though.