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
Just looking at the source, it is pretty easy to see how this error manifest's but I don't know enough about the rest of the source to see exactly why.
Please complete the following information):
OS: Windows
GEOUNED version: 1.2.0
Python version: 3.11
Additional context
Of note (and possible related), I changed line 253 of boolean_solids.py to :
if len(surfaceList) > 0 and type(surfaces[surfaceList[0]]) is GeounedSurface:
for s in surfaceList:
ss = surfaces[s]
ss.__boundBox__ = Box.BoundBox
ss.build_surface()
Because I was also getting a tuple IndexError
The text was updated successfully, but these errors were encountered:
Describe the bug
Using all default options except
forceNoOverlap=True
results in the traceback presented belowError message
Just looking at the source, it is pretty easy to see how this error manifest's but I don't know enough about the rest of the source to see exactly why.
Please complete the following information):
Additional context
Of note (and possible related), I changed line 253 of
boolean_solids.py
to :Because I was also getting a tuple
IndexError
The text was updated successfully, but these errors were encountered: