pyvista.plotting.themes.Theme.hidden_line_removal# property Theme.hidden_line_removal: bool[ソース]# 隠線除去を返すか設定します. ワイヤーフレームジオメトリは,レンダリングエンジンがサポートしていれば,隠線除去を使用して描画されます. 参考 pyvista.Plotter.enable_hidden_line_removal 例 隠線除去を有効にします. >>> import pyvista as pv >>> pv.global_theme.hidden_line_removal = True >>> pv.global_theme.hidden_line_removal True