Kristoffer Andersen
Kristoffer Andersen
Hi, sorry for reviving this old issue, but I thought since this is still open and closely related to my question I hope its okay. My question is that it...
Hey, for what its worth I am experimenting with adapting the SWIG bindings for OCCT 7.6.1. You can follow the progress in https://github.com/tpaviot/pythonocc-generator/issues/84
FWIW a while back I also experimented with moving pythonocc-core to v7.6 by modifying the [pythonocc-generator](https://github.com/Krande/pythonocc-generator) that updates the src directory in https://github.com/Krande/pythonocc-core/tree/v7.6.2a1. See issue tracker -> https://github.com/tpaviot/pythonocc-generator/issues/84 I also...
Thanks a lot @cafhach! Okay, then I will try to see if I can do something with the SWIG wrapper. If I find something I will let you know!
Thanks for the quick reply! I just started looking into the gamepad api and I came across [this](https://ipywidgets.readthedocs.io/en/latest/examples/Widget%20List.html#Controller) in the docs. using ``` import ipywidgets ipywidgets.Controller( index=0, ) ``` resulted...
No worries. I know how it is. I found something that might do the trick [here](https://stackoverflow.com/questions/40554839/pop-out-expand-jupyter-cell-to-new-browser-window). I will see if this together with the embed_snippet might do what I am...
Hi, I recently encountered this issue myself and was just curious about the workaround you (@benbovy) implemented? For now I opted for clearing my output and re-creating it: ``` from...
Note to self. Dataclasses + inheritance is not ideal since you loose control of re-ordering of positional arguments for subclasses. I.e. the primary data for `Beam` , `Plate` etc. classes...
Hey, any chance you have had time to look at adding support for OCCT 7.6.1 for pyOCCT? :) I recently started experimenting on adapting the SWIG bindings of pythonocc-core (which...
Thank you for responding so quickly, @trelau! Regarding `PythonOCC`. Yes, it uses a binding generator called pythonocc-generator . It seems that it requires some fine-tuning, so I have started the...