cafhach
cafhach
Is the speed of pyparsing adequate?
- geometry of surfaces can be accesses from face objects - geometry of curves can be accesses from edge objects Here's the documentation for the C++ interface. It's present in...
Have you tried to employ a prebuilt version of pythonocc-core instead, e.g. via conda?
I think this is not possible at the moment. There are two ways in which this could work but they require changes to the SWIG wrapper code: a) You could...
Can you post the content of `main.py`?
Are you using a remote desktop solution?
Can you run your program using software rendering (i.e. mesa) instead of hardware-accelerated opengl? According to https://docs.mesa3d.org/envvars.html you can enforce use of software rendering by setting env var LIBGL_ALWAYS_SOFTWARE export...
Just a theory: If the precision of your STL file was fully determined by the linear deflection (because it was so small) then `angular_deflection` could have no effect. You could...
Hi Fairyon, great work. The next step would be to create a pull request containing your extension for @tpaviot to oversee and potentially accept.
Open CASCADE describes a closed body as a "solid". Solids can share edges and faces with other solids. It's not guaranteed though that your input data actually describes shared faces/edges...