API Reference
Disable hidden line removal.
Enable again with enable_hidden_line_removal
enable_hidden_line_removal
If True, applies to all renderers in subplots. If False, then only applies to the active renderer.
True
False
Examples
Enable and then disable hidden line removal.
>>> import pyvista >>> pl = pyvista.Plotter() >>> pl.enable_hidden_line_removal() >>> pl.disable_hidden_line_removal()