Vahid44
Vahid44
Thank you very much, it totally solved my problem. I first extract the edges. And then from the edges construct a polygon. Is there any comprehensive documentation for pythonocc? Since...
Thank you very much, dear OkanPinar.
Hello @AnganMitra, and sorry for the late reply. The following code extracts the edges of the intersection of a plane and a shape. It extracts the edges and the points...
Thank you so much @Znunu , Is it possible to create the .py file using Linux, and then call it from a Python environment in Windows?
Hi, @Znunu I have the same problem I guess! I am trying to import a C++ library in Python using Cython following [this tutorial](https://realpython.com/python-bindings-overview/#cython), but there are some issues I...