Open VIC-LKH opened 3 years ago
Confirmed.
Ok, I see. Thank you @tpaviot
But I dont know why it fails
I might use this function in this way, but I don't know why it fails too. If it is hard to find this bug, I will use another way to achieve the result I want.
Hard to say if it's a pythonocc or occt issue
I have seen other people's OCCT result before and it seemed that OCCT worked well. But I don't konw the version of OCCT they used. It's not convenient for me to test it in OCCT directly now and I don't know whether OCCT-7.5.1 can work well with this example or not.
Same result wih occt7.5.3. I think this is an occt bug which should be reported upstream.
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