rockverse.viz.OrthogonalViewer.show_xz_plane#
- property OrthogonalViewer.show_xz_plane#
Boolean flag to enable or disable the visibility of the XZ slice.
When set to True, the XZ slice will be displayed in the viewer. When set to False, the XZ slice will be hidden. Changing this setting will rebuild the visualization to reflect the current state.
Examples
>>> viewer.show_xz_plane # Get the current state >>> viewer.show_xz_plane = True # Show the XZ slice >>> viewer.show_xz_plane = False # Hide the XZ slice