Skip to content

Instantly share code, notes, and snippets.

@ipatch
Created November 24, 2025 15:47
Show Gist options
  • Select an option

  • Save ipatch/85288f1de0d7a5b2543b1a1dd1c6ae6d to your computer and use it in GitHub Desktop.

Select an option

Save ipatch/85288f1de0d7a5b2543b1a1dd1c6ae6d to your computer and use it in GitHub Desktop.
======================================================================
ERROR: test46 (CAMTests.TestPathOpUtil.TestPathOpUtil.test46)
Check offsetting multiple inside edges.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/code/git/github/forks/freecad-git/installs/issue.tshooting.qt6.py313/Mod/CAM/CAMTests/TestPathOpUtil.py", line 796, in test46
wire = PathOpUtil.offsetWire(Part.Wire(lEdges), obj.Shape, 2, True)
File "/opt/code/git/github/forks/freecad-git/installs/issue.tshooting.qt6.py313/Mod/CAM/Path/Op/Util.py", line 349, in offsetWire
debugWire("outside", Part.Wire(outside))
~~~~~~~~~^^^^^^^^^
Part.OCCError: BRep_API: command not done
======================================================================
ERROR: test47 (CAMTests.TestPathOpUtil.TestPathOpUtil.test47)
Check offsetting multiple backwards inside edges.
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/code/git/github/forks/freecad-git/installs/issue.tshooting.qt6.py313/Mod/CAM/CAMTests/TestPathOpUtil.py", line 834, in test47
wire = PathOpUtil.offsetWire(w, obj.Shape, 2, True)
File "/opt/code/git/github/forks/freecad-git/installs/issue.tshooting.qt6.py313/Mod/CAM/Path/Op/Util.py", line 349, in offsetWire
debugWire("outside", Part.Wire(outside))
~~~~~~~~~^^^^^^^^^
Part.OCCError: BRep_API: command not done
----------------------------------------------------------------------
Ran 748 tests in 9.589s
FAILED (errors=2, skipped=6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment