You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
hello, thank you for providing a very nice python interface to OpenCasCade. When I used the BRepPrimAPI_MakeTorus function in pythonocc to make a Torus, I encountered a problem. Here is my code:
When the torus was displayed on my screen, the result was different from what I want. The result of code execution was just like this:
But what I want is just like this (the same as what has been described in Users' Guides in OpenCasCade Technology 7.5.0):
The version of pythonocc I use is 7.5.1 and Python is 3.7.10. Is my understanding of Users' Guides wrong? or is there a bug in Pythonocc-7.5.1 code ? @tpaviot