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
Traceback (most recent call last):
File "test.py", line 9, in <module>
part.save('part.stl', samples=2**20)
File "/usr/lib/python3.11/site-packages/sdf/d3.py", line 43, in save
return mesh.save(path, self, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/sdf/mesh.py", line 152, in save
points = generate(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/sdf/mesh.py", line 92, in generate
bounds = _estimate_bounds(sdf)
^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/site-packages/sdf/mesh.py", line 77, in _estimate_bounds
volume = sdf(P).reshape((len(X), len(Y), len(Z)))
^^^^^^
File "/usr/lib/python3.11/site-packages/sdf/d3.py", line 25, in __call__
return self.f(p).reshape((-1, 1))
...
File "/usr/lib/python3.11/site-packages/sdf/d3.py", line 25, in __call__
return self.f(p).reshape((-1, 1))
^^^^^^^^^
File "/usr/lib/python3.11/site-packages/sdf/dn.py", line 9, in f
d1 = a(p)
^^^^
File "/usr/lib/python3.11/site-packages/sdf/d3.py", line 25, in __call__
return self.f(p).reshape((-1, 1))
^^^^^^^^^
The text was updated successfully, but these errors were encountered:
results in
The text was updated successfully, but these errors were encountered: