Are there any plans or desire to include SMESH (from Salome Platform) as part of pythonocc-core? I think it was included many years ago. I've been working on pyOCCT and pySMESH in the background but ...
I have found this example in this repository really helpful and tried it on my own CAD file 'three_puzzles_203.STEP' with the following code: import os from OCC.Display.WebGl import x3dom_renderer ...