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 "/home/ccaveayl/projects/Solidity-GUI/experiment.py", line 15, in
geom.add_surface(cv)
File "/home/ccaveayl/projects/Solidity-GUI/.venv/lib/python3.10/site-packages/pygmsh/common/geometry.py", line 92, in add_surface
return Surface(self.env, *args, **kwargs)
File "/home/ccaveayl/projects/Solidity-GUI/.venv/lib/python3.10/site-packages/pygmsh/common/surface.py", line 29, in init
self._id = env.addSurfaceFilling([self.curve_loop._id])
File "/usr/share/gmsh/api/python/gmsh.py", line 7078, in addSurfaceFilling
c_int(wireTag),
TypeError: 'list' object cannot be interpreted as an integer
Minimal example:
This gives:
Running the above but using the geo kernel works fine. The underlying cause seems to be differing arguments for gmsh.model.geo.addSurfaceFilling and gmsh.model.occ.addSurfaceFilling.
The text was updated successfully, but these errors were encountered: