tpaviot / pythonocc-demos

Examples and demos for the pythonocc CAD package
219 stars 117 forks source link

Displaying CAD in VTK #20

Open SteveDoyle2 opened 4 years ago

SteveDoyle2 commented 4 years ago

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)?

insert-username commented 1 year ago

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.