ansys / ansys/pyacp

Add 'plot element set' to examples or visualization section

Open Beginner friendly
#794 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
9
Forks
1
Avg merge
2d 9h
Merged PRs (30d)
10

Description

Show how to plot element sets, either in the examples or in the visualization how-to. Something like

```python
plotter = pv.Plotter()
plotter.add_mesh(model.mesh.to_pyvista(), color="white", opacity=0.5)
plotter.add_mesh(element_set.mesh.to_pyvista(), color="green")
plotter.show()
```

Contributor guide

Open the contributing guide

Research direction

Start by reviewing the existing examples and visualization how-to to choose the appropriate location for this material. Use the provided Python snippet as the basis, and consider the work done when users can find documented steps for plotting an element set alongside the model mesh.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
data-visualization, documentation
Issue type
Documentation
Difficulty
2/5
Estimated time
1-3 hours
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
65/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.