We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I am having troubles using occ functions, for example I was trying to run the example t16 from here t16.jl but I got this error
import Gmsh: gmsh gmsh.initialize() gmsh.model.add("t16") gmsh.model.occ.addBox(0,0,0, 1,1,1, 1)
import Gmsh: gmsh
gmsh.initialize()
gmsh.model.add("t16")
gmsh.model.occ.addBox(0,0,0, 1,1,1, 1)
gmshModelOccAddBox returned non-zero error code: 1
could you please help me finding out what am I doing wrong here?
many thanks, Andrea
The text was updated successfully, but these errors were encountered:
i downloaded libgmsh.so.4.8.4 from https://gmsh.info/bin/ and replaced libgmsh.so.4.4.1 in eps/usr/lib, that fixed the access to occ functions.
libgmsh.so.4.8.4
https://gmsh.info/bin/
libgmsh.so.4.4.1
eps/usr/lib
occ
However there is still something not working as if I try to open the gui gmsh.fltk.run() it crashes
gmsh.fltk.run()
Andrea
Sorry, something went wrong.
Works now with the new gmsh_jll version
gmsh_jll
Successfully merging a pull request may close this issue.
Hi,
I am having troubles using occ functions, for example I was trying to run the example t16 from here t16.jl but I got this error
import Gmsh: gmsh
gmsh.initialize()
gmsh.model.add("t16")
gmsh.model.occ.addBox(0,0,0, 1,1,1, 1)
gmshModelOccAddBox returned non-zero error code: 1
could you please help me finding out what am I doing wrong here?
many thanks,
Andrea
The text was updated successfully, but these errors were encountered: