File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
doc/source/user_guide/tutorials/plot Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,20 @@ This tutorial shows different commands for plotting mesh entities targeted by me
1111
1212A mesh scoping is a |Scoping | with a location related to mesh entities.
1313
14+ The entities shown correspond to the intersection of the IDs in the scoping of the mesh
15+ and the IDs in the provided scoping.
16+
17+ If the scoping and the mesh do not have entity IDs in common, nothing is shown.
18+
19+ For example, a scoping on elements associated to a mesh without elements results in an empty plot.
20+
21+ A scoping on node IDs 1 to 2 associated to a mesh whose node IDs start at 3
22+ results in an empty plot.
23+
24+ .. note ::
25+
26+ Scopings of faces are not supported.
27+
1428PyDPF-Core has a variety of plotting methods for generating 3D plots with Python.
1529These methods use VTK and leverage the `PyVista <https://github.com/pyvista/pyvista >`_ library.
1630
You can’t perform that action at this time.
0 commit comments