-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
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
Weird black lines when using plot_nodal_solution or animate_nodal_solution #57
Comments
Appears to be due to the normals calculated when enabling smooth shading. Try |
Thanks, it works perfectly! Maybe that could be thrown in as a default value (if this is widespread at all), but throwing that option in the function call is a really quick an easy fix! |
I think changing that to default is a good idea since there's some funky behavior that happens in other plots as well. |
Fixes #57. Made smooth_shading=False by default. This is the most we can do in pymapdl-reader without changing pyvista.
Fixes #57. Made smooth_shading=False by default. This is the most we can do in pymapdl-reader without changing pyvista.
Hi,
I've just updated my pyansys installation from 0.58.9 to 0.59.3 and with the update, it seems like both of these reader functions are not functioning as well as they did before. When plotting results, now some black lines appear, worsening the view of solids and surfaces, and even completely obscuring the view of the result along line bodies.
A couple of images of this behaviour for reference:
Surface body -
Line body -
The text was updated successfully, but these errors were encountered: