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
I am trying to make a box with tapered walls using the following code, however I get an error OCP.Standard.Standard_NoSuchObject: BRep_Tool:: no parameter on edge.
Traceback (most recent call last):
File "issue.py", line 8, in <module>
.shell(-0.5)
^^^^^^^^^^^
File ".venv\Lib\site-packages\cadquery\cq.py", line 1276, in shell
s = solidRef.shell(faces, thickness, kind=kind)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File ".venv\Lib\site-packages\cadquery\occ_impl\shapes.py", line 2848, in shell
shell_builder.MakeThickSolidByJoin(
OCP.Standard.Standard_NoSuchObject: BRep_Tool:: no parameter on edge
What I have tried as a workaround to this error
Strangely, no such error occurs when I change the taper from -10deg to +10deg and select the bottom face instead of the top face. The resulting model is exactly the same, as the expected result from the first code block, but upside down.
As a result, I do not understand by the first code does not work
To Reproduce
I am trying to make a box with tapered walls using the following code, however I get an error
OCP.Standard.Standard_NoSuchObject: BRep_Tool:: no parameter on edge
.Backtrace
What I have tried as a workaround to this error
Strangely, no such error occurs when I change the taper from -10deg to +10deg and select the bottom face instead of the top face. The resulting model is exactly the same, as the expected result from the first code block, but upside down.
As a result, I do not understand by the first code does not work
Environment
OS: Windows 10
Was CadQuery installed using Conda?: No, I installed it using pip.
Output of
conda list
from your active Conda environment:Using: PyCharm, CQ-Editor
The text was updated successfully, but these errors were encountered: