Debugging shell with check().

Here's the place for discussion related to coding in FreeCAD, C++ or Python. Design, interfaces and structures.
Forum rules
Be nice to others! Respect the FreeCAD code of conduct!
Post Reply
keithsloan52
Veteran
Posts: 2764
Joined: Mon Feb 27, 2012 5:31 pm

Debugging shell with check().

Post by keithsloan52 »

I am trying to debug some code that creates a shell.
When I run shell.check() I get the following

Code: Select all

Traceback (most recent call last):
  File "/usr/share/freecad/Mod/GDML/GDMLObjects.py", line 931, in execute
    shell.check()
<class 'ValueError'>: Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
Unorientable shape
No error
But unclear what this is telling me and how to progress.
Post Reply