highlight selected topo faces and topo edges in plotter #878
-
Hi, Is it possible to highlight topo faces and topo edges in the plotting window by providing ids of those? If so, has somebody example code for this? |
Beta Was this translation helpful? Give feedback.
Answered by
AlejandroFernandezLuces
Sep 13, 2024
Replies: 1 comment 1 reply
-
@dkowollik there is an issue open for being able to modify plotting options for pyprimemesh objects in the plotter that I think should achieve your goal (see #835). |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yes, exposing
plotting_options
from PyVista should allow more customization of the meshes, although selecting IDs and highlighting them might take me a bit to implement.To answer your question, it's not currently possible, but I'll work on it next week 🙂