Trevor Laughlin
Trevor Laughlin
@jf--- master branch is updated to occt 7.4.0 (and smesh) and CI for windows and linux py 3.6 to 3.8. i experimented with osx support but didn't get the CI...
I would like to support OSX, but I work on Windows and find it tough and very slow to debug for other platforms since I have to rely on the...
Do you happen to have an example script that reproduces the issue using AIS_InteractiveContext::EntityOwners? I think I can bind the missing type, but would like a reproducible example to make...
This seems pretty low-level, what are you trying to achieve?
this might be relevant? https://pybind11.readthedocs.io/en/stable/advanced/pycpp/utilities.html#capturing-standard-output-from-ostream and https://www.opencascade.com/doc/occt-7.4.0/refman/html/_standard___o_stream_8hxx.html
hmm....my first thought is 2....i think at the moment Standard_OStream is just skipped in the binder https://github.com/LaughlinResearch/pyOCCT/blob/1c354c2ffb92f5c49d0a4f1c7a26a6483c8b2b9f/binder/config.txt#L118 so, seems like if we just bind Standard_OStream...then we just create one in...
Not able to look at it closely yet, but the DRAW packages are not wrapped in pyOCCT. Maybe you can read the STL and build the Mesh manually starting from...
cool. if you have success you're welcome to share code or file here and i'll it to the examples and test database.
Hi @Krande . I was working on a new version of the binding generator and applying it to 7.6. Although, that was a at least a few months ago and...
Here is the (very much still WIP) new binding generator https://github.com/trelau/pybinder