ansys / pyprimemesh

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

Add color by type options to PrimePlotter #837

Open waltersma opened 1 month ago

waltersma commented 1 month ago

📝 Description of the feature

Parameter to plot color by type when displaying PrimePlotter. eg.

plot(
        self,
        plottable_object: Any,
        scope: prime.ScopeDefinition = None,
        name_filter: str = None,
       **color_by_type: graphics.ColorByType,**
        **plotting_options,
    )
ZONE = 0
ZONELET = 1
PART = 2

💡 Steps for implementing the feature

No response

🔗 Useful links and references

No response