Skip to content
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

Plot of quadratic cells #704

Closed
adtzlr opened this issue Mar 16, 2024 · 0 comments · Fixed by #705
Closed

Plot of quadratic cells #704

adtzlr opened this issue Mar 16, 2024 · 0 comments · Fixed by #705
Assignees
Labels
bug Something isn't working
Milestone

Comments

@adtzlr
Copy link
Owner

adtzlr commented Mar 16, 2024

Try to implement a fix to hide the internal edges, see pyvista/pyvista#5777.

We need something like

plotter = FieldContainer.plot(hide_internal_edges=True, nonlinear_subdivision=1)

or (more pyvista-like)

plotter = FieldContainer.plot(extract_surface=True, show_edges=True, nonlinear_subdivision=1)

where the edges are shown as feature_edges of a separated mesh if extract_surface=True. Tbh, I don't know what side-effects extract_surface() has.

@adtzlr adtzlr added the bug Something isn't working label Mar 16, 2024
@adtzlr adtzlr self-assigned this Mar 16, 2024
@adtzlr adtzlr added this to the 8.0 milestone Mar 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant