ansys / pyprimemesh

Pythonic Meshing Client for Ansys Prime Server
https://prime.docs.pyansys.com/
MIT License
20 stars 9 forks source link

Add `plotting_options` to Prime meshes #835

Open AlejandroFernandezLuces opened 3 months ago

AlejandroFernandezLuces commented 3 months ago

📝 Description of the feature

Currently, only other meshes, either PyVista or MeshObject are allowed to be modified by the plotting_options kwargs, due to potential conflicts with the default options. Let's allow users to modify the defaults with the plotting options.

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response