File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -238,11 +238,6 @@ Note how this varies from assigning scalars to each point
238238 pl.add_mesh(other_cube, cmap='coolwarm')
239239 pl.show()
240240
241- .. note ::
242- We use :func: `pyvista.PolyDataFilters.clean ` to merge the faces of
243- the cube since, by default, the cube is created with unmerged faces
244- and duplicate points.
245-
246241
247242Exercises
248243---------
Original file line number Diff line number Diff line change 2828# extensions are listed in an internal function:
2929#
3030# See https://docs.pyvista.org/api/readers/_autosummary/pyvista.get_reader#pyvista.get_reader
31- help (pv .core . utilities . reader . get_reader )
31+ help (pv .get_reader )
3232
3333
3434# %%
Original file line number Diff line number Diff line change 2626# %%
2727# PyVista supports a wide variety of file formats. The supported file
2828# extensions are listed in an internal function:
29- help (pv .core . utilities . reader . get_reader )
29+ help (pv .get_reader )
3030
3131
3232# %%
Original file line number Diff line number Diff line change 105105#
106106# This option is available for :func:`pyvista.DataSetFilters.clip`,
107107# :func:`pyvista.DataSetFilters.clip_box`, and
108- # :func:`pyvista.DataSetFilters.clip_sruface `, but not available when clipping
108+ # :func:`pyvista.DataSetFilters.clip_surface `, but not available when clipping
109109# by scalar in :func:`pyvista.DataSetFilters.clip_scalar`.
110110
111111# Input mesh
Original file line number Diff line number Diff line change 107107#
108108# This option is available for :func:`pyvista.DataSetFilters.clip`,
109109# :func:`pyvista.DataSetFilters.clip_box`, and
110- # :func:`pyvista.DataSetFilters.clip_sruface `, but not available when clipping
110+ # :func:`pyvista.DataSetFilters.clip_surface `, but not available when clipping
111111# by scalar in :func:`pyvista.DataSetFilters.clip_scalar`.
112112
113113# Input mesh
You can’t perform that action at this time.
0 commit comments