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
Trying to use
gmsh.model.occ.addCircle(0.05, 0.15, 0, 0.01, 2)
gives
Error : Gmsh requires OpenCASCADE to add circle ERROR: LoadError: gmshModelOccAddCircle returned non-zero error code: 1
when using Gmsh. If I download the official Gmsh and use the gmsh.jl in the lib folder, everything works fine.
Gmsh
gmsh.jl
lib
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Trying to use
gives
when using
Gmsh
. If I download the official Gmsh and use thegmsh.jl
in thelib
folder, everything works fine.The text was updated successfully, but these errors were encountered: