StructuredGrid.hide_points#
- StructuredGrid.hide_points(ind: VectorLike[bool] | VectorLike[int]) None[source]#
Hide points without deleting them.
Hides points by setting the
ghost_pointsarray toHIDDENPOINT.- Parameters:
- ind
VectorLike[bool] |VectorLike[int] Vector of point indices to be hidden. The vector can also be a boolean array of the same size as the number of points.
- ind
Examples#
Download Python source code | Download Jupyter notebook
Hide part of the middle of a structured surface.