pythonocc-core
pythonocc-core copied to clipboard
Where Can I find the documentation PythonOCC 7.7.2
There is only old version documentation in pyhonocc portal or others.
Please, let me know where I can get leaset documentation
Start with the pythonocc-demos to get familiar with the api (https://github.com/tpaviot/pythonocc-demos). Demos are always up to date with latest developments. In case you face issues, please refer to upstream documentation (https://dev.opencascade.org/doc/overview/html/), pythonocc is basically a way to access this library using python
I also suffer from a lack of documentation. Are there any pythonocc examples related to Ocaf? Ocaf is relatively complex to understand; I don't know C++ either, so I can't understand the concept. If you can add some examples about creating file hierarchies, It would be really helpful for me.