Skip to content

Commit

Permalink
changed docstring for extract_all_edges() argument use_all_points (py…
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorGillioz authored May 31, 2023
1 parent f38c093 commit 8987bee
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyvista/core/filters/data_set.py
Original file line number Diff line number Diff line change
Expand Up @@ -1506,9 +1506,9 @@ def extract_all_edges(self, use_all_points=False, clear_data=False, progress_bar
----------
use_all_points : bool, default: False
Indicates whether all of the points of the input mesh should exist
in the output. When ``True`` enables point renumbering. If set to
``True``, then a threaded approach is used which avoids the use of
a point locator and is quicker.
in the output. When ``True``, point numbering does not change and
a threaded approach is used, which avoids the use of a point locator
and is quicker.
By default this is set to ``False``, and unused points are omitted
from the output.
Expand Down

0 comments on commit 8987bee

Please sign in to comment.